mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-04 12:34:38 +02:00
add warehouse code,pass 1st complie,app_notifier needs installation function
This commit is contained in:
3
go.mod
3
go.mod
@@ -11,16 +11,19 @@ require (
|
||||
github.com/godbus/dbus v4.1.0+incompatible
|
||||
github.com/godbus/dbus/v5 v5.0.5
|
||||
github.com/itchyny/volume-go v0.2.1
|
||||
github.com/mattn/go-sqlite3 v1.14.9
|
||||
github.com/mitchellh/go-homedir v1.1.0
|
||||
github.com/muka/go-bluetooth v0.0.0-20210812063148-b6c83362e27d
|
||||
github.com/sirupsen/logrus v1.8.1
|
||||
github.com/veandco/go-sdl2 v0.4.10
|
||||
github.com/vjeantet/jodaTime v1.0.0
|
||||
github.com/yookoala/realpath v1.0.0
|
||||
github.com/zyxar/argo v0.0.0-20210923033329-21abde88a063
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/go-ole/go-ole v1.2.5 // indirect
|
||||
github.com/gorilla/websocket v1.4.2 // indirect
|
||||
github.com/moutend/go-wca v0.2.0 // indirect
|
||||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 // indirect
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user