Skip to content

Commit 0d1a25f

Browse files
committed
update mod
1 parent 194dddc commit 0d1a25f

File tree

4 files changed

+89
-36
lines changed

4 files changed

+89
-36
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
_test
2424

2525
data
26-
temp-*/
26+
temp-*
2727
node_modules
2828
.DS_Store
2929
dist

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/gin-gonic/gin v1.8.1
1111
github.com/google/pprof v0.0.0-20211214055906-6f57359322fd
1212
github.com/sirupsen/logrus v1.8.1
13-
github.com/spf13/viper v1.11.0
13+
github.com/spf13/viper v1.12.0
1414
github.com/stretchr/testify v1.8.0
1515
github.com/vmihailenco/msgpack/v5 v5.3.5
1616
gopkg.in/yaml.v2 v2.4.0
@@ -46,19 +46,19 @@ require (
4646
github.com/leodido/go-urn v1.2.1 // indirect
4747
github.com/magiconair/properties v1.8.6 // indirect
4848
github.com/mattn/go-isatty v0.0.14 // indirect
49-
github.com/mitchellh/mapstructure v1.4.3 // indirect
49+
github.com/mitchellh/mapstructure v1.5.0 // indirect
5050
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5151
github.com/modern-go/reflect2 v1.0.2 // indirect
52-
github.com/pelletier/go-toml v1.9.4 // indirect
52+
github.com/pelletier/go-toml v1.9.5 // indirect
5353
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
5454
github.com/pkg/errors v0.9.1 // indirect
5555
github.com/pmezard/go-difflib v1.0.0 // indirect
5656
github.com/sergi/go-diff v1.0.0 // indirect
5757
github.com/spf13/afero v1.8.2 // indirect
58-
github.com/spf13/cast v1.4.1 // indirect
58+
github.com/spf13/cast v1.5.0 // indirect
5959
github.com/spf13/jwalterweatherman v1.1.0 // indirect
6060
github.com/spf13/pflag v1.0.5 // indirect
61-
github.com/subosito/gotenv v1.2.0 // indirect
61+
github.com/subosito/gotenv v1.3.0 // indirect
6262
github.com/ugorji/go/codec v1.2.7 // indirect
6363
github.com/valyala/bytebufferpool v1.0.0 // indirect
6464
github.com/valyala/fasthttp v1.27.0 // indirect
@@ -71,8 +71,8 @@ require (
7171
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
7272
go.opencensus.io v0.23.0 // indirect
7373
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
74-
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
75-
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
74+
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
75+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
7676
golang.org/x/text v0.3.7 // indirect
7777
google.golang.org/protobuf v1.28.0 // indirect
7878
gopkg.in/ini.v1 v1.66.4 // indirect

0 commit comments

Comments
 (0)