23 lines
1014 B
Modula-2
23 lines
1014 B
Modula-2
module go-tcpFramework-rudy
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3 // indirect
|
|
github.com/gin-gonic/gin v1.3.0 // indirect
|
|
github.com/golang/protobuf v1.3.1
|
|
github.com/hprose/hprose-golang v2.0.4+incompatible
|
|
github.com/jinzhu/gorm v1.9.2
|
|
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
|
|
github.com/json-iterator/go v1.1.6 // indirect
|
|
github.com/mattn/go-isatty v0.0.7 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/samuel/go-zookeeper v0.0.0-20180130194729-c4fab1ac1bec
|
|
github.com/trysh/go-simplejson v0.5.0 // indirect
|
|
github.com/trysh/ttb v0.0.0-20190111063110-89ae8b3952e4
|
|
github.com/ugorji/go/codec v0.0.0-20190320090025-2dc34c0b8780 // indirect
|
|
golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53
|
|
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
)
|