mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-05 13:04:34 +02:00
update code with latest muka/go-bluetooth ,add go mod
This commit is contained in:
27
go.mod
Normal file
27
go.mod
Normal file
@@ -0,0 +1,27 @@
|
||||
module github.com/clockworkpi/LauncherGoDev
|
||||
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/cuu/gogame v0.0.0-20190505155707-d04617ab9826
|
||||
github.com/cuu/grab v2.0.0+incompatible
|
||||
github.com/fatih/structs v1.1.0
|
||||
github.com/go-ini/ini v1.63.2
|
||||
github.com/godbus/dbus v4.1.0+incompatible
|
||||
github.com/itchyny/volume-go v0.2.1
|
||||
github.com/mitchellh/go-homedir v1.1.0
|
||||
github.com/muka/go-bluetooth v0.0.0-20210812063148-b6c83362e27d
|
||||
github.com/veandco/go-sdl2 v0.4.10
|
||||
github.com/vjeantet/jodaTime v1.0.0
|
||||
github.com/yookoala/realpath v1.0.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/go-ole/go-ole v1.2.4 // indirect
|
||||
github.com/godbus/dbus/v5 v5.0.3 // indirect
|
||||
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
|
||||
github.com/moutend/go-wca v0.2.0 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
github.com/sirupsen/logrus v1.6.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user