File: go.mod

package info (click to toggle)
golang-github-containers-psgo 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 340 kB
  • sloc: makefile: 46; sh: 6
file content (19 lines) | stat: -rw-r--r-- 488 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/containers/psgo

go 1.18

require (
	github.com/containers/storage v1.52.0
	github.com/opencontainers/runc v1.1.12
	github.com/stretchr/testify v1.8.4
	golang.org/x/sys v0.16.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/docker/go-units v0.5.0 // indirect
	github.com/moby/sys/mountinfo v0.7.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/sirupsen/logrus v1.9.3 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)