forked from lu4p/ToRat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
28 lines (26 loc) · 1.28 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/lu4p/ToRat
go 1.14
require (
github.com/BurntSushi/xgb v0.0.0-20200324125942-20f126ea2843 // indirect
github.com/abiosoft/ishell v2.0.0+incompatible
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
github.com/chzyer/logex v1.1.10 // indirect
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
github.com/cretz/bine v0.1.1-0.20200124154328-f9f678b84cca
github.com/dimiro1/banner v1.0.0
github.com/fatih/color v1.9.0
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
github.com/jinzhu/gorm v1.9.12
github.com/lu4p/cat v0.1.3
github.com/lu4p/go-escalate v0.0.0-20200507153608-2d90c2953bff
github.com/lu4p/shred v0.0.0-20200410184319-3ecd4307a332
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/vova616/screenshot v0.0.0-20191005130345-da36db2560ab
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f // indirect
golang.org/x/sys v0.0.0-20200523222454-059865788121
google.golang.org/appengine v1.6.6 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)