23 lines
833 B
Modula-2
23 lines
833 B
Modula-2
module git.sr.ht/~akilan1999/p2p-rendering-computation
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/containerd/containerd v1.4.3 // indirect
|
|
github.com/docker/distribution v2.7.1+incompatible // indirect
|
|
github.com/docker/docker v20.10.2+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.2 // indirect
|
|
github.com/jackpal/gateway v1.0.7
|
|
github.com/jackpal/go-nat-pmp v1.0.2
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/pion/mdns v0.0.4
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
github.com/urfave/cli/v2 v2.3.0 // indirect
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
|
|
google.golang.org/grpc v1.35.0 // indirect
|
|
)
|