1
1
module github.com/arangodb/kube-arangodb
2
2
3
- go 1.16
3
+ go 1.17
4
4
5
5
replace (
6
6
github.com/arangodb/go-driver => github.com/arangodb/go-driver v1.2.1
@@ -31,22 +31,12 @@ require (
31
31
// github.com/arangodb/rebalancer v0.1.1
32
32
github.com/cenkalti/backoff v2.2.1+incompatible
33
33
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
34
- github.com/evanphx/json-patch v4.9.0+incompatible // indirect
35
34
github.com/ghodss/yaml v1.0.0
36
35
github.com/gin-gonic/gin v1.7.2
37
- github.com/go-playground/validator/v10 v10.8.0 // indirect
38
36
github.com/golang-jwt/jwt v3.2.2+incompatible
39
- github.com/golang/protobuf v1.5.2 // indirect
40
- github.com/google/addlicense v0.0.0-20210428195630-6d92264d7170 // indirect
41
- github.com/hashicorp/golang-lru v0.5.3 // indirect
42
37
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
43
- github.com/jessevdk/go-assets-builder v0.0.0-20130903091706-b8483521738f // indirect
44
- github.com/jessevdk/go-flags v1.5.0 // indirect
45
- github.com/json-iterator/go v1.1.11 // indirect
46
38
github.com/julienschmidt/httprouter v1.3.0
47
39
github.com/magiconair/properties v1.8.5
48
- github.com/mattn/go-isatty v0.0.13 // indirect
49
- github.com/onsi/gomega v1.7.1 // indirect
50
40
github.com/pkg/errors v0.9.1
51
41
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.44.1
52
42
github.com/prometheus-operator/prometheus-operator/pkg/client v0.0.0-00010101000000-000000000000
@@ -57,15 +47,65 @@ require (
57
47
github.com/spf13/cobra v1.2.1
58
48
github.com/spf13/pflag v1.0.5
59
49
github.com/stretchr/testify v1.7.0
60
- github.com/ugorji/go/codec v1.2.6 // indirect
61
- golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
62
50
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
63
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
64
- google.golang.org/protobuf v1.27.1 // indirect
65
- gopkg.in/yaml.v2 v2.4.0 // indirect
66
51
k8s.io/api v0.19.8
67
52
k8s.io/apiextensions-apiserver v0.18.3
68
53
k8s.io/apimachinery v0.19.8
69
54
k8s.io/client-go v12.0.0+incompatible
70
55
k8s.io/klog v1.0.0
71
56
)
57
+
58
+ require (
59
+ github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect
60
+ github.com/beorn7/perks v1.0.1 // indirect
61
+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
62
+ github.com/davecgh/go-spew v1.1.1 // indirect
63
+ github.com/evanphx/json-patch v4.9.0+incompatible // indirect
64
+ github.com/gin-contrib/sse v0.1.0 // indirect
65
+ github.com/go-logr/logr v0.2.0 // indirect
66
+ github.com/go-playground/locales v0.13.0 // indirect
67
+ github.com/go-playground/universal-translator v0.17.0 // indirect
68
+ github.com/go-playground/validator/v10 v10.8.0 // indirect
69
+ github.com/gogo/protobuf v1.3.2 // indirect
70
+ github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
71
+ github.com/golang/protobuf v1.5.2 // indirect
72
+ github.com/google/addlicense v0.0.0-20210428195630-6d92264d7170 // indirect
73
+ github.com/google/go-cmp v0.5.5 // indirect
74
+ github.com/google/gofuzz v1.1.0 // indirect
75
+ github.com/google/uuid v1.1.2 // indirect
76
+ github.com/googleapis/gnostic v0.4.1 // indirect
77
+ github.com/hashicorp/golang-lru v0.5.3 // indirect
78
+ github.com/imdario/mergo v0.3.5 // indirect
79
+ github.com/inconshreveable/mousetrap v1.0.0 // indirect
80
+ github.com/jessevdk/go-assets-builder v0.0.0-20130903091706-b8483521738f // indirect
81
+ github.com/jessevdk/go-flags v1.5.0 // indirect
82
+ github.com/json-iterator/go v1.1.11 // indirect
83
+ github.com/leodido/go-urn v1.2.1 // indirect
84
+ github.com/mattn/go-isatty v0.0.13 // indirect
85
+ github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
86
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
87
+ github.com/modern-go/reflect2 v1.0.1 // indirect
88
+ github.com/onsi/gomega v1.7.1 // indirect
89
+ github.com/pavel-v-chernykh/keystore-go v2.1.0+incompatible // indirect
90
+ github.com/pmezard/go-difflib v1.0.0 // indirect
91
+ github.com/prometheus/common v0.10.0 // indirect
92
+ github.com/prometheus/procfs v0.1.3 // indirect
93
+ github.com/stretchr/objx v0.2.0 // indirect
94
+ github.com/ugorji/go/codec v1.2.6 // indirect
95
+ golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
96
+ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
97
+ golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
98
+ golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
99
+ golang.org/x/text v0.3.6 // indirect
100
+ golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
101
+ golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
102
+ google.golang.org/appengine v1.6.7 // indirect
103
+ google.golang.org/protobuf v1.27.1 // indirect
104
+ gopkg.in/inf.v0 v0.9.1 // indirect
105
+ gopkg.in/yaml.v2 v2.4.0 // indirect
106
+ k8s.io/klog/v2 v2.2.0 // indirect
107
+ k8s.io/kube-openapi v0.0.0-20200805222855-6aeccd4b50c6 // indirect
108
+ k8s.io/utils v0.0.0-20200729134348-d5654de09c73 // indirect
109
+ sigs.k8s.io/structured-merge-diff/v4 v4.0.1 // indirect
110
+ sigs.k8s.io/yaml v1.2.0 // indirect
111
+ )
0 commit comments