-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgo.mod
32 lines (29 loc) · 1.04 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/clockworkpi/LauncherGoDev
go 1.17
require (
github.com/cuu/gogame v0.0.0-20230123135735-e5581171f193
github.com/cuu/grab v2.0.0+incompatible
github.com/cuu/wpa-connect v1.5.5
github.com/fatih/structs v1.1.0
github.com/fhs/gompd/v2 v2.3.0
github.com/go-ini/ini v1.67.0
github.com/godbus/dbus v4.1.0+incompatible
github.com/godbus/dbus/v5 v5.1.0
github.com/itchyny/volume-go v0.2.2
github.com/mattn/go-sqlite3 v1.14.16
github.com/mitchellh/go-homedir v1.1.0
github.com/muka/go-bluetooth v0.0.0-20221213043340-85dc80edc4e1
github.com/sirupsen/logrus v1.9.0
github.com/veandco/go-sdl2 v0.4.28
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.6 // indirect
github.com/gorilla/websocket v1.5.0 // 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
golang.org/x/sys v0.3.0 // indirect
)