File: go.mod

package info (click to toggle)
golang-github-sassoftware-go-rpmutils 0.2.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 360 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
module github.com/sassoftware/go-rpmutils

go 1.13

require (
	github.com/DataDog/zstd v1.4.5
	github.com/klauspost/compress v1.11.7
	github.com/stretchr/testify v1.7.0
	github.com/ulikunitz/xz v0.5.9
	github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8
	go.uber.org/goleak v1.1.10
	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
)