Commit 5b2c006 1 parent 1631253 commit 5b2c006 Copy full SHA for 5b2c006
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.4
5
+ require github.com/dgurney/unikey v0.3.5
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.4 h1:bRKX/Hi8FhVp31fH7zPgqae+4F3E8UswUkCIPHyUwNw =
2
2
github.com/dgurney/unikey v0.3.4 /go.mod h1:vHqV5+bSBPDtT7q2cxY9DBC/gizehUa/pgbqbWpyL0k =
3
+ github.com/dgurney/unikey v0.3.5 h1:r/P/+wh1Ml9eZJM7Gg4Y97msZW2xqpgOVT5rzJZNG5k =
4
+ github.com/dgurney/unikey v0.3.5 /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.4 "
27
+ const version = "0.3.5 "
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