2020-12-28 01:26:55 +01:00
|
|
|
module foosinn/viewercount
|
|
|
|
|
|
|
|
go 1.15
|
2020-12-28 02:22:33 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
|
|
|
github.com/containerd/containerd v1.4.3 // indirect
|
|
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
|
|
github.com/docker/docker v20.10.1+incompatible
|
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
|
|
github.com/google/go-cmp v0.5.4 // indirect
|
|
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
|
|
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // 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.1 // indirect
|
|
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
|
|
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
|
|
|
|
google.golang.org/grpc v1.34.0 // indirect
|
|
|
|
gotest.tools/v3 v3.0.3 // indirect
|
|
|
|
)
|