-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (32 loc) · 1.37 KB
/
go.mod
File metadata and controls
35 lines (32 loc) · 1.37 KB
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
30
31
32
33
34
35
module plugins
go 1.25.0
require (
github.com/boombuler/barcode v1.0.2
github.com/hashicorp/go-uuid v1.0.3
github.com/labulakalia/wazero_net v0.0.9-0.20260412030540-020aa4f03f56
github.com/medianexapp/ftp v0.0.0-20250425113218-131712bc06d6
github.com/medianexapp/go-smb2 v0.0.0-20250425112922-92edacdefca5
github.com/medianexapp/gowebdav v0.0.0-20250425112725-41a667437dfa
github.com/medianexapp/plugin_api v0.0.31
github.com/medianexapp/sftp v1.13.10-0.20250425113120-4ffdd4c8163a
golang.org/x/crypto v0.37.0
)
require (
github.com/aperturerobotics/json-iterator-lite v1.0.0 // indirect
github.com/aperturerobotics/protobuf-go-lite v0.12.2 // indirect
github.com/cloudsoda/sddl v0.0.0-20250224235906-926454e91efc // indirect
github.com/geoffgarside/ber v1.1.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/gofork v1.7.6 // indirect
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/tetratelabs/wazero v1.11.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/time v0.11.0 // indirect
)