]> Sergey Matveev's repositories - godlighty.git/blob - go.mod
Git's .bundle MIME type
[godlighty.git] / go.mod
1 module go.stargrave.org/godlighty
2
3 go 1.17
4
5 require (
6         github.com/davecgh/go-spew v1.1.1
7         github.com/dustin/go-humanize v1.0.0
8         github.com/klauspost/compress v1.13.6
9         golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6
10         golang.org/x/sys v0.0.0-20210930212924-f542c8878de8
11 )