-
Notifications
You must be signed in to change notification settings - Fork 17
/
go.mod
28 lines (26 loc) · 1.21 KB
/
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/openSUSE/helm-mirror
go 1.12
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.4.2 // indirect
github.com/Masterminds/sprig v2.19.0+incompatible // indirect
github.com/containers/image v3.0.2+incompatible
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
github.com/docker/distribution v2.7.1+incompatible
github.com/ghodss/yaml v0.0.0-20180820084758-c7ce16629ff4 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c // indirect
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/opencontainers/go-digest v0.0.0-20170106003457-a6d0ee40d420 // indirect
github.com/opencontainers/image-spec v1.0.0 // indirect
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966
k8s.io/apimachinery v0.0.0-20190404173353-6a84e37a896d // indirect
k8s.io/client-go v0.0.0-20190409021438-1a26190bd76a // indirect
k8s.io/helm v2.16.1+incompatible
)