Skip to content

Commit 93e5f39

Browse files
Bump github.com/devcyclehq/go-server-sdk/v2 from 2.10.4 to 2.20.1
Bumps [github.com/devcyclehq/go-server-sdk/v2](https://github.com/devcyclehq/go-server-sdk) from 2.10.4 to 2.20.1. - [Release notes](https://github.com/devcyclehq/go-server-sdk/releases) - [Commits](DevCycleHQ/go-server-sdk@v2.10.4...v2.20.1) --- updated-dependencies: - dependency-name: github.com/devcyclehq/go-server-sdk/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2376bc2 commit 93e5f39

File tree

2 files changed

+50
-40
lines changed

2 files changed

+50
-40
lines changed

go.mod

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
module github.com/devcyclehq/terraform-provider-devcycle
22

33
go 1.19
4+
toolchain go1.24.1
45

56
require (
67
github.com/devcyclehq/go-mgmt-sdk v0.1.0
7-
github.com/devcyclehq/go-server-sdk/v2 v2.10.4
8+
github.com/devcyclehq/go-server-sdk/v2 v2.20.1
89
github.com/hashicorp/terraform-plugin-docs v0.13.0
910
github.com/hashicorp/terraform-plugin-framework v0.5.0
1011
github.com/hashicorp/terraform-plugin-go v0.5.0
@@ -21,14 +22,15 @@ require (
2122
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
2223
github.com/armon/go-radix v1.0.0 // indirect
2324
github.com/bgentry/speakeasy v0.1.0 // indirect
24-
github.com/bytecodealliance/wasmtime-go/v6 v6.0.0 // indirect
2525
github.com/davecgh/go-spew v1.1.1 // indirect
2626
github.com/fatih/color v1.13.0 // indirect
27+
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
28+
github.com/go-logr/logr v1.4.2 // indirect
2729
github.com/go-playground/locales v0.14.1 // indirect
2830
github.com/go-playground/universal-translator v0.18.1 // indirect
29-
github.com/go-playground/validator/v10 v10.12.0 // indirect
31+
github.com/go-playground/validator/v10 v10.24.0 // indirect
3032
github.com/golang/protobuf v1.5.3 // indirect
31-
github.com/google/go-cmp v0.5.9 // indirect
33+
github.com/google/go-cmp v0.6.0 // indirect
3234
github.com/google/uuid v1.3.0 // indirect
3335
github.com/hashicorp/errwrap v1.1.0 // indirect
3436
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
@@ -49,9 +51,8 @@ require (
4951
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
5052
github.com/huandu/xstrings v1.3.2 // indirect
5153
github.com/imdario/mergo v0.3.13 // indirect
52-
github.com/jarcoal/httpmock v1.2.0 // indirect
53-
github.com/jolestar/go-commons-pool/v2 v2.1.2 // indirect
54-
github.com/leodido/go-urn v1.2.2 // indirect
54+
github.com/launchdarkly/eventsource v1.7.1 // indirect
55+
github.com/leodido/go-urn v1.4.0 // indirect
5556
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect
5657
github.com/mattn/go-colorable v0.1.13 // indirect
5758
github.com/mattn/go-isatty v0.0.16 // indirect
@@ -62,19 +63,20 @@ require (
6263
github.com/mitchellh/mapstructure v1.5.0 // indirect
6364
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6465
github.com/oklog/run v1.0.0 // indirect
66+
github.com/open-feature/go-sdk v1.14.1 // indirect
6567
github.com/posener/complete v1.2.3 // indirect
6668
github.com/russross/blackfriday v1.6.0 // indirect
6769
github.com/shopspring/decimal v1.3.1 // indirect
6870
github.com/spf13/cast v1.5.0 // indirect
6971
github.com/twmb/murmur3 v1.1.7 // indirect
7072
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
7173
github.com/zclconf/go-cty v1.13.1 // indirect
72-
golang.org/x/crypto v0.31.0 // indirect
73-
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
74+
golang.org/x/crypto v0.32.0 // indirect
75+
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
7476
golang.org/x/mod v0.17.0 // indirect
75-
golang.org/x/net v0.33.0 // indirect
77+
golang.org/x/net v0.34.0 // indirect
7678
golang.org/x/oauth2 v0.7.0 // indirect
77-
golang.org/x/sys v0.28.0 // indirect
79+
golang.org/x/sys v0.29.0 // indirect
7880
golang.org/x/text v0.21.0 // indirect
7981
google.golang.org/appengine v1.6.7 // indirect
8082
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect

0 commit comments

Comments
 (0)