build(deps): bump github.com/go-git/go-git/v5 from 5.4.2 to 5.11.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.11.0. - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.4.2...v5.11.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ var (
|
||||
winFindWindow = winAPI(user32dll, "FindWindowW")
|
||||
winSendMessage = winAPI(user32dll, "SendMessageW")
|
||||
|
||||
kernel32dll = windows.NewLazySystemDLL("user32.dll")
|
||||
kernel32dll = windows.NewLazySystemDLL("kernel32.dll")
|
||||
winGetCurrentThreadID = winAPI(kernel32dll, "GetCurrentThreadId")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user