File: go.mod

package info (click to toggle)
golang-github-keltia-archive 0.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 21
file content (11 lines) | stat: -rw-r--r-- 244 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/keltia/archive

go 1.14

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/klauspost/compress v1.10.10
	github.com/pkg/errors v0.8.1
	github.com/proglottis/gpgme v0.1.1
	github.com/stretchr/testify v1.3.0
)