-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
29 lines (26 loc) · 896 Bytes
/
go.mod
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
28
29
module github.com/martinlindhe/feng
go 1.18
require (
github.com/JoshVarga/blast v0.0.0-20210808061142-eadad17358e8
github.com/alecthomas/kong v0.8.0
github.com/davecgh/go-spew v1.1.1
github.com/fbonhomm/LZSS v0.0.0-20200907090355-ba1a01a92989
github.com/maja42/goval v1.3.1
github.com/pierrec/lz4/v4 v4.1.18
github.com/pkg/errors v0.9.1
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e
github.com/rs/zerolog v1.31.0
github.com/spf13/afero v1.10.0
github.com/stretchr/testify v1.8.1
github.com/ulikunitz/xz v0.5.11
golang.org/x/text v0.13.0
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.12.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)