-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
28 lines (26 loc) · 1.16 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
27
28
module github.com/Matrix86/driplane
go 1.13
require (
github.com/alecthomas/participle v0.2.1
github.com/asaskevich/EventBus v0.0.0-20180315140547-d46933a94f05
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/dghubble/go-twitter v0.0.0-20190305084156-0022a70e9bee
github.com/dghubble/oauth1 v0.5.0
github.com/dghubble/sling v1.2.0 // indirect
github.com/evilsocket/islazy v1.10.6
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/gabriel-vasile/mimetype v1.1.1
github.com/google/go-querystring v1.0.0 // indirect
github.com/hpcloud/tail v1.0.0
github.com/ledongthuc/pdf v0.0.0-20200323191019-23c5852adbd2
github.com/mmcdole/gofeed v1.0.0
github.com/robertkrimen/otto v0.0.0-20191219234010-c382bd3c16ff
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
golang.org/x/sys v0.0.0-20190508100423-12bbe5a7a520 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.3.0
)