1 Star 19 Fork 4

草原上有什么 / Hummingbird

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 2.12 KB
一键复制 编辑 原始数据 按行查看 历史
shen 提交于 2023-09-22 16:10 . #1.1028
module Hummingbird
go 1.17
require (
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/pkg/errors v0.9.1
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/robertkrimen/otto v0.0.0-20210614181706-373ff5438452
github.com/sirupsen/logrus v1.8.1
)
require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gookit/color v1.4.1 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/muesli/termenv v0.8.1 // indirect
github.com/nsf/termbox-go v1.1.1 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
github.com/rivo/uniseg v0.1.0 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.12.0 // indirect
github.com/stretchr/testify v1.7.1 // indirect
github.com/subosito/gotenv v1.3.0 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)
require (
github.com/jmoiron/sqlx v1.3.4
github.com/jonboulle/clockwork v0.2.2 // indirect
github.com/lestrrat-go/strftime v1.0.5 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)
require (
github.com/chzyer/readline v1.5.1
github.com/fatih/color v1.13.0
github.com/jroimartin/gocui v0.5.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/vua/vfmt v0.0.0-20210409080011-d29875fad92c
utils v0.0.0
)
replace utils => ./utils
1
https://gitee.com/QdbcShen/hummingbird.git
git@gitee.com:QdbcShen/hummingbird.git
QdbcShen
hummingbird
Hummingbird
master

搜索帮助