-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
bump x/oauth2 & x/crypto (#33704) #33727
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
dae2764
8ed84cc
0a0e378
326600a
a233ee1
b56bb7a
144af05
78385e8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
module code.gitea.io/gitea | ||
|
||
go 1.23 | ||
go 1.23.0 | ||
|
||
toolchain go1.23.6 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know why go wants to introduce this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Likely the change itself is bening, |
||
|
||
// rfc5280 said: "The serial number is an integer assigned by the CA to each certificate." | ||
// But some CAs use negative serial number, just relax the check. related: | ||
|
@@ -118,13 +120,13 @@ require ( | |
github.com/yuin/goldmark v1.7.8 | ||
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc | ||
github.com/yuin/goldmark-meta v1.1.0 | ||
golang.org/x/crypto v0.32.0 | ||
golang.org/x/crypto v0.35.0 | ||
golang.org/x/image v0.21.0 | ||
golang.org/x/net v0.34.0 | ||
golang.org/x/oauth2 v0.23.0 | ||
golang.org/x/sync v0.10.0 | ||
golang.org/x/sys v0.29.0 | ||
golang.org/x/text v0.21.0 | ||
golang.org/x/oauth2 v0.27.0 | ||
golang.org/x/sync v0.11.0 | ||
golang.org/x/sys v0.30.0 | ||
golang.org/x/text v0.22.0 | ||
golang.org/x/tools v0.29.0 | ||
google.golang.org/grpc v1.67.1 | ||
google.golang.org/protobuf v1.35.1 | ||
|
Uh oh!
There was an error while loading. Please reload this page.