-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (20 loc) · 726 Bytes
/
go.mod
File metadata and controls
23 lines (20 loc) · 726 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 Montscan
go 1.24.0
require (
github.com/fatih/color v1.18.0
github.com/goftp/server v0.0.0-20200708154336-f64f7c2d8a42
github.com/studio-b12/gowebdav v0.9.0
)
require (
github.com/geoffgarside/ber v1.1.0 // indirect
github.com/goftp/file-driver v0.0.0-20180502053751-5d604a0fc0c9 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hirochachacha/go-smb2 v1.1.0 // indirect
github.com/jlaffaye/ftp v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sys v0.39.0 // indirect
)