File: go.mod

package info (click to toggle)
golang-github-containers-psgo 1.7.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 372 kB
  • sloc: makefile: 46
file content (9 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/containers/psgo

go 1.14

require (
	github.com/opencontainers/runc v1.0.2
	github.com/stretchr/testify v1.7.0
	golang.org/x/sys v0.0.0-20210817190340-bfb29a6856f2
)