[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #56 from roidelapluie/rel060
Browse files Browse the repository at this point in the history
Release v0.6.0
  • Loading branch information
roidelapluie committed Jun 30, 2021
2 parents a68d346 + f5b059c commit 0ee7eb6
Show file tree
Hide file tree
Showing 4 changed files with 285 additions and 223 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.6.0 / 2021-06-30

* [CHANGE] Move from github.com/go-kit/kit/log to github.com/go-kit/log #55

## 0.5.1 / 2021-01-15

This release includes a bugfix for a side-channel security issue that would
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.1
0.6.0
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.14
require (
github.com/go-kit/log v0.1.0
github.com/pkg/errors v0.9.1
github.com/prometheus/common v0.15.0
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
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.4.0
)
Loading

0 comments on commit 0ee7eb6

Please sign in to comment.