Skip to content

Commit b121866

Browse files
committed
BUILD/MINOR: go.mod: upgrade dependencies
1 parent ed3f39b commit b121866

File tree

2 files changed

+68
-4
lines changed

2 files changed

+68
-4
lines changed

go.mod

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
github.com/go-openapi/swag v0.19.9
2525
github.com/go-openapi/validate v0.19.8
2626
github.com/google/renameio v0.1.1-0.20200217212219-353f81969824
27-
github.com/google/uuid v1.1.1
27+
github.com/google/uuid v1.2.0
2828
github.com/haproxytech/client-native/v2 v2.3.1-0.20210427141952-ef3206577c49
2929
github.com/haproxytech/config-parser/v3 v3.0.1-0.20210212144342-183eb1988d86
3030
github.com/hashicorp/consul/api v1.6.0
@@ -37,12 +37,13 @@ require (
3737
github.com/oklog/ulid/v2 v2.0.2
3838
github.com/rodaine/hclencoder v0.0.0-20200910194838-aaa140ee61ed
3939
github.com/rs/cors v1.7.0
40-
github.com/shirou/gopsutil v2.20.3+incompatible
41-
github.com/sirupsen/logrus v1.5.0
40+
github.com/shirou/gopsutil v3.21.4+incompatible
41+
github.com/sirupsen/logrus v1.8.1
4242
github.com/stretchr/testify v1.6.1
4343
github.com/tebeka/strftime v0.1.5 // indirect
44+
github.com/tklauser/go-sysconf v0.3.6 // indirect
4445
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
45-
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f
46+
golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa
4647
golang.org/x/text v0.3.5 // indirect
4748
gopkg.in/yaml.v2 v2.3.0
4849
)

0 commit comments

Comments
 (0)