forked from grafana/tanka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 828 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/grafana/tanka
go 1.12
require (
github.com/Masterminds/semver v1.4.2
github.com/alecthomas/chroma v0.6.6
github.com/fatih/color v1.7.0
github.com/fatih/structs v1.1.0
github.com/google/go-jsonnet v0.14.1-0.20191006203837-42cb19ef24fb
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.8.1
github.com/posener/complete v1.2.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
github.com/stretchr/objx v0.2.0
github.com/stretchr/testify v1.3.0
github.com/thoas/go-funk v0.4.0
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
)