37 lines
1.5 KiB
Modula-2
37 lines
1.5 KiB
Modula-2
module github.com/cyrilix/robocar-base
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/testcontainers/testcontainers-go v0.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.4.11 // indirect
|
|
github.com/Microsoft/hcsshim v0.8.6 // indirect
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/containerd/containerd v1.4.1 // indirect
|
|
github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc // indirect
|
|
github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible // indirect
|
|
github.com/docker/docker v17.12.0-ce-rc1.0.20200916142827-bd33bbf0497b+incompatible // indirect
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
|
github.com/docker/go-units v0.3.3 // indirect
|
|
github.com/gogo/protobuf v1.2.0 // indirect
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0-rc1 // indirect
|
|
github.com/opencontainers/image-spec v1.0.1 // indirect
|
|
github.com/opencontainers/runc v0.1.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
|
|
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
|
|
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd // indirect
|
|
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
|
|
google.golang.org/grpc v1.17.0 // indirect
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|