Skip to content

Commit 1911270

Browse files
committed
update
1 parent ff5d670 commit 1911270

File tree

2 files changed

+12
-414
lines changed

2 files changed

+12
-414
lines changed

go.mod

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,20 @@ require (
1010
)
1111

1212
require (
13-
github.com/Masterminds/semver/v3 v3.1.1 // indirect
14-
github.com/fsnotify/fsnotify v1.5.1 // indirect
13+
github.com/fatih/color v1.13.0 // indirect
1514
github.com/golang/protobuf v1.5.2 // indirect
1615
github.com/google/go-cmp v0.5.7 // indirect
1716
github.com/google/go-querystring v1.1.0 // indirect
1817
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
18+
github.com/hashicorp/go-hclog v1.0.0 // indirect
1919
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
20-
github.com/hashicorp/hcl v1.0.0 // indirect
21-
github.com/magiconair/properties v1.8.5 // indirect
22-
github.com/mitchellh/mapstructure v1.4.3 // indirect
23-
github.com/pelletier/go-toml v1.9.4 // indirect
24-
github.com/spf13/afero v1.8.0 // indirect
25-
github.com/spf13/cast v1.4.1 // indirect
26-
github.com/spf13/jwalterweatherman v1.1.0 // indirect
27-
github.com/spf13/pflag v1.0.5 // indirect
28-
github.com/spf13/viper v1.10.1 // indirect
29-
github.com/subosito/gotenv v1.2.0 // indirect
20+
github.com/mattn/go-colorable v0.1.12 // indirect
21+
github.com/mattn/go-isatty v0.0.14 // indirect
22+
github.com/stretchr/testify v1.7.0 // indirect
23+
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
3024
golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba // indirect
31-
golang.org/x/text v0.3.7 // indirect
3225
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
3326
google.golang.org/appengine v1.6.7 // indirect
3427
google.golang.org/protobuf v1.27.1 // indirect
35-
gopkg.in/ini.v1 v1.66.3 // indirect
28+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
3629
)

0 commit comments

Comments
 (0)