File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/jianyuan/terraform-provider-sentry
22
3- go 1.19
3+ go 1.23.0
4+
5+ toolchain go1.24.5
46
57require (
68 github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637
@@ -11,7 +13,7 @@ require (
1113 github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0
1214 github.com/jianyuan/go-sentry/v2 v2.2.0
1315 github.com/mitchellh/mapstructure v1.5.0
14- golang.org/x/oauth2 v0.5 .0
16+ golang.org/x/oauth2 v0.27 .0
1517 golang.org/x/sync v0.1.0
1618)
1719
Original file line number Diff line number Diff line change @@ -252,6 +252,8 @@ golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
252252golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
253253golang.org/x/oauth2 v0.5.0 h1:HuArIo48skDwlrvM3sEdHXElYslAMsf3KwRkkW4MC4s =
254254golang.org/x/oauth2 v0.5.0 /go.mod h1:9/XBHVqLaWO3/BRHs5jbpYCnOZVjj5V0ndyaAM7KB4I =
255+ golang.org/x/oauth2 v0.27.0 h1:da9Vo7/tDv5RH/7nZDz1eMGS/q1Vv1N/7FCrBhI9I3M =
256+ golang.org/x/oauth2 v0.27.0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
255257golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
256258golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
257259golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments