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/launchdarkly/find-code-references-in-pull-request
22
3- go 1.24 .0
3+ go 1.25 .0
44
55require (
66 github.com/Masterminds/sprig/v3 v3.3.0
@@ -9,7 +9,7 @@ require (
99 github.com/sourcegraph/go-diff v0.6.1
1010 github.com/spf13/viper v1.20.1
1111 github.com/stretchr/testify v1.11.1
12- golang.org/x/oauth2 v0.33 .0
12+ golang.org/x/oauth2 v0.36 .0
1313)
1414
1515require (
Original file line number Diff line number Diff line change @@ -316,8 +316,8 @@ golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4Iltr
316316golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6 /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
317317golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d /go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw =
318318golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99 /go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A =
319- golang.org/x/oauth2 v0.33 .0 h1:4Q+qn+E5z8gPRJfmRy7C2gGG3T4jIprK6aSYgTXGRpo =
320- golang.org/x/oauth2 v0.33 .0 /go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA =
319+ golang.org/x/oauth2 v0.36 .0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs =
320+ golang.org/x/oauth2 v0.36 .0 /go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q =
321321golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
322322golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
323323golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ golang.org/x/crypto/bcrypt
252252golang.org/x/crypto/blowfish
253253golang.org/x/crypto/pbkdf2
254254golang.org/x/crypto/scrypt
255- # golang.org/x/oauth2 v0.33 .0
256- ## explicit; go 1.24 .0
255+ # golang.org/x/oauth2 v0.36 .0
256+ ## explicit; go 1.25 .0
257257golang.org/x/oauth2
258258golang.org/x/oauth2/internal
259259# golang.org/x/sys v0.38.0
You can’t perform that action at this time.
0 commit comments