This repository has been archived on 2022-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
snoo2nebby/vendor/github.com/turnage/graw/go.mod

13 lines
344 B
Modula-2

module github.com/turnage/graw
go 1.13
require (
github.com/golang/protobuf v1.3.2
github.com/kylelemons/godebug v1.1.0
github.com/mitchellh/mapstructure v1.1.2
github.com/turnage/redditproto v0.0.0-20151223012412-afedf1b6eddb
golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553
golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6
)