9 lines
163 B
Modula-2
9 lines
163 B
Modula-2
|
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
|
||
|
)
|