mirror of
https://github.com/xxjwxc/public.git
synced 2025-12-24 11:51:49 +08:00
45 lines
1.7 KiB
Modula-2
45 lines
1.7 KiB
Modula-2
module github.com/xxjwxc/public
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/ant0ine/go-json-rest v3.3.2+incompatible
|
|
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/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
github.com/fortytw2/leaktest v1.3.0 // indirect
|
|
github.com/go-redis/redis/v8 v8.4.11
|
|
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 // indirect
|
|
github.com/gookit/color v1.2.5
|
|
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.0.0
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/mailru/easyjson v0.7.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
github.com/muesli/cache2go v0.0.0-20200423001931-a100c5aac93f
|
|
github.com/nicksnyder/go-i18n/v2 v2.0.3
|
|
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect
|
|
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/spf13/cobra v1.0.0
|
|
github.com/syndtr/goleveldb v1.0.0
|
|
github.com/xxjwxc/gowp v0.0.0-20200603130651-4d7368b0e285
|
|
go.uber.org/zap v1.10.0
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
|
|
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
|
|
golang.org/x/text v0.3.3
|
|
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.20.2
|
|
)
|