fix(deps): update github.com/containers/luksy digest to 4bb4c3f
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
36c3f13d85
commit
ffcbec7f79
2
go.mod
2
go.mod
|
@ -9,7 +9,7 @@ require (
|
|||
github.com/containernetworking/cni v1.3.0
|
||||
github.com/containers/common v0.63.0
|
||||
github.com/containers/image/v5 v5.35.0
|
||||
github.com/containers/luksy v0.0.0-20250217190002-40bd943d93b8
|
||||
github.com/containers/luksy v0.0.0-20250408185436-4bb4c3f825be
|
||||
github.com/containers/ocicrypt v1.2.1
|
||||
github.com/containers/storage v1.58.0
|
||||
github.com/cyphar/filepath-securejoin v0.4.1
|
||||
|
|
4
go.sum
4
go.sum
|
@ -67,8 +67,8 @@ github.com/containers/image/v5 v5.35.0 h1:T1OeyWp3GjObt47bchwD9cqiaAm/u4O4R9hIWd
|
|||
github.com/containers/image/v5 v5.35.0/go.mod h1:8vTsgb+1gKcBL7cnjyNOInhJQfTUQjJoO2WWkKDoebM=
|
||||
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 h1:Qzk5C6cYglewc+UyGf6lc8Mj2UaPTHy/iF2De0/77CA=
|
||||
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY=
|
||||
github.com/containers/luksy v0.0.0-20250217190002-40bd943d93b8 h1:hAkmJxAYcNxgv7EsFY9sf1uIYhilYOQqjJ9UzCmYvzY=
|
||||
github.com/containers/luksy v0.0.0-20250217190002-40bd943d93b8/go.mod h1:m5Y0Lh2ROHGCbOhGeUDfoOLuUDDtxszrbZc2IsQOGAM=
|
||||
github.com/containers/luksy v0.0.0-20250408185436-4bb4c3f825be h1:6E1dD/4g8Kq04jvI5BVqUIx2Z5Nl6+dqYuX9syTVZjI=
|
||||
github.com/containers/luksy v0.0.0-20250408185436-4bb4c3f825be/go.mod h1:xY4YWmawqtrpLFV7mYSkHfFDwEO+6Fo0bT18Xnsg7M0=
|
||||
github.com/containers/ocicrypt v1.2.1 h1:0qIOTT9DoYwcKmxSt8QJt+VzMY18onl9jUXsxpVhSmM=
|
||||
github.com/containers/ocicrypt v1.2.1/go.mod h1:aD0AAqfMp0MtwqWgHM1bUwe1anx0VazI108CRrSKINQ=
|
||||
github.com/containers/storage v1.58.0 h1:Q7SyyCCjqgT3wYNgRNIL8o/wUS92heIj2/cc8Sewvcc=
|
||||
|
|
|
@ -4,9 +4,11 @@ docker_builder:
|
|||
HOME: /root
|
||||
DEBIAN_FRONTEND: noninteractive
|
||||
CIRRUS_LOG_TIMESTAMP: true
|
||||
GOVERSION: 1.21
|
||||
PATH: /usr/lib/go-1.21/bin:$PATH
|
||||
setup_script: |
|
||||
apt-get -q update
|
||||
apt-get -q install -y bats cryptsetup golang
|
||||
apt-get -q install -y bats cryptsetup golang-${GOVERSION}
|
||||
go version
|
||||
make
|
||||
unit_test_script: |
|
||||
|
|
|
@ -223,8 +223,8 @@ github.com/containers/image/v5/version
|
|||
# github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01
|
||||
## explicit
|
||||
github.com/containers/libtrust
|
||||
# github.com/containers/luksy v0.0.0-20250217190002-40bd943d93b8
|
||||
## explicit; go 1.20
|
||||
# github.com/containers/luksy v0.0.0-20250408185436-4bb4c3f825be
|
||||
## explicit; go 1.21
|
||||
github.com/containers/luksy
|
||||
# github.com/containers/ocicrypt v1.2.1
|
||||
## explicit; go 1.22
|
||||
|
|
Loading…
Reference in New Issue