-
-
Notifications
You must be signed in to change notification settings - Fork 320
Expand file tree
/
Copy pathgo.mod
More file actions
27 lines (23 loc) · 784 Bytes
/
go.mod
File metadata and controls
27 lines (23 loc) · 784 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
module github.com/MontFerret/ferret/v2
go 1.23
toolchain go1.24.5
require (
github.com/antlr4-go/antlr/v4 v4.13.1
github.com/gobwas/glob v0.2.3
github.com/goccy/go-json v0.10.6
github.com/jarcoal/httpmock v1.4.1
github.com/rs/zerolog v1.34.0
github.com/smarty/assertions v1.16.0
github.com/smartystreets/goconvey v1.8.1
github.com/vmihailenco/msgpack/v5 v5.4.1
github.com/wI2L/jettison v0.7.4
)
require (
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/sys v0.12.0 // indirect
)