Skip to content

Commit 0ddbe5e

Browse files
committed
update deps
Signed-off-by: Markus Blaschke <[email protected]>
1 parent 2c07f4c commit 0ddbe5e

File tree

2 files changed

+263
-1
lines changed

2 files changed

+263
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/google/logger v1.1.0
88
github.com/jessevdk/go-flags v1.4.0
99
github.com/prometheus/client_golang v1.7.1
10-
golang.org/x/sys v0.0.0-20200622214017-ed371f2e16b4 // indirect
10+
github.com/prometheus/common v0.12.0 // indirect
11+
golang.org/x/sys v0.0.0-20200814200057-3d37ad5750ed // indirect
1112
google.golang.org/protobuf v1.25.0 // indirect
1213
)

0 commit comments

Comments
 (0)