mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2025-12-12 07:58:51 +01:00
Bumps [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](https://github.com/sirupsen/logrus/compare/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-version: 1.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
33 lines
1.0 KiB
Modula-2
33 lines
1.0 KiB
Modula-2
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.1
|
|
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
|
|
)
|