diff --git a/go.mod b/go.mod index d90a411..d55c838 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ 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 diff --git a/go.sum b/go.sum index 51a16a0..b3cb17f 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/vcaesar/tt v0.11.0 h1:obQecjgbnAxxC6OYGY6yDvhGRW2PR5wD8Ma2uJH3WGA= -github.com/vcaesar/tt v0.11.0/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg= +github.com/vcaesar/tt v0.20.0 h1:9t2Ycb9RNHcP0WgQgIaRKJBB+FrRdejuaL6uWIHuoBA= +github.com/vcaesar/tt v0.20.0/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg= diff --git a/hook.go b/hook.go index 7fa2134..a88a992 100644 --- a/hook.go +++ b/hook.go @@ -32,7 +32,7 @@ import ( const ( // Version get the gohook version - Version = "v0.30.4.100, Sierra Nevada!" + Version = "v0.31.2.113, Sierra Nevada!" // HookEnabled honk enable status HookEnabled = 1 // iota