forked from grafana/tanka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (26 loc) · 876 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
module github.com/grafana/tanka
go 1.15
require (
github.com/Masterminds/semver v1.4.2
github.com/Masterminds/sprig/v3 v3.1.0
github.com/fatih/color v1.9.0
github.com/fatih/structs v1.1.0
github.com/go-clix/cli v0.1.1
github.com/gobwas/glob v0.2.3
github.com/google/go-cmp v0.5.2-0.20200818193711-d2fcc899bdc2
github.com/google/go-jsonnet v0.17.0
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/karrick/godirwalk v1.15.5
github.com/pkg/errors v0.9.1
github.com/posener/complete v1.2.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/objx v0.2.0
github.com/stretchr/testify v1.5.1
github.com/thoas/go-funk v0.4.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
k8s.io/apimachinery v0.19.2
sigs.k8s.io/yaml v1.2.0
)