Initial commit

This commit is contained in:
Aram 🍐 2023-07-21 20:19:51 -04:00
parent 343471e6a7
commit f64a55b206
5 changed files with 234 additions and 0 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
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
)