File: go.mod

package info (click to toggle)
continuity 0.0~git20201208.1805252-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 612 kB
  • sloc: makefile: 53; sh: 28
file content (19 lines) | stat: -rw-r--r-- 706 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/containerd/continuity

go 1.13

require (
	bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898
	github.com/dustin/go-humanize v1.0.0
	github.com/golang/protobuf v1.2.0
	github.com/inconshreveable/mousetrap v1.0.0 // indirect
	github.com/opencontainers/go-digest v1.0.0
	github.com/pkg/errors v0.9.1
	github.com/sirupsen/logrus v1.6.0
	github.com/spf13/cobra v0.0.2-0.20171109065643-2da4a54c5cee
	github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95 // indirect
	github.com/stretchr/testify v1.4.0 // indirect
	golang.org/x/net v0.0.0-20180906233101-161cd47e91fd // indirect
	golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f
	golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3
)