-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
42 lines (39 loc) · 1.51 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
module github.com/rancher/dolly
go 1.12
replace (
github.com/Azure/go-autorest => github.com/Azure/go-autorest v13.2.0+incompatible
github.com/matryer/moq => github.com/rancher/moq v0.0.0-20190404221404-ee5226d43009
)
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/go-units v0.4.0
github.com/drone/envsubst v1.0.2
github.com/fatih/color v1.9.0
github.com/fsnotify/fsnotify v1.4.9
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/mattn/go-shellwords v1.0.10
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/pkg/errors v0.9.1
github.com/rancher/wrangler v0.7.3-0.20201028210318-d73835950c29
github.com/rancher/wrangler-cli v0.0.0-20200712180548-91e38f783aa5
github.com/sirupsen/logrus v1.6.0
github.com/spf13/cobra v1.1.1
github.com/stern/stern v1.13.1-0.20201110142910-8fd6aac68348
github.com/stretchr/testify v1.6.1
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
gopkg.in/yaml.v2 v2.3.0
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
k8s.io/api v0.19.3
k8s.io/apimachinery v0.19.3
k8s.io/cli-runtime v0.19.3
k8s.io/client-go v0.19.3
k8s.io/kubectl v0.19.3
sigs.k8s.io/yaml v1.2.0
)