9 lines
187 B
Modula-2
9 lines
187 B
Modula-2
module github.com/dustinpianalto/overpass
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/dghubble/go-twitter v0.0.0-20200725221434-4bc8ad7ad1b4
|
|
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
|
|
)
|