liuxiaolong
2019-09-19 2dd1fa03c93b400ff1e8e4f44e27387965e4daa7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
module webserver
 
go 1.12
 
require (
    basic.com/dbapi.git v0.0.0-20190919084344-7b9de135dd96 // indirect
    basic.com/fileServer/WeedFSClient.git v0.0.0-20190919054037-0182b6c3f5cb // indirect
    basic.com/pubsub/cache.git v0.0.0-20190718093725-6a413e1d7d48 // indirect
    basic.com/pubsub/esutil.git v0.0.0-20190807083318-4431a8860d47
    basic.com/pubsub/protomsg.git v0.0.0-20190829113947-eb5a5f99a745
    basic.com/syncdb.git v0.0.0-20190806090534-6ef6050a854c // indirect
    basic.com/valib/capture.git v0.0.0-20190814090311-ea35d908c05e
    basic.com/valib/deliver.git v0.0.0-20190531095353-25d8c3b20051
    basic.com/valib/goffmpeg.git v0.0.0-20190910083410-a6dd7933e0bd // indirect
    basic.com/valib/gopherdiscovery.git v0.0.0-20190605034340-15d89d8b4e28 // indirect
    basic.com/valib/gosdk.git v0.0.0-20190718022708-f0fe2e735c89 // indirect
    basic.com/valib/logger.git v0.0.0-20190912074549-ac4e947b5e9e
    github.com/Microsoft/go-winio v0.4.12 // indirect
    github.com/ajg/form v1.5.1 // indirect
    github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc
    github.com/dgrijalva/jwt-go v3.2.0+incompatible
    github.com/gin-gonic/gin v1.4.0
    github.com/gogo/protobuf v1.2.1
    github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
    github.com/hashicorp/memberlist v0.1.4 // indirect
    github.com/hashicorp/serf v0.8.3 // indirect
    github.com/jinzhu/gorm v1.9.9
    github.com/pierrec/lz4 v2.2.3+incompatible
    github.com/pkg/errors v0.8.1
    github.com/robfig/cron v1.2.0
    github.com/satori/go.uuid v1.2.0
    github.com/spf13/viper v1.4.0
    github.com/swaggo/gin-swagger v1.1.0
    github.com/swaggo/swag v1.4.0
    github.com/szuecs/gin-glog v1.1.1
    github.com/tmthrgd/go-sem v0.0.0-20160607101025-0214dbf53877 // indirect
    github.com/tmthrgd/go-shm v0.0.0-20170117044846-90afcfcd5ee9 // indirect
    github.com/tmthrgd/shm-go v0.0.0-20170130075737-7207ca97b290 // indirect
    gocv.io/x/gocv v0.20.0
    golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
    google.golang.org/grpc v1.23.0
    nanomsg.org/go-mangos v1.4.0
)
 
replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go v0.0.0-20190204201341-e444a5086c43