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