Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jul 26, 2024. It is now read-only.
forked from databus23/helm-diff
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
Latest commit
60 lines (57 loc) · 2.45 KB
/
Copy pathgo.mod
File metadata and controls
60 lines (57 loc) · 2.45 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
modulegithub.com/databus23/helm-diff/v3
go1.17
require (
github.com/Masterminds/semverv1.5.0
github.com/aryann/difflibv0.0.0-20210328193216-ff5ff6dc229b
github.com/ghodss/yamlv1.0.0
github.com/mgutz/ansiv0.0.0-20200706080929-d51e80ef957d
github.com/spf13/cobrav1.2.1
github.com/spf13/pflagv1.0.5
github.com/stretchr/testifyv1.7.0
golang.org/x/cryptov0.0.0-20211209193657-4570a0811e8b
google.golang.org/grpcv1.42.0
gopkg.in/yaml.v2v2.4.0
k8s.io/apiv0.23.0
k8s.io/apimachineryv0.23.0
k8s.io/client-gov0.23.0
k8s.io/helmv2.17.0+incompatible
)
require (
github.com/BurntSushi/tomlv0.4.1// indirect
github.com/Masterminds/goutilsv1.1.1// indirect
github.com/Masterminds/sprigv2.22.0+incompatible// indirect
github.com/cyphar/filepath-securejoinv0.2.3// indirect
github.com/davecgh/go-spewv1.1.1// indirect
github.com/go-logr/logrv1.2.1// indirect
github.com/gobwas/globv0.2.3// indirect
github.com/gogo/protobufv1.3.2// indirect
github.com/golang/protobufv1.5.2// indirect
github.com/google/go-cmpv0.5.6// indirect
github.com/google/gofuzzv1.2.0// indirect
github.com/google/uuidv1.3.0// indirect
github.com/huandu/xstringsv1.3.2// indirect
github.com/imdario/mergov0.3.12// indirect
github.com/inconshreveable/mousetrapv1.0.0// indirect
github.com/json-iterator/gov1.1.12// indirect
github.com/mattn/go-colorablev0.1.12// indirect
github.com/mattn/go-isattyv0.0.14// indirect
github.com/mitchellh/copystructurev1.2.0// indirect
github.com/mitchellh/reflectwalkv1.0.2// indirect
github.com/modern-go/concurrentv0.0.0-20180306012644-bacd9c7ef1dd// indirect
github.com/modern-go/reflect2v1.0.2// indirect
github.com/pkg/errorsv0.9.1// indirect
github.com/pmezard/go-difflibv1.0.0// indirect
golang.org/x/netv0.0.0-20211209124913-491a49abca63// indirect
golang.org/x/sysv0.0.0-20211209171907-798191bca915// indirect
golang.org/x/termv0.0.0-20210927222741-03fcf44c2211// indirect
golang.org/x/textv0.3.7// indirect
google.golang.org/genprotov0.0.0-20211208223120-3a66f561d7aa// indirect
google.golang.org/protobufv1.27.1// indirect
gopkg.in/inf.v0v0.9.1// indirect
gopkg.in/yaml.v3v3.0.0-20210107192922-496545a6307b// indirect
k8s.io/klog/v2v2.30.0// indirect
k8s.io/utilsv0.0.0-20211208161948-7d6a63dca704// indirect
sigs.k8s.io/jsonv0.0.0-20211208200746-9f7c6b3444d2// indirect
sigs.k8s.io/structured-merge-diff/v4v4.2.0// indirect
sigs.k8s.io/yamlv1.3.0// indirect
)