mirror of
https://github.com/vxcontrol/vxcommon.git
synced 2026-07-19 09:07:07 -04:00
17 lines
527 B
Modula-2
17 lines
527 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 v0.0.0-20210322074445-d1468187c929
|
|
github.com/vxcontrol/luar v0.0.0-20210322093134-8f1f70bcbe96
|
|
)
|