bacheca/go.mod

13 lines
294 B
Modula-2
Raw Normal View History

2019-07-16 18:03:16 +02:00
module git.abbiamoundominio.org/hamcha/bacheca
go 1.12
require (
git.fromouter.space/Artificiale/moa v0.0.1
git.fromouter.space/mcg/cardgage v0.0.5 // indirect
github.com/go-kit/kit v0.8.0
github.com/golang/protobuf v1.3.2
github.com/gorilla/mux v1.7.2
google.golang.org/grpc v1.22.0
)