-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (28 loc) · 1000 Bytes
/
go.mod
File metadata and controls
31 lines (28 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/ftl/hellocontest
go 1.24.3
require (
github.com/ftl/cabrillo v0.3.0
github.com/ftl/clusterix v0.1.0
github.com/ftl/conval v0.11.3
github.com/ftl/godxmap v1.0.1
github.com/ftl/hamradio v0.3.0
github.com/ftl/hl-go v1.0.3
github.com/ftl/tci v0.3.2
github.com/mappu/miqt v0.13.1-0.20260426030313-65d643625640
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.11.1
github.com/texttheater/golang-levenshtein v1.0.1
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
google.golang.org/protobuf v1.33.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ftl/localcopy v0.0.0-20190616142648-8915fb81f0d9 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/net v0.36.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)