File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## v1.0.1 - 2021-03-27
4
+
5
+ - Bump stringprep dependency to v1.0.2 for Go 1.11 support.
6
+
3
7
## v1.0.0 - 2021-03-27
4
8
5
- First release as a Go module
9
+ - First release as a Go module
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/xdg-go/scram
3
3
go 1.11
4
4
5
5
require (
6
- github.com/xdg-go/stringprep v1.0.1
6
+ github.com/xdg-go/stringprep v1.0.2
7
7
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
8
8
)
Original file line number Diff line number Diff line change 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 =
3
3
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 h1:It14KIkyBFYkHkwZ7k45minvA9aorojkyjGk9KJ5B/w =
4
4
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 /go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4 =
5
5
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 /go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg =
You can’t perform that action at this time.
0 commit comments