-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 1.54 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
31
32
33
34
35
36
37
38
module github.com/0x1un/omtools
go 1.14
require (
github.com/0x1un/boxes v0.0.0-20200508062528-1c38dfd57442
github.com/0x1un/go-zabbix v0.0.0-20200827032110-55a3691705e6
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-ldap/ldap/v3 v3.2.1
github.com/jedib0t/go-pretty/v6 v6.0.4
github.com/jlaffaye/ftp v0.0.0-20200812143550-39e3779af0db
github.com/kr/pretty v0.1.0
github.com/manifoldco/promptui v0.7.0
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/pelletier/go-toml v1.8.0 // indirect
github.com/pin/tftp v2.1.0+incompatible
github.com/pkg/errors v0.8.1
github.com/qiniu/iconv v1.2.0
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.3.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/studio-b12/gowebdav v0.0.0-20200303150724-9380631c29a1
github.com/xlab/treeprint v1.0.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/ini.v1 v1.57.0
)