Skip to content

Commit

Permalink
Update etc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 14, 2022
1 parent f98299f commit c1e1415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
update-krew-index:
docker:
- image: cimg/go:1.18.3
- image: cimg/go:1.18.4

environment:
KREW_RELEASE_BOT_VERSION: v0.0.38
Expand Down
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -20,14 +20,14 @@ require (
github.com/giantswarm/micrologger v0.6.0
github.com/giantswarm/release-operator/v3 v3.2.0
github.com/google/go-cmp v0.5.8
github.com/imdario/mergo v0.3.12
github.com/imdario/mergo v0.3.13
github.com/pkg/errors v0.9.1
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
github.com/spf13/afero v1.8.2
github.com/spf13/afero v1.9.0
github.com/spf13/cobra v1.5.0
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/oauth2 v0.0.0-20220628200809-02e64fa58f26
golang.org/x/oauth2 2104d58473e0
gopkg.in/square/go-jose.v2 v2.6.0
k8s.io/api v0.23.0
k8s.io/apiextensions-apiserver v0.23.0
Expand Down

0 comments on commit c1e1415

Please sign in to comment.