forked from turnage/graw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 727 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/mix/graw
go 1.19
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
)
require (
github.com/alecthomas/kingpin v2.2.6+incompatible // indirect
github.com/alecthomas/kingpin/v2 v2.3.2 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
google.golang.org/appengine v1.4.0 // indirect
)