Skip to content

Commit

Permalink
Merge pull request #14 from treydock/module-update
Browse files Browse the repository at this point in the history
Update Go module dependencies
  • Loading branch information
treydock authored Apr 23, 2021
2 parents 87e6de6 + 3d2331d commit 6a5b8ef
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 38 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### Changes

* [ENHANCEMENT] Update to Go 1.16
* [ENHANCEMENT] Update Go module dependencies

## 0.6.0 / 2020-10-03

Expand Down
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ module github.com/treydock/cgroup_exporter
go 1.16

require (
github.com/containerd/cgroups v0.0.0-20200824123100-0b889c03f102
github.com/coreos/go-systemd/v22 v22.1.0 // indirect
github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15 // indirect
github.com/containerd/cgroups v1.0.1
github.com/coreos/go-systemd/v22 v22.3.1 // indirect
github.com/go-kit/kit v0.10.0
github.com/prometheus/client_golang v1.7.1
github.com/prometheus/common v0.14.0
github.com/prometheus/procfs v0.2.0
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect
google.golang.org/protobuf v1.25.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.21.0
github.com/prometheus/procfs v0.6.0
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)
Loading

0 comments on commit 6a5b8ef

Please sign in to comment.