-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #629 from prometheus/beorn7/release
Cut 1.1.0
- Loading branch information
Showing
4 changed files
with
36 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.0 | ||
1.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
module github.com/prometheus/client_golang | ||
|
||
require ( | ||
github.com/beorn7/perks v1.0.0 | ||
github.com/golang/protobuf v1.3.1 | ||
github.com/json-iterator/go v1.1.6 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/beorn7/perks v1.0.1 | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/json-iterator/go v1.1.7 | ||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 | ||
github.com/prometheus/common v0.4.1 | ||
github.com/prometheus/procfs v0.0.2 | ||
github.com/stretchr/testify v1.3.0 // indirect | ||
golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5 | ||
github.com/prometheus/common v0.6.0 | ||
github.com/prometheus/procfs v0.0.3 | ||
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters