-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (25 loc) · 970 Bytes
/
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
module kkopilka/AV
go 1.19
require github.com/fatih/color v1.15.0
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/bodgit/plumbing v1.3.0 // indirect
github.com/bodgit/sevenzip v1.4.0 // indirect
github.com/bodgit/windows v1.0.1 // indirect
github.com/connesc/cipherio v0.2.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/klauspost/compress v1.15.13 // indirect
github.com/mattn/go-sqlite3 v1.14.16 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
go4.org v0.0.0-20200411211856-f5505b9728dd // indirect
golang.org/x/text v0.5.0 // indirect
)
require (
github.com/beevik/prefixtree v0.0.0-20190221160703-0e2fef796dd6 // indirect
github.com/joho/godotenv v1.5.1
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
golang.org/x/sys v0.6.0 // indirect
)