Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Update module github.com/containerd/imgcrypt to v1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 31, 2023
1 parent 8a49ffc commit 9b69aad
Show file tree
Hide file tree
Showing 2 changed files with 926 additions and 19 deletions.
16 changes: 8 additions & 8 deletions go.mod
Expand Up @@ -60,7 +60,7 @@ require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/emicklei/go-restful/v3 v3.8.0 // indirect
Expand Down Expand Up @@ -115,13 +115,13 @@ require (
github.com/subosito/gotenv v1.4.2 // indirect
go.opentelemetry.io/otel v1.3.0 // indirect
go.opentelemetry.io/otel/trace v1.3.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/term v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.1.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.30.0 // indirect
Expand All @@ -142,7 +142,7 @@ require (
replace (
github.com/Microsoft/hcsshim v0.8.7 => github.com/Microsoft/hcsshim v0.8.24
github.com/containerd/containerd => github.com/containerd/containerd v1.6.8
github.com/containerd/imgcrypt => github.com/containerd/imgcrypt v1.1.6
github.com/containerd/imgcrypt => github.com/containerd/imgcrypt v1.1.9
github.com/coredns/coredns => github.com/coredns/coredns v1.9.3
github.com/coreos/etcd v3.3.13+incompatible => github.com/coreos/etcd v3.3.27+incompatible
github.com/dgrijalva/jwt-go => github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
Expand Down

0 comments on commit 9b69aad

Please sign in to comment.