-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
26 lines (24 loc) · 1.11 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/Bullpeen/quad
go 1.13
require (
github.com/Bullpeen/infobot v0.0.0-20220620191004-6c66c721b4c6
github.com/Bullpeen/stox v0.0.0-20220620191301-3f1d83fa209f
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/dghubble/go-twitter v0.0.0-20220621150516-b9b1581459a3 // indirect
github.com/go-test/deep v1.0.8 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/jirwin/quadlek v0.0.0-20220625080408-8b1b460217d4
github.com/jirwin/xpost-quadlek v0.0.0-20220620185145-37d0eebdf364
github.com/kr/pretty v0.3.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/urfave/cli v1.22.9
go.uber.org/goleak v1.1.12 // indirect
go.uber.org/zap v1.21.0
golang.org/x/image v0.0.0-20220617043117-41969df76e82 // indirect
golang.org/x/net v0.0.0-20220622184535-263ec571b305 // indirect
golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect
golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)