Skip to content

Commit 800bb63

Browse files
committed
updated dependencies
1 parent 1105bfa commit 800bb63

File tree

2 files changed

+24
-119
lines changed

2 files changed

+24
-119
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/sirupsen/logrus v1.8.1
99
github.com/streadway/amqp v1.0.0
1010
github.com/tkanos/gonfig v0.0.0-20210106201359-53e13348de2f
11-
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e
11+
golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664
1212
)
1313

1414
require (
@@ -37,13 +37,13 @@ require (
3737
github.com/opencontainers/runc v1.1.2 // indirect
3838
github.com/pkg/errors v0.9.1 // indirect
3939
github.com/prometheus/client_model v0.2.0 // indirect
40-
github.com/prometheus/common v0.32.1 // indirect
40+
github.com/prometheus/common v0.35.0 // indirect
4141
github.com/prometheus/procfs v0.7.3 // indirect
4242
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
4343
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
4444
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
45-
golang.org/x/net v0.0.0-20211209124913-491a49abca63 // indirect
46-
google.golang.org/protobuf v1.27.1 // indirect
45+
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
46+
google.golang.org/protobuf v1.28.0 // indirect
4747
gopkg.in/yaml.v2 v2.4.0 // indirect
4848
)
4949

0 commit comments

Comments
 (0)