-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathgo.mod
30 lines (27 loc) · 1.1 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
29
30
module github.com/dreddsa5dies/automateGo
go 1.17
require (
github.com/anthonynsimon/bild v0.10.0
github.com/atotto/clipboard v0.1.0
github.com/boombuler/barcode v1.0.0
github.com/disintegration/imaging v1.4.2
github.com/emersion/go-imap v0.0.0-20170422081100-840b16b212bf
github.com/gen2brain/go-fitz v0.0.0-20180416170014-297d6b608808
github.com/jackdanger/collectlinks v0.0.0-20160421202702-24c4ee2870ba
github.com/jessevdk/go-flags v1.4.0
github.com/jung-kurt/gofpdf v1.0.0
github.com/ledongthuc/pdf v0.0.0-20180327031746-fb84fa0e709b
github.com/opesun/goquery v0.0.0-20160908163916-0d77e43213cd
github.com/schollz/progressbar v1.0.0
github.com/sfreiberg/gotwilio v0.0.0-20180526023001-a02aa7828f53
github.com/tealeg/xlsx v1.0.3
github.com/tebeka/selenium v0.9.3
github.com/toqueteos/webbrowser v1.1.0
)
require (
github.com/emersion/go-sasl v0.0.0-20161116183048-7e096a0a6197 // indirect
github.com/gorilla/schema v1.0.2 // indirect
golang.org/x/image v0.0.0-20180601115456-af66defab954 // indirect
golang.org/x/net v0.0.0-20180530234432-1e491301e022 // indirect
golang.org/x/text v0.3.0 // indirect
)