mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
fix(security): update dependency and binary version [EE-5798] (#10192)
This commit is contained in:
parent
a02f9f1f07
commit
0f1e77a6d5
10 changed files with 30 additions and 21 deletions
4
go.mod
4
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/portainer/portainer
|
||||
|
||||
go 1.20
|
||||
go 1.21.0
|
||||
|
||||
require (
|
||||
github.com/Masterminds/semver v1.5.0
|
||||
|
@ -72,7 +72,7 @@ require (
|
|||
github.com/containers/ocicrypt v1.1.7 // indirect
|
||||
github.com/containers/storage v1.46.0 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/docker/distribution v2.8.1+incompatible // indirect
|
||||
github.com/docker/distribution v2.8.2+incompatible // indirect
|
||||
github.com/docker/docker-credential-helpers v0.7.0 // indirect
|
||||
github.com/docker/go-connections v0.4.0 // indirect
|
||||
github.com/docker/go-units v0.5.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue