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

go 1.21

require (
	github.com/HimbeerserverDE/mt v0.0.0-20240117134628-8d80038fd9e2
	github.com/HimbeerserverDE/srp v0.0.0
	github.com/lib/pq v1.10.9
	github.com/mattn/go-sqlite3 v1.14.18
)

require github.com/klauspost/compress v1.17.3 // indirect