BeeBot/go.mod

12 lines
388 B
Modula-2
Raw Normal View History

2020-04-11 17:51:10 +00:00
module code.chrissexton.org/cws/BeeBot
go 1.13
require (
github.com/beefsack/go-rate v0.0.0-20180408011153-efa7637bb9b6 // indirect
github.com/google/go-querystring v1.0.0 // indirect
github.com/jzelinskie/geddit v0.0.0-20190913104144-95ef6806b073
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
)