mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-09-05 21:14:34 +02:00
go mod tidy
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,9 +3,11 @@ 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
|
||||
@@ -14,15 +16,13 @@ require (
|
||||
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.30
|
||||
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/cuu/gogame v0.0.0-20230123135735-e5581171f193 // indirect
|
||||
github.com/fhs/gompd/v2 v2.3.0 // indirect
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user