File tree 3 files changed +6
-1
lines changed
3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 31
31
32
32
lint :
33
33
gocyclo -top 15 .
34
+
35
+ update :
36
+ go list -u -m -json all | go-mod-outdated -update -direct
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ require (
26
26
github.com/pelletier/go-toml v1.8.1 // indirect
27
27
github.com/prometheus/client_golang v1.3.0
28
28
github.com/sirupsen/logrus v1.7.0
29
- github.com/stevenroose/gonfig v0.1.4
29
+ github.com/stevenroose/gonfig v0.1.5
30
30
github.com/uber/jaeger-client-go v2.20.1+incompatible
31
31
github.com/uber/jaeger-lib v2.2.0+incompatible // indirect
32
32
go.mongodb.org/mongo-driver v1.7.2
Original file line number Diff line number Diff line change @@ -206,6 +206,8 @@ github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3
206
206
github.com/spf13/pflag v1.0.3 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
207
207
github.com/stevenroose/gonfig v0.1.4 h1:oaMK7zCihVqlPIHXHNwDT9Hl/tH09RALGQ8TmUuYdl0 =
208
208
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 =
209
211
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
210
212
github.com/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
211
213
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
You can’t perform that action at this time.
0 commit comments