Skip to content

Commit

Permalink
update version and gomod pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed May 20, 2020
1 parent 198a589 commit 419a034
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions chan/eb_chan.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

#if (defined(__MINGW32__) || defined(__CYGWIN__)) && !defined(_POSIX_PRIORITY_SCHEDULING)
#include <windows.h>

int sched_yield() {
return SwitchToThread();
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/robotn/gohook

go 1.13

require github.com/vcaesar/tt v0.0.0-20200219144246-a190abe69d64
require github.com/vcaesar/tt v0.10.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.0.0-20200219144246-a190abe69d64 h1:MwxT8hyvPcPafJ2LDmoFuH7Xpz5LZ6W3dKzwVQAHD/k=
github.com/vcaesar/tt v0.0.0-20200219144246-a190abe69d64/go.mod h1:GHPxQYhn+7OgKakRusH7KJ0M5MhywoeLb8Fcffs/Gtg=
github.com/vcaesar/tt v0.10.0 h1:jPtFiRRnCOXVakd5ujCed2dwWwTs91wh8W1iHeUIfc0=
github.com/vcaesar/tt v0.10.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.0.80, Sierra Nevada!"
Version = "v0.30.1.83, Sierra Nevada!"

// HookEnabled honk enable status
HookEnabled = 1 // iota
Expand Down

0 comments on commit 419a034

Please sign in to comment.