allyinvest/go.mod

9 lines
163 B
Modula-2
Raw Normal View History

2020-01-22 00:11:29 +00:00
module github.com/jaketothepast/investmentally
go 1.13
require (
github.com/joho/godotenv v1.3.0
github.com/mrjones/oauth v0.0.0-20190623134757-126b35219450
)