Skip to content

Commit

Permalink
wip: fix vendoring issues
Browse files Browse the repository at this point in the history
  • Loading branch information
damdo committed Jul 18, 2023
1 parent abd8a0a commit 9674a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions go.mod
Expand Up @@ -4,6 +4,8 @@ go 1.19

replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.4.4

replace golang.org/x/text v0.11.0 => golang.org/x/text v0.11.0

require (
cloud.google.com/go/compute v1.21.0
cloud.google.com/go/container v1.23.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -521,7 +521,7 @@ golang.org/x/sys/windows
# golang.org/x/term v0.10.0
## explicit; go 1.17
golang.org/x/term
# golang.org/x/text v0.11.0
# golang.org/x/text v0.11.0 => golang.org/x/text v0.11.0
## explicit; go 1.17
golang.org/x/text/cases
golang.org/x/text/encoding
Expand Down

0 comments on commit 9674a3d

Please sign in to comment.