1
2
3
4
5
6
7
8
9
10
11
12
| module yolo
|
| go 1.12
|
| require (
| basic.com/pubsub/protomsg.git v0.0.0-20191209102656-8ef3322ca3dd
| github.com/gogo/protobuf v1.3.1
| golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3 // indirect
| golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135 // indirect
| google.golang.org/grpc v1.25.1 // indirect
| honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc // indirect
| )
|
|