Skip to content

Commit e8ba582

Browse files
committed
Bump stringprep prereq to v1.0.2
1 parent 981e4a7 commit e8ba582

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v1.0.1 - 2021-03-27
4+
5+
- Bump stringprep dependency to v1.0.2 for Go 1.11 support.
6+
37
## v1.0.0 - 2021-03-27
48

5-
First release as a Go module
9+
- First release as a Go module

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/xdg-go/scram
33
go 1.11
44

55
require (
6-
github.com/xdg-go/stringprep v1.0.1
6+
github.com/xdg-go/stringprep v1.0.2
77
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
88
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/xdg-go/stringprep v1.0.1 h1:fh9fjsYlx31k9tkhQgA+39rfn1ycZsu+HwLd7Rn2f1A=
2-
github.com/xdg-go/stringprep v1.0.1/go.mod h1:Y4oFboVhSPyY2nobjUiV3AxnwswF+YZfxOKHF7M1fiI=
1+
github.com/xdg-go/stringprep v1.0.2 h1:6iq84/ryjjeRmMJwxutI51F2GIPlP5BfTvXHeYjyhBc=
2+
github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM=
33
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 h1:It14KIkyBFYkHkwZ7k45minvA9aorojkyjGk9KJ5B/w=
44
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4=
55
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg=

0 commit comments

Comments
 (0)