26 lines
1.0 KiB
Modula-2
26 lines
1.0 KiB
Modula-2
module git.sr.ht/~akilan1999/p2p-rendering-computation
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.16 // indirect
|
|
github.com/christophwitzko/go-curl v0.0.0-20171216141518-4203158d6acb
|
|
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 // indirect
|
|
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/grandcat/zeroconf v1.0.0
|
|
github.com/jackpal/gateway v1.0.7 // indirect
|
|
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
|
|
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 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
|
|
google.golang.org/grpc v1.35.0 // indirect
|
|
)
|