Skip to content

Commit

Permalink
Update internal dependencies
Browse files Browse the repository at this point in the history
Bump apis in runtime and kustomize packages.

Signed-off-by: Paulo Gomes <[email protected]>
  • Loading branch information
Paulo Gomes committed May 26, 2022
1 parent 3d631df commit 27fa843
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.0
github.com/fluxcd/pkg/apis/kustomize v0.4.1
github.com/hashicorp/go-multierror v1.1.1
github.com/onsi/gomega v1.19.0
k8s.io/api v0.24.0
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.0
github.com/fluxcd/pkg/apis/meta v0.14.1
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 27fa843

Please sign in to comment.