Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 5 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,17 @@ module github.com/xchapter7x/hcunit
go 1.12

require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/OneOfOne/xxhash v1.2.5 // indirect
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/protobuf v1.3.1
github.com/golang/protobuf v1.5.2
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/jessevdk/go-flags v1.4.0
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/onsi/gomega v1.7.0
github.com/open-policy-agent/opa v0.14.2
github.com/pkg/errors v0.8.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect
github.com/sergi/go-diff v1.0.0
github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b // indirect
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
golang.org/x/sys v0.0.0-20191008105621-543471e840be // indirect
gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652
k8s.io/apimachinery v0.0.0-20191006235458-f9f2f3f8ab02 // indirect
github.com/onsi/gomega v1.17.0
github.com/open-policy-agent/opa v0.43.1
github.com/sergi/go-diff v1.1.0
gopkg.in/yaml.v3 v3.0.1
k8s.io/helm v2.14.3+incompatible
)
Loading