feat: add pikpak driver

This commit is contained in:
Noah Hsu
2022-08-31 17:32:57 +08:00
parent 7d407de22e
commit 102384e170
8 changed files with 461 additions and 3 deletions

2
go.mod
View File

@ -25,6 +25,7 @@ require (
)
require (
github.com/aws/aws-sdk-go v1.44.88 // indirect
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
@ -44,6 +45,7 @@ require (
github.com/jackc/pgx/v4 v4.16.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.14.13 // indirect