go get && go mod tidy

pull/3/head
Minizbot2012 2 years ago
parent e17c8e12a2
commit d2d0ee9308
No known key found for this signature in database
GPG Key ID: 977C8ADE12361917

@ -4,7 +4,7 @@ go 1.17
require (
fyne.io/fyne/v2 v2.1.2
github.com/OrbTools/OrbCommon v0.0.0-20220203010240-61c781cf2d9e
github.com/OrbTools/OrbCommon v0.0.0-20220212000252-b6289748df6f
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec // indirect
github.com/kr/text v0.2.0 // indirect

@ -5,8 +5,8 @@ github.com/BurntSushi/toml v0.4.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbi
github.com/Kodeworks/golang-image-ico v0.0.0-20141118225523-73f0f4cfade9/go.mod h1:7uhhqiBaR4CpN0k9rMjOtjpcfGd6DG2m04zQxKnWQ0I=
github.com/Minizbot2012/minxdr v0.0.0-20220202094826-a857b0dc7cc8 h1:/JPz++jqt4u1ITImmXTRtaWdrtYCLSX5dKEWBcVolMw=
github.com/Minizbot2012/minxdr v0.0.0-20220202094826-a857b0dc7cc8/go.mod h1:Qtnd0s9q5lVY7qtAGJPYVsRsfNLsIMVhxYqm01ohZJk=
github.com/OrbTools/OrbCommon v0.0.0-20220203010240-61c781cf2d9e h1:IB/I/ZSvw8ndgDIgYqVHb+40IfEUf4ueMAJyb1XEHQU=
github.com/OrbTools/OrbCommon v0.0.0-20220203010240-61c781cf2d9e/go.mod h1:72K2oqIT9yLAhdgBHDz7J17lOiK4Mj9WWd2PbV42p24=
github.com/OrbTools/OrbCommon v0.0.0-20220212000252-b6289748df6f h1:vnyoVv1QO8nB8W2JJm6d0l30rZ+tqIs4UEIL6h1TOsc=
github.com/OrbTools/OrbCommon v0.0.0-20220212000252-b6289748df6f/go.mod h1:72K2oqIT9yLAhdgBHDz7J17lOiK4Mj9WWd2PbV42p24=
github.com/akavel/rsrc v0.8.0/go.mod h1:uLoCtb9J+EyAqh+26kdrTgmzRBFPGOolLWKpdxkKq+c=
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=

Loading…
Cancel
Save