1
0
Fork 0
leet/go.mod

12 lines
294 B
Modula-2
Raw Normal View History

2019-04-12 09:30:06 +08:00
module github.com/serverwentdown/leet
go 1.12
2019-04-12 15:11:11 +08:00
replace github.com/rpi-ws281x/rpi-ws281x-go => github.com/serverwentdown/rpi-ws281x-go v1.0.4
2019-04-12 09:30:06 +08:00
require (
2019-04-12 15:11:11 +08:00
github.com/golang/protobuf v1.3.1
github.com/rpi-ws281x/rpi-ws281x-go v0.0.0-00010101000000-000000000000
2019-04-12 09:30:06 +08:00
google.golang.org/grpc v1.19.1
)