-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
34 lines (32 loc) · 1.18 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
module github.com/adobe/kratos
go 1.16
require (
github.com/Masterminds/semver v1.5.0 // indirect
github.com/docker/docker v20.10.7+incompatible
github.com/fatih/color v1.12.0 // indirect
github.com/go-logr/logr v0.4.0
github.com/google/go-cmp v0.5.6 // indirect
github.com/gophercloud/gophercloud v0.2.0 // indirect
github.com/kudobuilder/kuttl v0.11.0 // indirect
github.com/magefile/mage v1.11.0
github.com/moby/sys/mount v0.2.0 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.13.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.26.0
go.uber.org/zap v1.18.1
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.3 // indirect
gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e // indirect
helm.sh/helm/v3 v3.6.3
k8s.io/api v0.21.3
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
k8s.io/klog v1.0.0 // indirect
k8s.io/metrics v0.21.0
rsc.io/letsencrypt v0.0.3 // indirect
sigs.k8s.io/controller-runtime v0.9.2
sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06 // indirect
sigs.k8s.io/yaml v1.2.0
)