-
Notifications
You must be signed in to change notification settings - Fork 38
/
go.mod
48 lines (45 loc) · 1.7 KB
/
go.mod
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module github.com/janpfeifer/gonb
go 1.23
require (
github.com/MetalBlueberry/go-plotly v0.5.0
github.com/fatih/color v1.17.0
github.com/fsnotify/fsnotify v1.7.0
github.com/go-language-server/protocol v0.7.0
github.com/go-language-server/uri v0.2.0
github.com/go-rod/rod v0.116.2
github.com/go-zeromq/zmq4 v0.17.0
github.com/gofrs/uuid v4.4.0+incompatible
github.com/gowebapi/webapi v0.0.0-20221221115732-41cedfc27a0b
github.com/janpfeifer/must v0.0.2
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.8.1
go.lsp.dev/jsonrpc2 v0.10.0
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/mod v0.21.0
k8s.io/klog/v2 v2.130.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/francoispqt/gojay v1.2.13 // indirect
github.com/go-language-server/jsonrpc2 v0.4.2 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-zeromq/goczmq/v4 v4.2.2 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/segmentio/encoding v0.4.0 // indirect
github.com/ysmood/fetchup v0.2.4 // indirect
github.com/ysmood/goob v0.4.0 // indirect
github.com/ysmood/got v0.40.0 // indirect
github.com/ysmood/gson v0.7.3 // indirect
github.com/ysmood/leakless v0.9.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)