mirror of
https://github.com/vmorganp/Lazytainer.git
synced 2026-01-01 02:17:21 +01:00
* fix: non shell based socks scan... - gomod upgrade to fix all CVEs * chore: remove old ports list for shell authored-by: pratikbin <pratikbin+010101@no-reply-github.com>
25 lines
1.0 KiB
Modula-2
25 lines
1.0 KiB
Modula-2
module github.com/lazytainer
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
|
|
github.com/docker/distribution v2.8.1+incompatible // indirect
|
|
github.com/docker/docker v20.10.17+incompatible
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b // indirect
|
|
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261 // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
gotest.tools/v3 v3.0.3 // indirect
|
|
)
|