Commit ebac429 1 parent 081fda7 commit ebac429 Copy full SHA for ebac429
File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
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.3.1
5
+ require github.com/dgurney/unikey v0.3.2
6
6
7
7
// replace github.com/dgurney/unikey => ../unikey
Original file line number Diff line number Diff line change 1
1
github.com/dgurney/unikey v0.3.1 h1:j/5RjzUvdOyZ+0gLi12C/s1nUQaFK7L2RzIE2CgmV7I =
2
2
github.com/dgurney/unikey v0.3.1 /go.mod h1:vHqV5+bSBPDtT7q2cxY9DBC/gizehUa/pgbqbWpyL0k =
3
+ github.com/dgurney/unikey v0.3.2 h1:RJRSCiAdsH/FWC49U91KU9gBa2AnAWxTPeebIyJnacg =
4
+ github.com/dgurney/unikey v0.3.2 /go.mod h1:vHqV5+bSBPDtT7q2cxY9DBC/gizehUa/pgbqbWpyL0k =
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.3.1 "
27
+ const version = "0.3.2 "
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