github.com/qiuhoude/go-web@v0.0.0-20220223060959-ab545e78f20d/go.mod (about)

     1  module github.com/qiuhoude/go-web
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/AsynkronIT/goconsole v0.0.0-20160504192649-bfa12eebf716
     7  	github.com/AsynkronIT/protoactor-go v0.0.0-20191119210846-07df21a705b8
     8  	github.com/PuerkitoBio/goquery v1.5.0
     9  	github.com/bitly/go-simplejson v0.5.0
    10  	github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
    11  	github.com/cenkalti/backoff/v4 v4.1.0 // indirect
    12  	github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3 // indirect
    13  	github.com/eapache/channels v1.1.0
    14  	github.com/emirpasic/gods v1.12.0
    15  	github.com/fsnotify/fsnotify v1.4.7
    16  	github.com/garyburd/redigo v1.6.0
    17  	github.com/gin-contrib/sessions v0.0.0-20190512062852-3cb4c4f2d615
    18  	github.com/gin-contrib/sse v0.1.0 // indirect
    19  	github.com/gin-gonic/gin v1.4.0
    20  	github.com/go-sql-driver/mysql v1.5.0
    21  	github.com/gogo/protobuf v1.3.1
    22  	github.com/golang/mock v1.3.1
    23  	github.com/hashicorp/go-rootcerts v1.0.2 // indirect
    24  	github.com/influxdata/influxdb1-client v0.0.0-20190809212627-fc22c7df067e // indirect
    25  	github.com/jbrukh/bayesian v0.0.0-20190218043818-13a316171413
    26  	github.com/jinzhu/gorm v1.9.8
    27  	github.com/jinzhu/inflection v0.0.0-20190603042836-f5c5f50e6090 // indirect
    28  	github.com/jmoiron/sqlx v1.2.0
    29  	github.com/minio/highwayhash v1.0.0 // indirect
    30  	github.com/nats-io/gnatsd v1.4.1 // indirect
    31  	github.com/nats-io/nats-server v1.4.1 // indirect
    32  	github.com/nats-io/nats.go v1.11.0 // indirect
    33  	github.com/opentracing/opentracing-go v1.2.0 // indirect
    34  	github.com/orcaman/concurrent-map v0.0.0-20190826125027-8c72a8bb44f6 // indirect
    35  	github.com/panjf2000/ants/v2 v2.2.2
    36  	github.com/prometheus/common v0.7.0
    37  	github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563
    38  	github.com/reactivex/rxgo/v2 v2.5.0
    39  	github.com/russross/blackfriday v1.5.2
    40  	github.com/serialx/hashring v0.0.0-20190515033939-7706f26af194 // indirect
    41  	github.com/sirupsen/logrus v1.4.2
    42  	github.com/smallnest/epoller v0.0.0-20190530062813-ac15129c1ee5
    43  	github.com/smallnest/goframe v0.0.0-20191101094441-1fbd8e51db18
    44  	github.com/smallnest/redcon v0.9.0
    45  	github.com/smartystreets/go-disruptor v0.0.0-20180723194425-e0f8f9247cc2
    46  	github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e
    47  	github.com/spf13/cast v1.3.1 // indirect
    48  	github.com/spf13/jwalterweatherman v1.1.0 // indirect
    49  	github.com/spf13/viper v1.6.1
    50  	github.com/stretchr/objx v0.3.0 // indirect
    51  	github.com/stretchr/testify v1.7.0
    52  	github.com/uber/jaeger-client-go v2.29.1+incompatible
    53  	github.com/uber/jaeger-lib v2.2.0+incompatible
    54  	github.com/vrischmann/go-metrics-influxdb v0.0.0-20190912142519-b52bc0cb4bc6 // indirect
    55  	github.com/yuin/gopher-lua v0.0.0-20210529063254-f4c35e4016d9 // indirect
    56  	go.etcd.io/etcd v3.3.13+incompatible
    57  	go.mongodb.org/mongo-driver v1.5.4 // indirect
    58  	go.uber.org/atomic v1.5.1 // indirect
    59  	golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
    60  	golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
    61  	golang.org/x/sys v0.0.0-20201119102817-f84b799fce68
    62  	golang.org/x/tools v0.0.0-20191217033636-bbbf87ae2631 // indirect
    63  	google.golang.org/genproto v0.0.0-20191216205247-b31c10ee225f // indirect
    64  	google.golang.org/grpc v1.25.1
    65  	gopkg.in/ini.v1 v1.51.1 // indirect
    66  	gopkg.in/yaml.v2 v2.4.0 // indirect
    67  	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
    68  )