File: go.mod

package info (click to toggle)
golang-github-klauspost-compress 1.15.12%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, bookworm-proposed-updates, sid
  • size: 42,896 kB
  • sloc: asm: 20,118; sh: 15; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 366 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module github.com/klauspost/compress/s2/_generate

go 1.17

require (
	github.com/klauspost/asmfmt v1.3.1
	github.com/mmcloughlin/avo v0.4.0
)

require (
	golang.org/x/mod v0.4.2 // indirect
	golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021 // indirect
	golang.org/x/tools v0.1.7 // indirect
	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)