-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
28 lines (25 loc) · 922 Bytes
/
go.mod
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 github/izouxv/smbapi
go 1.18
require (
github.com/hirochachacha/go-smb2 v1.1.0
github.com/izouxv/logx v0.0.6
github.com/kormoc/xattr v0.0.0-20200627225551-ef948578d3e0
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.0.0-20220829220503-c86fa9a7ed90
golang.org/x/net v0.0.0-20220526153639-5463443f8c37
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/geoffgarside/ber v1.1.0 // indirect
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible // indirect
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.21.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)