You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
6.2 KiB
133 lines
6.2 KiB
module base
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
dario.cat/mergo v1.0.0
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/casbin/casbin/v2 v2.81.0
|
|
github.com/cloudwego/netpoll v0.5.1
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/gobwas/ws v1.3.2
|
|
github.com/gogf/gcache-adapter v0.1.2
|
|
github.com/gogf/gf v1.16.9
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang-jwt/jwt/v5 v5.2.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/hashicorp/consul/api v1.27.0
|
|
github.com/jinzhu/copier v0.4.0
|
|
github.com/json-iterator/go v1.1.12
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
github.com/libp2p/go-reuseport v0.4.0
|
|
github.com/panjf2000/ants/v2 v2.9.0
|
|
github.com/shamaton/msgpack v1.2.1
|
|
github.com/smallnest/rpcx v1.8.18
|
|
go.etcd.io/etcd/api/v3 v3.5.11
|
|
go.etcd.io/etcd/client/v3 v3.5.11
|
|
golang.org/x/sync v0.6.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gorm.io/driver/mysql v1.5.2
|
|
gorm.io/gorm v1.25.5
|
|
)
|
|
|
|
require (
|
|
github.com/akutz/memconn v0.1.0 // indirect
|
|
github.com/alitto/pond v1.8.3 // indirect
|
|
github.com/apache/thrift v0.18.1 // indirect
|
|
github.com/armon/go-metrics v0.4.1 // indirect
|
|
github.com/bytedance/gopkg v0.0.0-20220413063733-65bf48ffb3a7 // indirect
|
|
github.com/casbin/govaluate v1.1.0 // indirect
|
|
github.com/cenk/backoff v2.2.1+incompatible // indirect
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/clbanning/mxj v1.8.5-0.20200714211355-ff02cfb8ea28 // indirect
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
|
|
github.com/dgryski/go-jump v0.0.0-20211018200510-ba001c3ffce0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/edwingeng/doublejump v1.0.1 // indirect
|
|
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
|
|
github.com/fatih/color v1.14.1 // indirect
|
|
github.com/go-echarts/go-echarts/v2 v2.3.2 // indirect
|
|
github.com/go-ping/ping v1.1.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.7.0 // indirect
|
|
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
|
|
github.com/gobwas/httphead v0.1.0 // indirect
|
|
github.com/gobwas/pool v0.2.1 // indirect
|
|
github.com/godzie44/go-uring v0.0.0-20220926161041-69611e8b13d5 // indirect
|
|
github.com/golang/mock v1.6.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
|
github.com/google/pprof v0.0.0-20230228050547-1710fef4ab10 // indirect
|
|
github.com/grandcat/zeroconf v1.0.0 // indirect
|
|
github.com/grokify/html-strip-tags-go v0.0.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
github.com/hashicorp/go-hclog v1.5.0 // indirect
|
|
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/serf v0.10.1 // indirect
|
|
github.com/jamiealquiza/tachymeter v2.0.0+incompatible // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/jonboulle/clockwork v0.4.0 // indirect
|
|
github.com/juju/ratelimit v1.0.2 // indirect
|
|
github.com/julienschmidt/httprouter v1.3.0 // indirect
|
|
github.com/kavu/go_reuseport v1.5.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
|
|
github.com/klauspost/reedsolomon v1.11.7 // indirect
|
|
github.com/lestrrat-go/strftime v1.0.6 // indirect
|
|
github.com/libp2p/go-sockaddr v0.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
|
github.com/miekg/dns v1.1.51 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/onsi/ginkgo/v2 v2.9.0 // indirect
|
|
github.com/philhofer/fwd v1.1.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
|
|
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
|
|
github.com/quic-go/quic-go v0.34.0 // indirect
|
|
github.com/rivo/uniseg v0.1.0 // indirect
|
|
github.com/rs/cors v1.8.3 // indirect
|
|
github.com/rubyist/circuitbreaker v2.2.1+incompatible // indirect
|
|
github.com/smallnest/quick v0.1.0 // indirect
|
|
github.com/smallnest/statsview v0.0.0-20231119085602-10700f9abec4 // indirect
|
|
github.com/soheilhy/cmux v0.1.5 // indirect
|
|
github.com/templexxx/cpufeat v0.0.0-20180724012125-cef66df7f161 // indirect
|
|
github.com/templexxx/xor v0.0.0-20191217153810-f85b25db303b // indirect
|
|
github.com/tinylib/msgp v1.1.8 // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
github.com/valyala/fastrand v1.1.0 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
github.com/xtaci/kcp-go v5.4.20+incompatible // indirect
|
|
go.etcd.io/etcd/client/pkg/v3 v3.5.11 // indirect
|
|
go.opentelemetry.io/otel v1.0.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.0.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.17.0 // indirect
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/tools v0.12.1-0.20230815132531-74c255bcf846 // indirect
|
|
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
|
|
google.golang.org/grpc v1.59.0 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|
|
|