Skip to content

Commit

Permalink
Update misc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2023
1 parent d3d4716 commit 6a4a9ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
k8s.io/api v0.26.0
k8s.io/apimachinery v0.26.0
k8s.io/client-go v0.26.0
oras.land/oras-go v1.2.2
oras.land/oras-go/v2 v2.2.1
sigs.k8s.io/controller-runtime v0.11.2
)

Expand Down Expand Up @@ -156,11 +156,11 @@ replace (
github.com/coreos/etcd => github.com/coreos/etcd v3.3.27+incompatible
github.com/dgrijalva/jwt-go => github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
github.com/docker/distribution => github.com/docker/distribution v0.0.0-20191216044856-a8371794149d
github.com/docker/docker => github.com/moby/moby v20.10.22+incompatible
github.com/docker/docker => github.com/moby/moby v24.0.5+incompatible
github.com/gogo/protobuf v1.3.1 => github.com/gogo/protobuf v1.3.2
github.com/gorilla/websocket v1.4.0 => github.com/gorilla/websocket v1.4.2
// Use mergo 0.3.11 due to bug in 0.3.9 merging Go structs.
github.com/imdario/mergo => github.com/imdario/mergo v0.3.13
github.com/imdario/mergo => github.com/imdario/mergo v1.0.0
github.com/opencontainers/runc v0.1.1 => github.com/opencontainers/runc v1.0.0-rc93
github.com/ulikunitz/xz => github.com/ulikunitz/xz v0.5.11
)

0 comments on commit 6a4a9ce

Please sign in to comment.