-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 594 Bytes
/
Copy pathgo.mod
File metadata and controls
23 lines (20 loc) · 594 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 github.com/mjwhitta/ransimware
go 1.25.0
require (
github.com/gorilla/websocket v1.5.3
github.com/mjwhitta/cli v1.14.2
github.com/mjwhitta/errors v1.0.8
github.com/mjwhitta/ftp v0.3.4
github.com/mjwhitta/hilighter v1.15.2
github.com/mjwhitta/inet v0.6.19
github.com/mjwhitta/log v1.8.10
github.com/mjwhitta/pathname v1.3.2
github.com/mjwhitta/safety v1.12.2
github.com/mjwhitta/threadpool v1.6.2
github.com/mjwhitta/win v0.31.10
golang.org/x/sys v0.46.0
)
require (
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
)