mirror of
https://github.com/vxcontrol/vxcommon.git
synced 2026-06-30 22:17:56 -04:00
17 lines
471 B
Modula-2
17 lines
471 B
Modula-2
module github.com/vxcontrol/vxcommon
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/protobuf v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/minio/minio-go/v7 v7.0.10
|
|
github.com/rubenv/sql-migrate v0.0.0-20210215143335-f84234893558
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
|
|
github.com/vxcontrol/golua v1.0.0
|
|
github.com/vxcontrol/luar v1.0.0
|
|
)
|