Skip to content

Commit

Permalink
Update etc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 20, 2022
1 parent 0c914e6 commit 0e82e76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.2
-
# https://github.com/actions/checkout/issues/6
name: Fix detached HEAD
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15.0
FROM alpine:3.16.2

RUN apk add --no-cache ca-certificates

Expand Down
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/giantswarm/cert-operator/v2

go 1.17
go 1.19

require (
github.com/giantswarm/apiextensions/v6 v6.0.0
Expand All @@ -15,10 +15,10 @@ require (
github.com/giantswarm/vaultcrt v0.2.0
github.com/giantswarm/vaultpki v0.2.0
github.com/giantswarm/vaultrole v0.2.0
github.com/hashicorp/vault/api v1.3.1
github.com/prometheus/client_golang v1.12.1
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/hashicorp/vault/api v1.8.0
github.com/prometheus/client_golang v1.13.0
github.com/spf13/viper v1.13.0
github.com/stretchr/testify v1.8.0
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
Expand Down Expand Up @@ -138,7 +138,7 @@ require (
replace (
github.com/coreos/etcd v3.3.10+incompatible => github.com/coreos/etcd v3.3.24+incompatible
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 v3.2.1+incompatible
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.2+incompatible+incompatible
github.com/gogo/protobuf v1.3.1 => github.com/gogo/protobuf v1.3.2
sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.0.4
)

0 comments on commit 0e82e76

Please sign in to comment.