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-21 11:19:53 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // 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
|
2020-12-29 11:28:10 +08:00
|
|
|
github.com/nsf/gocode v0.0.0-20190302080247-5bee97b48836 // indirect
|
2020-12-21 11:19:53 +08:00
|
|
|
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
|
|
|
|
|
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
|
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
|
|
|
|
|
)
|