Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.5.0 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.5.0...v1.7.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
280 B
Modula-2
12 lines
280 B
Modula-2
module github.com/CareyWang/MyUrls
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.7.0
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.6.0
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
)
|