forked from krimler/go-ftw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 931 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
module github.com/fzipi/go-ftw
go 1.16
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/bykof/gostradamus v1.0.4
github.com/fatih/color v1.11.0 // indirect
github.com/goccy/go-yaml v1.8.9
github.com/google/uuid v1.2.0 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/icza/backscanner v0.0.0-20200205093934-2120fccb01f7
github.com/imdario/mergo v0.3.12 // indirect
github.com/knadh/koanf v1.0.0
github.com/kyokomi/emoji v2.2.4+incompatible
github.com/pelletier/go-toml v1.9.1 // indirect
github.com/rs/zerolog v1.22.0
github.com/spf13/cobra v1.1.3
github.com/yargevad/filepathx v1.0.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
)