aboutsummaryrefslogtreecommitdiff
path: root/xP/go.mod
blob: 70cc10d126c348b1ae48d31d08289108b151bedf (plain)
1
2
3
4
5
6
7
8
9
10
module janouch.name/xK/xP

go 1.18

require nhooyr.io/websocket v1.8.7

require (
	github.com/klauspost/compress v1.15.9 // indirect
	golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
)