Commit 6233320 1 parent 7e884dc commit 6233320 Copy full SHA for 6233320
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.3.6
5
+ require github.com/dgurney/unikey v0.3.7
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.3.6 h1:IgxWOlYehA4Ai7uXlsEyT1o1Jvo3LbsUk4S89WFOFJk =
2
- github.com/dgurney/unikey v0.3.6 /go.mod h1:vHqV5+bSBPDtT7q2cxY9DBC/gizehUa/pgbqbWpyL0k =
1
+ github.com/dgurney/unikey v0.3.7 h1:lBXR/aUafE8yssvqteqbz7/nB6VgxGO0G7JY016wfeg =
2
+ github.com/dgurney/unikey v0.3.7 /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.6 "
27
+ const version = "0.3.8 "
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