aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 2f7e5f11d1932feaadb90e3d113f5dfa70c7b5ca (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-20241207133709-143f14722b6c

require (
	github.com/HimbeerserverDE/mt v0.0.0-20241011190021-0f652a56d16b // indirect
	github.com/HimbeerserverDE/srp v0.0.0 // indirect
	github.com/klauspost/compress v1.17.8 // indirect
	github.com/lib/pq v1.10.9 // indirect
	github.com/mattn/go-sqlite3 v1.14.22 // indirect
)