Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8b9425

Browse files
chore: update terraform-provider-coder
1 parent e988da3 commit c8b9425

File tree

3 files changed

+55
-64
lines changed

3 files changed

+55
-64
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
name = "coder-${osArch}";
118118
# Updated with ./scripts/update-flake.sh`.
119119
# This should be updated whenever go.mod changes!
120-
vendorHash = "sha256-GaqNm/eraGPfFgT/E7MTb0jcjkQ7lPS12Nj1OoXNrCQ=";
120+
vendorHash = "sha256-KyMqZxav64rbybUUFoBsOlB6XH7y8aQ7ekaYm0QD4Ew=";
121121
proxyVendor = true;
122122
src = ./.;
123123
nativeBuildInputs = with pkgs; [ getopt openssl zstd ];

go.mod

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ require (
9090
github.com/coder/pretty v0.0.0-20230908205945-e89ba86370e0
9191
github.com/coder/quartz v0.1.0
9292
github.com/coder/retry v1.5.1
93-
github.com/coder/terraform-provider-coder v0.23.0
93+
github.com/coder/terraform-provider-coder v1.0.2
9494
github.com/coder/wgtunnel v0.1.13-0.20240522110300-ade90dfb2da0
9595
github.com/coreos/go-oidc/v3 v3.11.0
9696
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
@@ -174,17 +174,17 @@ require (
174174
go.uber.org/atomic v1.11.0
175175
go.uber.org/goleak v1.3.1-0.20240429205332-517bace7cc29
176176
go4.org/netipx v0.0.0-20230728180743-ad4cb58a6516
177-
golang.org/x/crypto v0.26.0
177+
golang.org/x/crypto v0.27.0
178178
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
179-
golang.org/x/mod v0.20.0
180-
golang.org/x/net v0.28.0
179+
golang.org/x/mod v0.21.0
180+
golang.org/x/net v0.29.0
181181
golang.org/x/oauth2 v0.22.0
182182
golang.org/x/sync v0.8.0
183-
golang.org/x/sys v0.24.0
184-
golang.org/x/term v0.23.0
185-
golang.org/x/text v0.17.0
183+
golang.org/x/sys v0.25.0
184+
golang.org/x/term v0.24.0
185+
golang.org/x/text v0.18.0
186186
golang.org/x/tools v0.24.0
187-
golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
187+
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
188188
google.golang.org/api v0.195.0
189189
google.golang.org/grpc v1.66.0
190190
google.golang.org/protobuf v1.34.2
@@ -222,10 +222,10 @@ require (
222222
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect
223223
github.com/charmbracelet/x/ansi v0.2.3 // indirect
224224
github.com/charmbracelet/x/term v0.2.0 // indirect
225-
github.com/distribution/reference v0.6.0 // indirect
226225
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
227226
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
228227
github.com/go-viper/mapstructure/v2 v2.0.0 // indirect
228+
github.com/hashicorp/go-plugin v1.6.1 // indirect
229229
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
230230
github.com/kylelemons/godebug v1.1.0 // indirect
231231
github.com/mattn/go-localereader v0.0.1 // indirect
@@ -234,9 +234,12 @@ require (
234234
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
235235
github.com/muesli/cancelreader v0.2.2 // indirect
236236
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
237+
github.com/oklog/run v1.1.0 // indirect
237238
github.com/pion/transport/v2 v2.2.10 // indirect
238239
github.com/pion/transport/v3 v3.0.7 // indirect
239240
github.com/tdewolff/test v1.0.11-0.20240106005702-7de5f7df4739 // indirect
241+
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
242+
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
240243
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
241244
)
242245

@@ -342,9 +345,9 @@ require (
342345
github.com/hashicorp/hcl v1.0.1-vault-5 // indirect
343346
github.com/hashicorp/hcl/v2 v2.22.0
344347
github.com/hashicorp/logutils v1.0.0 // indirect
345-
github.com/hashicorp/terraform-plugin-go v0.12.0 // indirect
346-
github.com/hashicorp/terraform-plugin-log v0.7.0 // indirect
347-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.20.0 // indirect
348+
github.com/hashicorp/terraform-plugin-go v0.23.0 // indirect
349+
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
350+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.34.0 // indirect
348351
github.com/hdevalence/ed25519consensus v0.1.0 // indirect
349352
github.com/illarion/gonotify v1.0.1 // indirect
350353
github.com/insomniacslk/dhcp v0.0.0-20231206064809-8c70d406f6d2 // indirect
@@ -409,8 +412,6 @@ require (
409412
github.com/vishvananda/netlink v1.2.1-beta.2 // indirect
410413
github.com/vishvananda/netns v0.0.4 // indirect
411414
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
412-
github.com/vmihailenco/msgpack/v4 v4.3.12 // indirect
413-
github.com/vmihailenco/tagparser v0.1.2 // indirect
414415
github.com/x448/float16 v0.8.4 // indirect
415416
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
416417
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -433,7 +434,7 @@ require (
433434
google.golang.org/appengine v1.6.8 // indirect
434435
google.golang.org/genproto v0.0.0-20240823204242-4ba0660f739c // indirect
435436
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
436-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c // indirect
437+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
437438
gopkg.in/yaml.v2 v2.4.0 // indirect
438439
howett.net/plist v1.0.0 // indirect
439440
inet.af/peercred v0.0.0-20210906144145-0893ea02156a // indirect

0 commit comments

Comments
 (0)