Skip to content

Commit 09103a5

Browse files
authored
[Refactor] Optimize go.mod entries (#1018)
1 parent e5e9186 commit 09103a5

File tree

4 files changed

+51
-159
lines changed

4 files changed

+51
-159
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
- (Hotfix) Fix `ArangoDeployment` SubResource in CRD auto-installer
1717
- (Bugfix) Fix Operator Logger NPE
1818
- (Bugfix) Fix License RAW value discovery
19+
- (Refactor) Optimize go.mod entries
1920

2021
## [1.2.13](https://github.com/arangodb/kube-arangodb/tree/1.2.13) (2022-06-07)
2122
- (Bugfix) Fix arangosync members state inspection

go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ require (
3030
github.com/arangodb/go-upgrade-rules v0.0.0-20180809110947-031b4774ff21
3131
github.com/cenkalti/backoff v2.2.1+incompatible
3232
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
33-
github.com/ghodss/yaml v1.0.0
3433
github.com/gin-gonic/gin v1.7.2
3534
github.com/golang-jwt/jwt v3.2.2+incompatible
3635
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
@@ -47,6 +46,7 @@ require (
4746
github.com/spf13/pflag v1.0.5
4847
github.com/stretchr/testify v1.7.0
4948
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
49+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
5050
k8s.io/api v0.21.10
5151
k8s.io/apiextensions-apiserver v0.18.3
5252
k8s.io/apimachinery v0.21.10
@@ -68,16 +68,13 @@ require (
6868
github.com/gogo/protobuf v1.3.2 // indirect
6969
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
7070
github.com/golang/protobuf v1.5.2 // indirect
71-
github.com/google/addlicense v0.0.0-20210428195630-6d92264d7170 // indirect
7271
github.com/google/go-cmp v0.5.5 // indirect
7372
github.com/google/gofuzz v1.1.0 // indirect
7473
github.com/google/uuid v1.1.2 // indirect
7574
github.com/googleapis/gnostic v0.4.1 // indirect
7675
github.com/hashicorp/golang-lru v0.5.3 // indirect
7776
github.com/imdario/mergo v0.3.5 // indirect
7877
github.com/inconshreveable/mousetrap v1.0.0 // indirect
79-
github.com/jessevdk/go-assets-builder v0.0.0-20130903091706-b8483521738f // indirect
80-
github.com/jessevdk/go-flags v1.5.0 // indirect
8178
github.com/json-iterator/go v1.1.11 // indirect
8279
github.com/leodido/go-urn v1.2.1 // indirect
8380
github.com/mattn/go-isatty v0.0.13 // indirect
@@ -97,7 +94,6 @@ require (
9794
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
9895
golang.org/x/text v0.3.6 // indirect
9996
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
100-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
10197
google.golang.org/appengine v1.6.7 // indirect
10298
google.golang.org/protobuf v1.27.1 // indirect
10399
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)