gdq-archive/vod/go.mod

10 lines
225 B
Modula-2

module git.icedream.tech/icedream/gdq-vod-generator
go 1.12
require (
github.com/cameronstanley/go-reddit v0.0.0-20170423222116-4bfac7ea95af
github.com/jarcoal/httpmock v1.0.4 // indirect
github.com/spf13/viper v1.4.0
)