]> git.r.bdr.sh - rbdr/mobius/blob - go.mod
Update go.yml
[rbdr/mobius] / go.mod
1 module github.com/jhalter/mobius
2
3 go 1.22
4
5 require (
6 github.com/gdamore/tcell/v2 v2.7.4
7 github.com/go-playground/validator/v10 v10.19.0
8 github.com/rivo/tview v0.0.0-20240413115534-b0d41c484b95
9 github.com/stretchr/testify v1.9.0
10 go.uber.org/zap v1.27.0
11 golang.org/x/crypto v0.22.0
12 golang.org/x/text v0.14.0
13 gopkg.in/natefinch/lumberjack.v2 v2.2.1
14 gopkg.in/yaml.v3 v3.0.1
15 )
16
17 require (
18 github.com/davecgh/go-spew v1.1.1 // indirect
19 github.com/gabriel-vasile/mimetype v1.4.3 // indirect
20 github.com/gdamore/encoding v1.0.1 // indirect
21 github.com/go-playground/locales v0.14.1 // indirect
22 github.com/go-playground/universal-translator v0.18.1 // indirect
23 github.com/leodido/go-urn v1.4.0 // indirect
24 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
25 github.com/mattn/go-runewidth v0.0.15 // indirect
26 github.com/pmezard/go-difflib v1.0.0 // indirect
27 github.com/rivo/uniseg v0.4.7 // indirect
28 github.com/stretchr/objx v0.5.2 // indirect
29 go.uber.org/multierr v1.11.0 // indirect
30 golang.org/x/net v0.24.0 // indirect
31 golang.org/x/sys v0.19.0 // indirect
32 golang.org/x/term v0.19.0 // indirect
33 )