1
0
Fork 0
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:
Oscar Zhou 2023-09-05 17:23:12 +12:00 committed by GitHub
parent a02f9f1f07
commit 0f1e77a6d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 30 additions and 21 deletions

4
go.mod
View file

@ -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