2020-07-11 13:49:07 -04:00
|
|
|
module github.com/vartanbeno/go-reddit
|
2020-04-29 19:03:21 -04:00
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/go-querystring v1.0.0
|
2020-05-29 19:50:52 -04:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2020-04-29 19:03:21 -04:00
|
|
|
golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e
|
|
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
|
|
)
|