]> git.r.bdr.sh - rbdr/mobius/blob - go.mod
5fe9eaf103fa565c1448af86714521411b906371
[rbdr/mobius] / go.mod
1 module github.com/jhalter/mobius
2
3 go 1.22
4
5 require (
6 github.com/davecgh/go-spew v1.1.1
7 github.com/go-playground/validator/v10 v10.19.0
8 github.com/stretchr/testify v1.9.0
9 golang.org/x/crypto v0.22.0
10 golang.org/x/text v0.14.0
11 gopkg.in/natefinch/lumberjack.v2 v2.2.1
12 gopkg.in/yaml.v3 v3.0.1
13 )
14
15 require (
16 github.com/gabriel-vasile/mimetype v1.4.3 // indirect
17 github.com/go-playground/locales v0.14.1 // indirect
18 github.com/go-playground/universal-translator v0.18.1 // indirect
19 github.com/leodido/go-urn v1.4.0 // indirect
20 github.com/pmezard/go-difflib v1.0.0 // indirect
21 github.com/stretchr/objx v0.5.2 // indirect
22 golang.org/x/net v0.24.0 // indirect
23 golang.org/x/sys v0.19.0 // indirect
24 )