We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a68d346 + f5b059c commit 0ee7eb6Copy full SHA for 0ee7eb6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.6.0 / 2021-06-30
2
+
3
+* [CHANGE] Move from github.com/go-kit/kit/log to github.com/go-kit/log #55
4
5
## 0.5.1 / 2021-01-15
6
7
This release includes a bugfix for a side-channel security issue that would
VERSION
@@ -1 +1 @@
-0.5.1
+0.6.0
go.mod
@@ -5,8 +5,8 @@ go 1.14
require (
github.com/go-kit/log v0.1.0
github.com/pkg/errors v0.9.1
8
- github.com/prometheus/common v0.15.0
9
- golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
+ github.com/prometheus/common v0.29.0
+ golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
10
gopkg.in/alecthomas/kingpin.v2 v2.2.6
11
gopkg.in/yaml.v2 v2.4.0
12
)
0 commit comments