@@ -29,7 +29,7 @@ require (
29
29
github.com/arangodb/go-driver v0.0.0-20210621075908-e7a6fa0cbd18
30
30
github.com/arangodb/go-upgrade-rules v0.0.0-20180809110947-031b4774ff21
31
31
github.com/cenkalti/backoff v2.2.1+incompatible
32
- github.com/coreos/go-semver v0.3.0
32
+ github.com/coreos/go-semver v0.3.0 // indirect
33
33
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
34
34
github.com/evanphx/json-patch v4.9.0+incompatible
35
35
github.com/ghodss/yaml v1.0.0
@@ -43,7 +43,7 @@ require (
43
43
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
44
44
github.com/jessevdk/go-assets-builder v0.0.0-20130903091706-b8483521738f // indirect
45
45
github.com/jessevdk/go-flags v1.4.0 // indirect
46
- github.com/json-iterator/go v1.1.11
46
+ github.com/json-iterator/go v1.1.11 // indirect
47
47
github.com/julienschmidt/httprouter v1.3.0
48
48
github.com/kevinburke/rest v0.0.0-20210222204520-f7a2e216372f // indirect
49
49
github.com/magiconair/properties v1.8.0
@@ -62,7 +62,7 @@ require (
62
62
github.com/ugorji/go/codec v1.2.6 // indirect
63
63
github.com/voxelbrain/goptions v0.0.0-20180630082107-58cddc247ea2 // indirect
64
64
github.com/zenazn/goji v0.9.0 // indirect
65
- golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
65
+ golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect
66
66
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
67
67
golang.org/x/tools v0.1.1-0.20210504181558-0bb7e5c47b1a // indirect
68
68
google.golang.org/protobuf v1.27.1 // indirect
0 commit comments