Skip to content

Commit

Permalink
Bump stringprep prereq to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xdg committed Mar 27, 2021
1 parent 981e4a7 commit e8ba582
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.0.1 - 2021-03-27

- Bump stringprep dependency to v1.0.2 for Go 1.11 support.

## v1.0.0 - 2021-03-27

First release as a Go module
- First release as a Go module
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/xdg-go/scram
go 1.11

require (
github.com/xdg-go/stringprep v1.0.1
github.com/xdg-go/stringprep v1.0.2
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/xdg-go/stringprep v1.0.1 h1:fh9fjsYlx31k9tkhQgA+39rfn1ycZsu+HwLd7Rn2f1A=
github.com/xdg-go/stringprep v1.0.1/go.mod h1:Y4oFboVhSPyY2nobjUiV3AxnwswF+YZfxOKHF7M1fiI=
github.com/xdg-go/stringprep v1.0.2 h1:6iq84/ryjjeRmMJwxutI51F2GIPlP5BfTvXHeYjyhBc=
github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM=
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 h1:It14KIkyBFYkHkwZ7k45minvA9aorojkyjGk9KJ5B/w=
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=
Expand Down

0 comments on commit e8ba582

Please sign in to comment.