ts-activity/go.mod
2023-07-21 20:19:51 -04:00

11 lines
292 B
Modula-2

module github.com/aramperes/ts-activity
go 1.20
require (
github.com/gtuk/discordwebhook v1.1.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/multiplay/go-ts3 v1.1.0 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/sys v0.2.0 // indirect
)