update go mods

This commit is contained in:
cuu
2021-10-28 16:25:21 +08:00
parent 0db19ecd7c
commit 61a10f25f8
2 changed files with 15 additions and 5 deletions

10
go.mod
View File

@@ -5,15 +5,15 @@ go 1.17
require (
github.com/cuu/gogame v0.0.0-20211011085728-70b3e040be73
github.com/cuu/grab v2.0.0+incompatible
github.com/cuu/wpa-connect v1.5.4
github.com/cuu/wpa-connect v1.5.5
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/godbus/dbus/v5 v5.0.5
github.com/godbus/dbus/v5 v5.0.6
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/muka/go-bluetooth v0.0.0-20211023182635-c49e7c952f19
github.com/sirupsen/logrus v1.8.1
github.com/veandco/go-sdl2 v0.4.10
github.com/vjeantet/jodaTime v1.0.0
@@ -22,10 +22,10 @@ require (
)
require (
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/go-ole/go-ole v1.2.6 // 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
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
)