Skip to content

Commit

Permalink
fix(core): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Aug 18, 2021
1 parent f47b69a commit b39382b
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 141 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ go 1.17

require (
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/go-kit/kit v0.10.0
github.com/go-kit/kit v0.11.0
github.com/go-kit/log v0.1.0
github.com/golang/protobuf v1.5.2 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.29.0
github.com/prometheus/common v0.30.0
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
Expand All @@ -21,6 +21,6 @@ require (
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
google.golang.org/protobuf v1.26.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
Loading

0 comments on commit b39382b

Please sign in to comment.