mirror of
https://github.com/MontFerret/ferret.git
synced 2025-08-13 19:52:52 +02:00
26 lines
693 B
Modula-2
26 lines
693 B
Modula-2
module github.com/MontFerret/ferret
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.5
|
|
|
|
require (
|
|
github.com/antlr4-go/antlr/v4 v4.13.1
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/jarcoal/httpmock v1.4.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/smartystreets/goconvey v1.8.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.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/smarty/assertions v1.16.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
|
|
golang.org/x/sys v0.34.0 // indirect
|
|
)
|