Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](https://github.com/gin-gonic/gin/compare/v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
25 lines
869 B
Modula-2
25 lines
869 B
Modula-2
module github.com/Xhofe/alist
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e
|
|
github.com/gin-gonic/gin v1.7.0
|
|
github.com/golang/protobuf v1.4.3 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.6 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/robfig/cron/v3 v3.0.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
github.com/ugorji/go v1.2.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20201217014255-9d1352758620 // indirect
|
|
golang.org/x/sys v0.0.0-20201218084310-7d0127a74742 // indirect
|
|
google.golang.org/protobuf v1.25.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gorm.io/driver/mysql v1.0.5
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.21.3
|
|
)
|