-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 708 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module cube
go 1.16
require (
github.com/JKme/go-ntlmssp v1.2.6
github.com/JKme/gomanuf v1.0.1
github.com/denisenkom/go-mssqldb v0.12.0
github.com/go-sql-driver/mysql v1.6.0
github.com/jlaffaye/ftp v0.0.0-20220301014342-212daf295f0e
github.com/lcvvvv/gonmap v1.1.6
github.com/lib/pq v1.10.4
github.com/malfunkt/iprange v0.9.0
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1
github.com/sijms/go-ora/v2 v2.4.4
github.com/spf13/cobra v1.1.3
github.com/stacktitan/smb v0.0.0-20190531122847-da9a425dceb8
github.com/xuri/excelize/v2 v2.5.0
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97
golang.org/x/text v0.3.6
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)