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 <paulo.gomes@weave.works>
  • 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.