chore: add aria2 rpc package

This commit is contained in:
Noah Hsu
2022-06-15 17:15:22 +08:00
parent c65a9b3001
commit 2cddd3cf2b
13 changed files with 1723 additions and 5 deletions

3
go.mod
View File

@ -10,6 +10,7 @@ require (
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.8.1
gorm.io/driver/sqlite v1.3.4
gorm.io/gorm v1.23.6
)
@ -19,6 +20,7 @@ require (
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.0 // indirect
github.com/goccy/go-json v0.9.7 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jonboulle/clockwork v0.3.0 // indirect
@ -36,5 +38,4 @@ require (
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/sqlite v1.3.4 // indirect
)