ble-sensors/go.mod

13 lines
288 B
Modula-2
Raw Permalink Normal View History

2020-08-13 00:13:15 -05:00
module git.ocjtech.us/jeff/ble-sensors
2020-08-08 19:00:41 -05:00
2021-02-27 08:03:43 -06:00
go 1.15
2020-08-08 19:00:41 -05:00
require (
2020-08-09 07:23:47 -05:00
github.com/go-ble/ble v0.0.0-20200407180624-067514cd6e24
2021-02-27 08:03:43 -06:00
github.com/influxdata/influxdb-client-go/v2 v2.2.2
2020-08-08 19:00:41 -05:00
github.com/pkg/errors v0.9.1
2021-02-27 08:03:43 -06:00
github.com/spf13/cobra v1.1.3
2020-08-08 19:00:41 -05:00
github.com/spf13/viper v1.7.1
2021-02-27 08:03:43 -06:00
go.uber.org/zap v1.16.0
2020-08-08 19:00:41 -05:00
)