aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 2691026d2f1955b425ce8ac3017ad8bc6d52c2f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
module github.com/HimbeerserverDE/mt-multiserver-chatcommands

go 1.18

require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20220514170657-54c9f9bb8d42

require (
	github.com/HimbeerserverDE/srp v0.0.0 // indirect
	github.com/anon55555/mt v0.0.0-20210919124550-bcc58cb3048f // indirect
)