File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/linuxsuren/api-testing
22
33go 1.22.4
4+ toolchain go1.23.7
45
56require (
67 github.com/Masterminds/sprig/v3 v3.2.3
@@ -33,7 +34,7 @@ require (
3334 github.com/tidwall/gjson v1.14.4
3435 github.com/xeipuuv/gojsonschema v1.2.0
3536 go.uber.org/zap v1.27.0
36- golang.org/x/oauth2 v0.22 .0
37+ golang.org/x/oauth2 v0.28 .0
3738 golang.org/x/sync v0.10.0
3839 google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80
3940 google.golang.org/grpc v1.62.1
@@ -43,7 +44,7 @@ require (
4344
4445require golang.org/x/mod v0.22.0
4546
46- require github.com/evanphx/json-patch v0.5.2 // indirect
47+ require github.com/evanphx/json-patch v0.5.2
4748
4849require (
4950 github.com/Masterminds/goutils v1.1.1 // indirect
Original file line number Diff line number Diff line change @@ -236,8 +236,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
236236golang.org/x/net v0.2.0 /go.mod h1:KqCZLdyyvdV855qA2rE3GC2aiw5xGR5TEjj8smXukLY =
237237golang.org/x/net v0.23.0 h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs =
238238golang.org/x/net v0.23.0 /go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg =
239- golang.org/x/oauth2 v0.22 .0 h1:BzDx2FehcG7jJwgWLELCdmLuxk2i+x9UDpSiss2u0ZA =
240- golang.org/x/oauth2 v0.22 .0 /go.mod h1:XYTD2NtWslqkgxebSiOHnXEap4TF09sJSc7H1sXbhtI =
239+ golang.org/x/oauth2 v0.28 .0 h1:CrgCKl8PPAVtLnU3c+EDw6x11699EWlsDeWNWKdIOkc =
240+ golang.org/x/oauth2 v0.28 .0 /go.mod h1:onh5ek6nERTohokkhCD/y2cV4Do3fxFHFuAejCkRWT8 =
241241golang.org/x/sync v0.0.0-20190423024810-112230192c58 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
242242golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
243243golang.org/x/sync v0.10.0 h1:3NQrjDixjgGwUOCaF8w2+VYHv0Ve/vGYSbdkTa98gmQ =
You can’t perform that action at this time.
0 commit comments