Skip to content

Commit

Permalink
Update go mod and version
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Sep 26, 2021
1 parent b9033f7 commit 384f5ad
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -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=
2 changes: 1 addition & 1 deletion hook.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 384f5ad

Please sign in to comment.