Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit

Permalink
Update CLI to v2.10.0 (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
geordieintheshellcode authored Jan 17, 2023
1 parent 7212f50 commit e707a31
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules

# version information
SEMANTIC_VERSION ?= "2.9.0"
SEMANTIC_VERSION ?= "2.10.0"

# Image URL to use all building/pushing image targets
CLI_IMAGE ?= storageos/cli:v$(SEMANTIC_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/kr/pretty v0.1.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/storageos/go-api v0.0.0-20220929133100-20e98665c3d7
github.com/storageos/go-api v0.0.0-20221110132555-4ecf9f9b9429
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529
golang.org/x/sync v0.0.0-20190423024810-112230192c58
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s=
github.com/storageos/go-api v0.0.0-20220815091350-faaa5931881e h1:L8Fa5OiJwBkuzijRISJTnn2vRyMFIJXsKXwMFBUoT1s=
github.com/storageos/go-api v0.0.0-20220815091350-faaa5931881e/go.mod h1:8nTfqI+/wEmSs+gk/U1ZljZ+GnduPqi0HwIVXep9pjk=
github.com/storageos/go-api v0.0.0-20220929133100-20e98665c3d7 h1:gNWnuiltCn5d9pupdvH6Qk0MccJ4rr9Qqns5iyaHxXk=
github.com/storageos/go-api v0.0.0-20220929133100-20e98665c3d7/go.mod h1:8nTfqI+/wEmSs+gk/U1ZljZ+GnduPqi0HwIVXep9pjk=
github.com/storageos/go-api v0.0.0-20221110132555-4ecf9f9b9429 h1:dwZKmnSDyBhp0jI7HCGCy5HJ22ilNKwWh0HP1ybMwJ0=
github.com/storageos/go-api v0.0.0-20221110132555-4ecf9f9b9429/go.mod h1:8nTfqI+/wEmSs+gk/U1ZljZ+GnduPqi0HwIVXep9pjk=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ github.com/spf13/cobra
# github.com/spf13/pflag v1.0.3
## explicit
github.com/spf13/pflag
# github.com/storageos/go-api v0.0.0-20220929133100-20e98665c3d7
# github.com/storageos/go-api v0.0.0-20221110132555-4ecf9f9b9429
## explicit; go 1.17
github.com/storageos/go-api/autogenerated
# github.com/stretchr/testify v1.7.0
Expand Down

0 comments on commit e707a31

Please sign in to comment.