1
0
Fork 0
livestream-tools/icedreammusic/auto-restart-voicemeeter/go.mod

13 lines
253 B
Modula-2
Raw Normal View History

2023-03-17 02:40:27 +00:00
module git.icedream.tech/icedream/auto-restart-voicemeeter
go 1.23
toolchain go1.24.2
2023-03-17 02:40:27 +00:00
require github.com/JamesDunne/go-asio v0.0.0-20150322061733-6c4b099ca927
2023-03-17 02:40:27 +00:00
require (
github.com/cenkalti/backoff/v4 v4.3.0
github.com/cenkalti/backoff/v5 v5.0.2
)