File: go.mod

package info (click to toggle)
golang-github-containers-psgo 1.5.2-1%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 356 kB
  • sloc: makefile: 51; sh: 11
file content (11 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
module github.com/containers/psgo

go 1.12

require (
	github.com/opencontainers/runc v0.0.0-20190425234816-dae70e8efea4
	github.com/pkg/errors v0.0.0-20190227000051-27936f6d90f9
	github.com/sirupsen/logrus v0.0.0-20190403091019-9b3cdde74fbe
	github.com/stretchr/testify v1.5.1
	golang.org/x/sys v0.0.0-20190425145619-16072639606e
)