Commit 4e94e25 1 parent 26470fa commit 4e94e25 Copy full SHA for 4e94e25
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ module github.com/dgurney/unikey-mod7
2
2
3
3
go 1.16
4
4
5
- require github.com/dgurney/unikey v0.4.0
5
+ require github.com/dgurney/unikey v0.4.1
6
6
7
7
// replace github.com/dgurney/unikey => ../unikey
Original file line number Diff line number Diff line change 1
- github.com/dgurney/unikey v0.4.0 h1:8liT1hBgMR2PXmxRiXUqCxkMmKOQ+BhF748eH5wPGGM =
2
- github.com/dgurney/unikey v0.4.0 /go.mod h1:n2GrMQJVZTn9PztnbyPnewdGhLB74QkFmfVr5KWDIrI =
1
+ github.com/dgurney/unikey v0.4.1 h1:ZIVSthltD6e2woAfoob1GQXiRp2DqwVwtbiDc+3pOCo =
2
+ github.com/dgurney/unikey v0.4.1 /go.mod h1:n2GrMQJVZTn9PztnbyPnewdGhLB74QkFmfVr5KWDIrI =
3
3
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
4
4
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 h1:pLI5jrR7OSLijeIDcmRxNmw2api+jEfxLoykJVice/E =
5
5
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 /go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto =
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
24
24
"github.com/dgurney/unikey/validator"
25
25
)
26
26
27
- const version = "0.4.0 "
27
+ const version = "0.4.1 "
28
28
29
29
func init () {
30
30
rand .Seed (time .Now ().UnixNano ())
You can’t perform that action at this time.
0 commit comments