Skip to content

Commit 9015d14

Browse files
author
shipei.liu
committed
依赖升级
1 parent 1a2c021 commit 9015d14

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ run:
3131

3232
lint:
3333
gocyclo -top 15 .
34+
35+
update:
36+
go list -u -m -json all | go-mod-outdated -update -direct

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/pelletier/go-toml v1.8.1 // indirect
2727
github.com/prometheus/client_golang v1.3.0
2828
github.com/sirupsen/logrus v1.7.0
29-
github.com/stevenroose/gonfig v0.1.4
29+
github.com/stevenroose/gonfig v0.1.5
3030
github.com/uber/jaeger-client-go v2.20.1+incompatible
3131
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
3232
go.mongodb.org/mongo-driver v1.7.2

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,8 @@ github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3
206206
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
207207
github.com/stevenroose/gonfig v0.1.4 h1:oaMK7zCihVqlPIHXHNwDT9Hl/tH09RALGQ8TmUuYdl0=
208208
github.com/stevenroose/gonfig v0.1.4/go.mod h1:JBkjIE8NdLbRNBowFCgK7wirNR0GHhnRhtdJgZMIylM=
209+
github.com/stevenroose/gonfig v0.1.5 h1:6rIKxNWEU/S/auIVMedWiOqGtnSSwsa5c+a0VTyGHjM=
210+
github.com/stevenroose/gonfig v0.1.5/go.mod h1:JBkjIE8NdLbRNBowFCgK7wirNR0GHhnRhtdJgZMIylM=
209211
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
210212
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
211213
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=

0 commit comments

Comments
 (0)