mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-26 20:01:19 +08:00
76 lines
3.0 KiB
Modula-2
76 lines
3.0 KiB
Modula-2
module github.com/xxjwxc/public
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/apache/rocketmq-client-go/v2 v2.1.2-0.20230412142645-25003f6f083d
|
|
github.com/atotto/clipboard v0.1.2
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/gomodule/redigo v1.8.3
|
|
github.com/gookit/color v1.2.5
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/jander/golog v0.0.0-20150917071935-954a5be801fc
|
|
github.com/jinzhu/gorm v1.9.12
|
|
github.com/jroimartin/gocui v0.4.0
|
|
github.com/kardianos/service v1.2.1
|
|
github.com/nicksnyder/go-i18n/v2 v2.0.3
|
|
github.com/nsqio/go-nsq v1.0.8
|
|
github.com/olivere/elastic v6.2.31+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rabbitmq/amqp091-go v1.8.1
|
|
github.com/spf13/cobra v1.0.0
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
github.com/usthooz/gutil v0.0.0-20220415021411-9948fc1f4e88
|
|
github.com/wenzhenxi/gorsa v0.0.0-20210524035706-528c7050d703
|
|
github.com/xxjwxc/gowp v0.0.0-20200603130651-4d7368b0e285
|
|
go.uber.org/zap v1.10.0
|
|
golang.org/x/crypto v0.1.0
|
|
golang.org/x/text v0.8.0
|
|
google.golang.org/grpc v1.29.1
|
|
gopkg.in/eapache/queue.v1 v1.1.0
|
|
gopkg.in/go-with/wxpay.v1 v1.3.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gorm.io/driver/mysql v1.0.1
|
|
gorm.io/gorm v1.23.8
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
|
github.com/golang/mock v1.3.1 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
|
|
github.com/mailru/easyjson v0.7.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/sirupsen/logrus v1.4.0 // indirect
|
|
github.com/spf13/pflag v1.0.3 // indirect
|
|
github.com/tidwall/gjson v1.13.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
go.uber.org/multierr v1.1.0 // indirect
|
|
golang.org/x/image v0.5.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/term v0.6.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 // indirect
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
stathat.com/c/consistent v1.0.0 // indirect
|
|
)
|