Skip to content

Commit

Permalink
fix: update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Clement Liaw committed Dec 18, 2024
1 parent 6879752 commit f3eee54
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 @@ -6,6 +6,7 @@ require (
github.com/antihax/optional v1.0.0
github.com/container-storage-interface/spec v1.10.0
github.com/crusoecloud/client-go v0.1.59
github.com/google/uuid v1.6.0
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.19.0
github.com/thediveo/enumflag/v2 v2.0.5
Expand Down Expand Up @@ -34,7 +35,6 @@ require (
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down

0 comments on commit f3eee54

Please sign in to comment.