Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Update misc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 7, 2023
1 parent ae49a4d commit dd60f4f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ go 1.16
exclude k8s.io/kubernetes v1.13.0

require (
github.com/containers/image/v5 v5.23.1
github.com/containers/image/v5 v5.27.0
github.com/giantswarm/microerror v0.4.0
github.com/giantswarm/micrologger v1.0.0
github.com/prometheus/client_golang v1.14.0
github.com/spf13/cobra v1.6.1
golang.org/x/sync v0.1.0
github.com/prometheus/client_golang v1.16.0
github.com/spf13/cobra v1.7.0
golang.org/x/sync v0.3.0
golang.org/x/time v0.3.0
)

Expand All @@ -21,7 +21,7 @@ replace (
github.com/containerd/containerd v1.6.1 => github.com/containerd/containerd v1.6.6
github.com/containers/storage v1.24.8 => github.com/containers/storage v1.40.3
github.com/coreos/etcd v3.3.13+incompatible => github.com/coreos/etcd v3.3.24+incompatible
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.3
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.5.0
github.com/gogo/protobuf v1.3.1 => github.com/gogo/protobuf v1.3.2
github.com/hashicorp/consul/api v1.3.0 => github.com/hashicorp/consul/api v1.13.0
github.com/hashicorp/consul/sdk v0.3.0 => github.com/hashicorp/consul/sdk v0.9.0
Expand Down

0 comments on commit dd60f4f

Please sign in to comment.