Skip to content

Commit c7a716f

Browse files
committed
update go mod
1 parent e6550bc commit c7a716f

File tree

3 files changed

+264
-14
lines changed

3 files changed

+264
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ihdu_cli
22
hdu_cli
3+
hdu-cli
34
.hdu_cli.yaml
45
.idea
56
/vendor

go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,44 @@ go 1.17
44

55
require (
66
github.com/gin-gonic/gin v1.7.7 // indirect
7-
github.com/hduhelp/api_open_sdk v0.0.0-20211125024427-7ecf3518a2fa
7+
github.com/hduhelp/api_open_sdk v0.0.0-20220228122811-1bfcd510f755
88
github.com/parnurzeal/gorequest v0.2.16
99
)
1010

1111
require (
1212
github.com/olekukonko/tablewriter v0.0.5
13-
github.com/spf13/cobra v1.2.1
14-
github.com/spf13/viper v1.8.1
13+
github.com/spf13/cobra v1.3.0
14+
github.com/spf13/viper v1.10.1
1515
)
1616

1717
require (
18-
github.com/fsnotify/fsnotify v1.4.9 // indirect
18+
github.com/fsnotify/fsnotify v1.5.1 // indirect
1919
github.com/golang/protobuf v1.5.2 // indirect
2020
github.com/google/go-cmp v0.5.6 // indirect
2121
github.com/gopherjs/gopherjs v0.0.0-20211111143520-d0d5ecc1a356 // indirect
2222
github.com/hashicorp/hcl v1.0.0 // indirect
2323
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2424
github.com/json-iterator/go v1.1.12 // indirect
25-
github.com/magiconair/properties v1.8.5 // indirect
25+
github.com/magiconair/properties v1.8.6 // indirect
2626
github.com/mattn/go-runewidth v0.0.13 // indirect
27-
github.com/mitchellh/mapstructure v1.4.1 // indirect
27+
github.com/mitchellh/mapstructure v1.4.3 // indirect
2828
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2929
github.com/modern-go/reflect2 v1.0.2 // indirect
30-
github.com/pelletier/go-toml v1.9.3 // indirect
30+
github.com/pelletier/go-toml v1.9.4 // indirect
3131
github.com/pkg/errors v0.9.1 // indirect
3232
github.com/rivo/uniseg v0.2.0 // indirect
3333
github.com/smartystreets/assertions v1.2.1 // indirect
34-
github.com/spf13/afero v1.6.0 // indirect
35-
github.com/spf13/cast v1.3.1 // indirect
34+
github.com/spf13/afero v1.8.1 // indirect
35+
github.com/spf13/cast v1.4.1 // indirect
3636
github.com/spf13/jwalterweatherman v1.1.0 // indirect
3737
github.com/spf13/pflag v1.0.5 // indirect
3838
github.com/subosito/gotenv v1.2.0 // indirect
39-
github.com/ugorji/go/codec v1.2.6 // indirect
40-
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
41-
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
42-
golang.org/x/text v0.3.6 // indirect
39+
github.com/ugorji/go/codec v1.2.7 // indirect
40+
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
41+
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 // indirect
42+
golang.org/x/text v0.3.7 // indirect
4343
google.golang.org/protobuf v1.27.1 // indirect
44-
gopkg.in/ini.v1 v1.62.0 // indirect
44+
gopkg.in/ini.v1 v1.66.4 // indirect
4545
gopkg.in/yaml.v2 v2.4.0 // indirect
4646
moul.io/http2curl v1.0.0 // indirect
4747
)

0 commit comments

Comments
 (0)