File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/arangodb-managed/terraform-provider-oasis
2
2
3
+ go 1.20
4
+
3
5
require (
4
- github.com/arangodb-managed/apis v0.79.17
6
+ github.com/arangodb-managed/apis v0.81.0
5
7
github.com/arangodb-managed/log-helper v0.2.5
6
8
github.com/gogo/protobuf v1.3.2
7
9
github.com/hashicorp/terraform-plugin-docs v0.8.1
@@ -79,8 +81,6 @@ require (
79
81
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
80
82
)
81
83
82
- go 1.17
83
-
84
84
replace github.com/Azure/go-autorest => github.com/Azure/go-autorest v14.2.0+incompatible
85
85
86
86
replace github.com/arangodb/kube-arangodb => github.com/arangodb/kube-arangodb v0.0.0-20220224031947-96c0978d52b5
Original file line number Diff line number Diff line change @@ -26,13 +26,12 @@ github.com/apparentlymart/go-cidr v1.1.0/go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/Y
26
26
github.com/apparentlymart/go-dump v0.0.0-20180507223929-23540a00eaa3 /go.mod h1:oL81AME2rN47vu18xqj1S1jPIPuN7afo62yKTNn3XMM =
27
27
github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0 h1:MzVXffFUye+ZcSR6opIgz9Co7WcDx6ZcY+RjfFHoA0I =
28
28
github.com/apparentlymart/go-dump v0.0.0-20190214190832-042adf3cf4a0 /go.mod h1:oL81AME2rN47vu18xqj1S1jPIPuN7afo62yKTNn3XMM =
29
- github.com/apparentlymart/go-textseg v1.0.0 h1:rRmlIsPEEhUTIKQb7T++Nz/A5Q6C9IuX2wFoYVvnCs0 =
30
29
github.com/apparentlymart/go-textseg v1.0.0 /go.mod h1:z96Txxhf3xSFMPmb5X/1W05FF/Nj9VFpLOpjS5yuumk =
31
30
github.com/apparentlymart/go-textseg/v12 v12.0.0 /go.mod h1:S/4uRK2UtaQttw1GenVJEynmyUenKwP++x/+DdGV/Ec =
32
31
github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw =
33
32
github.com/apparentlymart/go-textseg/v13 v13.0.0 /go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo =
34
- github.com/arangodb-managed/apis v0.79.17 h1:U8prEbReMiuG7h+4KY8V0tpkJBotN/Np3ptO9iQz9fU =
35
- github.com/arangodb-managed/apis v0.79.17 /go.mod h1:ZlvA803MmUI3m6ijvaAYKKaWgLJq8bBZZuq8uyZo2PY =
33
+ github.com/arangodb-managed/apis v0.81.0 h1:+ujHjTZcKJMe1HJn/XBaSZlDzR9XA+CMM9QNVTsbYvI =
34
+ github.com/arangodb-managed/apis v0.81.0 /go.mod h1:ZlvA803MmUI3m6ijvaAYKKaWgLJq8bBZZuq8uyZo2PY =
36
35
github.com/arangodb-managed/log-helper v0.2.5 h1:Kg3+0bDVFhEgyjMhIbCIj9hejgN2VaD4Cw/JQ4ARsd4 =
37
36
github.com/arangodb-managed/log-helper v0.2.5 /go.mod h1:G17ASSd3Edday3i1QREGefyLJ2TduHxxFsOaqoigurE =
38
37
github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 /go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8 =
You can’t perform that action at this time.
0 commit comments