base package server created

This commit is contained in:
2021-01-20 19:04:24 +04:00
parent b69270a27d
commit 6b7abe989d
8 changed files with 50 additions and 25 deletions

15
go.mod
View File

@@ -3,20 +3,23 @@ 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
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/jackpal/gateway v1.0.7
github.com/jackpal/go-nat-pmp v1.0.2
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
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 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
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
)