mirror of
https://github.com/robotn/gohook.git
synced 2024-12-04 20:06:42 +08:00
Update go mod and version
This commit is contained in:
parent
b9033f7e4c
commit
384f5adf97
4
go.mod
4
go.mod
@ -1,5 +1,5 @@
|
|||||||
module github.com/robotn/gohook
|
module github.com/robotn/gohook
|
||||||
|
|
||||||
go 1.13
|
go 1.17
|
||||||
|
|
||||||
require github.com/vcaesar/tt v0.11.0
|
require github.com/vcaesar/tt v0.20.0
|
||||||
|
4
go.sum
4
go.sum
@ -1,2 +1,2 @@
|
|||||||
github.com/vcaesar/tt v0.11.0 h1:obQecjgbnAxxC6OYGY6yDvhGRW2PR5wD8Ma2uJH3WGA=
|
github.com/vcaesar/tt v0.20.0 h1:9t2Ycb9RNHcP0WgQgIaRKJBB+FrRdejuaL6uWIHuoBA=
|
||||||
github.com/vcaesar/tt v0.11.0/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg=
|
github.com/vcaesar/tt v0.20.0/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg=
|
||||||
|
2
hook.go
2
hook.go
@ -32,7 +32,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// Version get the gohook version
|
// Version get the gohook version
|
||||||
Version = "v0.30.4.100, Sierra Nevada!"
|
Version = "v0.31.2.113, Sierra Nevada!"
|
||||||
|
|
||||||
// HookEnabled honk enable status
|
// HookEnabled honk enable status
|
||||||
HookEnabled = 1 // iota
|
HookEnabled = 1 // iota
|
||||||
|
Loading…
Reference in New Issue
Block a user