mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-21 10:03:28 +00:00
d5067096e8
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
588 B
Modula-2
19 lines
588 B
Modula-2
module github.com/zhaojh329/rttys
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dwdcth/consoleEx v0.0.0-20180521133551-f56f6eb78b76
|
|
github.com/gin-gonic/gin v1.7.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
|
|
github.com/json-iterator/go v1.1.9
|
|
github.com/kylelemons/go-gypsy v0.0.0-20160905020020-08cad365cd28
|
|
github.com/mattn/go-colorable v0.1.4
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
github.com/rs/zerolog v1.18.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
)
|