2
0
mirror of https://github.com/OrbTools/OrbMap synced 2024-11-15 18:13:58 +00:00

module reinit

This commit is contained in:
Minizbot2012 2020-03-26 18:07:12 -04:00
parent d5225ef0dd
commit 64edcd9faf
No known key found for this signature in database
GPG Key ID: 977C8ADE12361917
2 changed files with 10 additions and 4 deletions

9
go.mod
View File

@ -1,5 +1,8 @@
module github.com/minizbot2012/orbmap
module github.com/Minizbot2012/orbmap
go 1.13
go 1.14
require github.com/bendahl/uinput v1.0.3
require (
github.com/bendahl/uinput v1.3.0
github.com/minizbot2012/orbmap v0.0.0-20200326220141-264e83c1276f
)

5
go.sum
View File

@ -1,2 +1,5 @@
github.com/bendahl/uinput v1.0.3 h1:czy6tU087RSg1U4HwyQkSXlvA178TECVGIvsgo+DkiE=
github.com/bendahl/uinput v1.0.3/go.mod h1:2JMdx4rrhf/FU24AarB52ZXCaFqJDxYYlWq+uV6bvSE=
github.com/bendahl/uinput v1.3.0 h1:k8JaX1HrCOCYw+dwhJ351ye6kkSEn6kUgM3RwkSLF+s=
github.com/bendahl/uinput v1.3.0/go.mod h1:Np7w3DINc9wB83p12fTAM3DPPhFnAKP0WTXRqCQJ6Z8=
github.com/minizbot2012/orbmap v0.0.0-20200326220141-264e83c1276f h1:VfjhiVjmZ4FkgJ55/JgnPYHmTpNpvlarrGuELiZi6ds=
github.com/minizbot2012/orbmap v0.0.0-20200326220141-264e83c1276f/go.mod h1:Bryq/VF/B+Y2VHpcupiT7Ia+4QVFgZYTqcZcotWb+Dw=