File: go.mod

package info (click to toggle)
golang-github-containerd-stargz-snapshotter 0.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports
  • size: 3,404 kB
  • sloc: sh: 3,426; python: 532; makefile: 84; ansic: 4
file content (10 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/containerd/stargz-snapshotter/estargz

go 1.16

require (
	github.com/klauspost/compress v1.15.7
	github.com/opencontainers/go-digest v1.0.0
	github.com/vbatts/tar-split v0.11.2
	golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
)