]> Sergey Matveev's repositories - godlighty.git/blob - go.mod
Unify copyright comment format
[godlighty.git] / go.mod
1 module go.stargrave.org/godlighty
2
3 go 1.20
4
5 require (
6         github.com/davecgh/go-spew v1.1.1
7         github.com/dustin/go-humanize v1.0.1
8         github.com/klauspost/compress v1.16.7
9         golang.org/x/net v0.14.0
10         golang.org/x/sys v0.11.0
11 )