aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 4a73e2fd6930dc86ffc5f7283a562178653a1250 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/HimbeerserverDE/mt-multiserver-chatcommands

go 1.21

toolchain go1.21.4

require github.com/HimbeerserverDE/mt-multiserver-proxy v0.0.0-20231206183301-530ae608a0df

require (
	github.com/HimbeerserverDE/mt v0.0.0-20230608181626-b0bf21e31b42 // indirect
	github.com/HimbeerserverDE/srp v0.0.0 // indirect
	github.com/klauspost/compress v1.17.3 // indirect
	github.com/lib/pq v1.10.9 // indirect
	github.com/mattn/go-sqlite3 v1.14.18 // indirect
)