31 lines
973 B
Modula-2
31 lines
973 B
Modula-2
|
|
module roserver
|
||
|
|
|
||
|
|
go 1.12
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/coreos/etcd v3.3.13+incompatible
|
||
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
||
|
|
github.com/fogleman/gg v1.3.0
|
||
|
|
github.com/gin-gonic/gin v1.6.3
|
||
|
|
github.com/go-redis/redis v6.15.2+incompatible
|
||
|
|
github.com/go-sql-driver/mysql v1.5.0
|
||
|
|
github.com/gogf/gf v1.13.4
|
||
|
|
github.com/gogo/protobuf v1.3.2
|
||
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
||
|
|
github.com/golang/protobuf v1.5.3
|
||
|
|
github.com/gorilla/websocket v1.4.2
|
||
|
|
github.com/kr/text v0.2.0 // indirect
|
||
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
||
|
|
github.com/olivere/elastic/v7 v7.0.12
|
||
|
|
github.com/pkg/profile v1.4.0
|
||
|
|
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
|
||
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
||
|
|
rocommon v0.0.1
|
||
|
|
)
|
||
|
|
|
||
|
|
replace (
|
||
|
|
github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.5
|
||
|
|
google.golang.org/grpc => google.golang.org/grpc v1.26.0
|
||
|
|
rocommon => ../rocommon
|
||
|
|
)
|