mirror of
https://github.com/vmorganp/Lazytainer.git
synced 2025-12-31 01:57:25 +01:00
15 lines
471 B
Modula-2
15 lines
471 B
Modula-2
module github.com/lazytainer
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/containerd/containerd v1.5.7 // indirect
|
|
github.com/docker/docker v20.10.9+incompatible
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
google.golang.org/grpc v1.41.0 // indirect
|
|
)
|