Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit ea844b8

Browse files
author
Sam McGeown
committed
Upgrade to go 1.17, Vendor and dependencies
1 parent 981b62d commit ea844b8

File tree

695 files changed

+306610
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

695 files changed

+306610
-239
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dockers:
5050
image_templates:
5151
- "sammcgeown/cs-cli:latest-amd64"
5252
- "sammcgeown/cs-cli:v{{ .Major }}.{{ .Minor }}-amd64"
53-
use_buildx: true
53+
use: buildx
5454
-
5555
goos: linux
5656
goarch: arm64

go.mod

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,34 @@
11
module github.com/vmware/code-stream-cli
22

3-
go 1.16
3+
go 1.17
44

55
require (
6-
github.com/go-resty/resty/v2 v2.5.0
6+
github.com/go-resty/resty/v2 v2.7.0
77
github.com/mitchellh/go-homedir v1.1.0
8-
github.com/mitchellh/mapstructure v1.4.1
9-
github.com/mrz1836/go-sanitize v1.1.3
8+
github.com/mitchellh/mapstructure v1.4.3
9+
github.com/mrz1836/go-sanitize v1.1.5
1010
github.com/olekukonko/tablewriter v0.0.5
1111
github.com/sirupsen/logrus v1.8.1
12-
github.com/spf13/cobra v1.1.3
13-
github.com/spf13/viper v1.7.1
12+
github.com/spf13/cobra v1.3.0
13+
github.com/spf13/viper v1.10.1
1414
gopkg.in/yaml.v2 v2.4.0
1515
)
16+
17+
require (
18+
github.com/fsnotify/fsnotify v1.5.1 // indirect
19+
github.com/hashicorp/hcl v1.0.0 // indirect
20+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
21+
github.com/magiconair/properties v1.8.5 // indirect
22+
github.com/mattn/go-runewidth v0.0.13 // indirect
23+
github.com/pelletier/go-toml v1.9.4 // indirect
24+
github.com/rivo/uniseg v0.2.0 // indirect
25+
github.com/spf13/afero v1.8.0 // indirect
26+
github.com/spf13/cast v1.4.1 // indirect
27+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
28+
github.com/spf13/pflag v1.0.5 // indirect
29+
github.com/subosito/gotenv v1.2.0 // indirect
30+
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
31+
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
32+
golang.org/x/text v0.3.7 // indirect
33+
gopkg.in/ini.v1 v1.66.3 // indirect
34+
)

go.sum

Lines changed: 586 additions & 232 deletions
Large diffs are not rendered by default.

vendor/github.com/fsnotify/fsnotify/.editorconfig

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.gitignore

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.mailmap

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/AUTHORS

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)