mirror of
https://github.com/xxjwxc/public.git
synced 2025-09-26 20:01:19 +08:00
42 lines
1.6 KiB
Modula-2
42 lines
1.6 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-sql-driver/mysql v1.5.0
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
|
github.com/google/go-cmp v0.4.0 // 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-20191205180655-e7c4368fe9dd
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8 // indirect
|
|
golang.org/x/net v0.0.0-20200506145744-7e3656a0809f
|
|
golang.org/x/text v0.3.2
|
|
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
|
|
)
|