Files
tele-recv/go.mod
T

29 lines
1.1 KiB
AMPL
Raw Normal View History

2020-12-21 11:19:53 +08:00
module it2000.com.cn/tele-recv
go 1.15
require (
2020-12-29 11:00:01 +08:00
github.com/argandas/serial v0.0.0-20160316175758-889a5ad85462
2020-12-29 13:00:59 +08:00
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
2020-12-21 11:19:53 +08:00
github.com/fsnotify/fsnotify v1.4.9 // indirect
2020-12-29 13:00:59 +08:00
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
2020-12-28 15:58:00 +08:00
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.3 // indirect
2020-12-21 11:19:53 +08:00
github.com/magiconair/properties v1.8.4 // indirect
2020-12-21 11:36:08 +08:00
github.com/mattn/go-sqlite3 v1.14.5
2020-12-21 11:19:53 +08:00
github.com/mitchellh/mapstructure v1.4.0 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/spf13/afero v1.5.1 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/viper v1.7.1
2020-12-29 13:00:59 +08:00
github.com/tebeka/strftime v0.1.5 // indirect
2020-12-28 11:06:36 +08:00
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
2020-12-21 11:19:53 +08:00
golang.org/x/sys v0.0.0-20201214210602-f9fddec55a1e // indirect
golang.org/x/text v0.3.4 // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)