broadcast/broadcast/go.mod

9 lines
169 B
Modula-2
Raw Normal View History

2020-10-22 00:11:59 +02:00
module git.abbiamoundominio.org/unit/broadcast
go 1.15
2020-10-22 00:20:10 +02:00
require (
github.com/golang/protobuf v1.4.2 // indirect
2020-10-22 00:20:10 +02:00
layeh.com/gumble v0.0.0-20200818122324-146f9205029b
)