Skip to content

Commit

Permalink
Merge pull request #288 from fluxcd/bump-apis
Browse files Browse the repository at this point in the history
Update runtime to latest apis
  • Loading branch information
stefanprodan authored Jun 8, 2022
2 parents 1230ea2 + 1aacb6f commit 3357f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kustomize/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/fluxcd/pkg/apis/kustomize => ../apis/kustomize

require (
github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
github.com/fluxcd/pkg/apis/kustomize v0.4.1
github.com/fluxcd/pkg/apis/kustomize v0.4.2
github.com/hashicorp/go-multierror v1.1.1
github.com/onsi/gomega v1.19.0
k8s.io/api v0.24.1
Expand Down
2 changes: 1 addition & 1 deletion runtime/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (

require (
github.com/fluxcd/pkg/apis/acl v0.0.3
github.com/fluxcd/pkg/apis/meta v0.14.1
github.com/fluxcd/pkg/apis/meta v0.14.2
github.com/go-logr/logr v1.2.3
github.com/google/go-cmp v0.5.8
github.com/hashicorp/go-retryablehttp v0.7.1
Expand Down

0 comments on commit 3357f39

Please sign in to comment.