mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
17 lines
512 B
Modula-2
17 lines
512 B
Modula-2
module github.com/zhaojh329/rttys
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/dwdcth/consoleEx v0.0.0-20180521133551-f56f6eb78b76
|
|
github.com/gin-gonic/gin v1.5.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/rakyll/statik v0.1.7
|
|
github.com/rs/zerolog v1.18.0
|
|
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
|
|
)
|