Skip to content

Commit

Permalink
fix(autok3s): Go module updates
Browse files Browse the repository at this point in the history
The go.mod changed after go mod tidy,
  • Loading branch information
orangedeng authored and Jason-ZW committed Jul 20, 2022
1 parent 462f27c commit d30bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ require (
require (
github.com/AlecAivazis/survey/v2 v2.3.5
github.com/pborman/uuid v1.2.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.32.0
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467
Expand Down Expand Up @@ -195,7 +196,6 @@ require (
github.com/openshift/custom-resource-status v0.0.0-20200602122900-c002fd1547ca // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
Expand Down

0 comments on commit d30bc4e

Please sign in to comment.