-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (28 loc) · 1.04 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
module github.com/MCDevKit/jsonte
go 1.21
require (
github.com/Bedrock-OSS/go-burrito v1.0.4
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20220911224424-aa1f1f12a846
github.com/faiface/beep v1.1.0
github.com/fatih/color v1.16.0
github.com/gammazero/deque v0.2.1
github.com/gobwas/glob v0.2.3
github.com/james-barrow/golang-ipc v1.2.4
github.com/paul-mannino/go-fuzzywuzzy v0.0.0-20200127021948-54652b135d0e
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d
go.uber.org/zap v1.27.0
golang.org/x/net v0.24.0
golang.org/x/text v0.14.0
)
require (
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
github.com/jfreymuth/oggvorbis v1.0.5 // indirect
github.com/jfreymuth/vorbis v1.0.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pkg/errors v0.9.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
golang.org/x/sys v0.19.0 // indirect
)