feat: add smb driver (close #1746) (#2114)

* feat: add smb driver (close #1746)

* Update driver.go
This commit is contained in:
BoYanZh
2022-10-25 23:00:23 +08:00
committed by GitHub
parent 0019959eec
commit dd4674e486
7 changed files with 322 additions and 0 deletions

2
go.mod
View File

@ -34,6 +34,7 @@ require (
require (
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
github.com/geoffgarside/ber v1.1.0 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
@ -42,6 +43,7 @@ require (
github.com/goccy/go-json v0.9.7 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hirochachacha/go-smb2 v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.12.1 // indirect