You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
397 B
16 lines
397 B
module git.abbiamoundominio.org/hamcha/bacheca
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
git.fromouter.space/Artificiale/consulconf v0.3.1
|
|
git.fromouter.space/Artificiale/moa v0.0.1
|
|
github.com/boltdb/bolt v1.3.1
|
|
github.com/go-kit/kit v0.8.0
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/gorilla/feeds v1.1.1
|
|
github.com/gorilla/mux v1.7.2
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
google.golang.org/grpc v1.22.0
|
|
)
|