File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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
44
55require (
66 github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637
@@ -11,7 +11,7 @@ require (
1111 github.com/hashicorp/terraform-plugin-sdk/v2 v2.25.0
1212 github.com/jianyuan/go-sentry/v2 v2.2.0
1313 github.com/mitchellh/mapstructure v1.5.0
14- golang.org/x/oauth2 v0.5 .0
14+ golang.org/x/oauth2 v0.27 .0
1515 golang.org/x/sync v0.1.0
1616)
1717
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