-
-
Notifications
You must be signed in to change notification settings - Fork 809
chore(deps): update bump go dependencies #758
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 all commits
d60abd1
9d7a9f3
9fbdc42
5444f91
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 +1 @@ | ||
| 1.23.3 | ||
| 1.24.0 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,7 +3,7 @@ module github.com/gotify/server/v2 | |
| require ( | ||
| github.com/fortytw2/leaktest v1.3.0 | ||
| github.com/gin-contrib/cors v1.7.3 | ||
| github.com/gin-contrib/gzip v1.2.0 | ||
| github.com/gin-contrib/gzip v1.2.2 | ||
| github.com/gin-gonic/gin v1.10.0 | ||
| github.com/go-playground/validator/v10 v10.24.0 | ||
| github.com/gorilla/websocket v1.5.3 | ||
|
|
@@ -14,7 +14,7 @@ require ( | |
| github.com/jinzhu/gorm v1.9.16 | ||
| github.com/robfig/cron v1.2.0 | ||
| github.com/stretchr/testify v1.10.0 | ||
| golang.org/x/crypto v0.32.0 | ||
| golang.org/x/crypto v0.33.0 | ||
| gopkg.in/yaml.v3 v3.0.1 | ||
| ) | ||
|
|
||
|
|
@@ -46,11 +46,11 @@ require ( | |
| github.com/ugorji/go/codec v1.2.12 // indirect | ||
| golang.org/x/arch v0.13.0 // indirect | ||
| golang.org/x/net v0.34.0 // indirect | ||
| golang.org/x/sys v0.29.0 // indirect | ||
| golang.org/x/text v0.21.0 // indirect | ||
| golang.org/x/sys v0.30.0 // indirect | ||
| golang.org/x/text v0.22.0 // indirect | ||
| google.golang.org/protobuf v1.36.2 // indirect | ||
| ) | ||
|
|
||
| go 1.21.0 | ||
|
|
||
| toolchain go1.23.4 | ||
| toolchain go1.24.0 | ||
|
Member
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. There is a coverage bug here (toolchain issue?). This line causes a lot of coverage to be missing even if the toolchain is already 1.24.0. But go.mod reference says it 'Only takes effect when the module is the main module and the default toolchain is older than the suggested toolchain.' so I understand it should be a no-op? I am investigating more on this. |
||
Uh oh!
There was an error while loading. Please reload this page.