-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 901 Bytes
/
Copy pathgo.mod
File metadata and controls
28 lines (25 loc) · 901 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
26
27
28
module contagio
go 1.20
require (
github.com/BurntSushi/toml v1.3.2
github.com/goftp/file-driver v0.0.0-20180502053751-5d604a0fc0c9
github.com/goftp/server v0.0.0-20200708154336-f64f7c2d8a42
github.com/iskaa02/qalam v0.3.0
github.com/mattn/go-sqlite3 v1.14.17
github.com/pin/tftp/v3 v3.0.0
github.com/shirou/gopsutil v3.21.11+incompatible
golang.org/x/crypto v0.11.0
golang.org/x/net v0.12.0
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/jlaffaye/ftp v0.2.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mazznoer/colorgrad v0.8.1 // indirect
github.com/mazznoer/csscolorparser v0.1.0 // indirect
github.com/stretchr/testify v1.8.3 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/sys v0.10.0 // indirect
)