File: go.mod

package info (click to toggle)
golang-github-saracen-fastzip 0.1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 176 kB
  • sloc: makefile: 2
file content (17 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/saracen/fastzip

go 1.18

require (
	github.com/klauspost/compress v1.16.5
	github.com/saracen/zipextra v0.0.0-20220303013732-0187cb0159ea
	github.com/stretchr/testify v1.8.3
	golang.org/x/sync v0.2.0
	golang.org/x/sys v0.8.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)