Chore: Bump dependencies to address security issues (#101620)
* Chore: Bump golang.org/x/net to v0.36.0 * Chore: Use github.com/moby/moby version 27.5.1 instead of 26.0.0 * Chore: Bump github.com/ua-parser/uap-go to v0.0.0-20250213224047-9c035f085b90 * Chore: Bump github.com/grpc-ecosystem/go-grpc-middleware/v2 to fix 32-bit overflow issue
This commit is contained in:
@@ -1,16 +1,5 @@
|
||||
module github.com/grafana/grafana/scripts/modowners
|
||||
|
||||
go 1.19
|
||||
go 1.23.7
|
||||
|
||||
require (
|
||||
golang.org/x/mod v0.10.0
|
||||
golang.org/x/tools v0.1.12
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/stretchr/testify v1.8.3 // indirect
|
||||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
require golang.org/x/mod v0.10.0
|
||||
|
||||
Reference in New Issue
Block a user