-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (22 loc) · 807 Bytes
/
go.mod
File metadata and controls
25 lines (22 loc) · 807 Bytes
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
module github.com/omaidf/go-malware
go 1.21
require (
github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e
github.com/emersion/go-imap v1.2.1
github.com/emersion/go-message v0.18.2
github.com/gobuffalo/packr v1.30.1
github.com/pkg/sftp v1.13.9
github.com/vova616/screenshot v0.0.0-20220801010501-56c10359473c
golang.org/x/crypto v0.37.0
golang.org/x/sys v0.15.0
)
require (
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21 // indirect
github.com/gobuffalo/envy v1.7.0 // indirect
github.com/gobuffalo/packd v0.3.0 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/rogpeppe/go-internal v1.3.0 // indirect
golang.org/x/text v0.24.0 // indirect
)