-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
26 lines (23 loc) · 781 Bytes
/
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
module fireball
go 1.21
require (
github.com/MineGame159/protocol v0.0.0-20230831212413-2f72f99e6166
github.com/fatih/color v1.15.0
github.com/pelletier/go-toml/v2 v2.1.0
github.com/spf13/cobra v1.7.0
go.lsp.dev/jsonrpc2 v0.10.0
go.lsp.dev/uri v0.3.0
go.uber.org/zap v1.25.0
)
require (
github.com/google/go-cmp v0.5.8 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/segmentio/asm v1.2.0 // indirect
github.com/segmentio/encoding v0.3.6 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.lsp.dev/pkg v0.0.0-20210717090340-384b27a52fb2 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.16.0 // indirect
)