wikitil/go.mod

9 lines
139 B
Modula-2
Raw Normal View History

module wikitil
2021-11-22 16:51:03 +00:00
go 1.16
require (
github.com/dghubble/go-twitter v0.0.0-20211115160449-93a8679adecb
github.com/dghubble/oauth1 v0.7.0
)