ble-sensors/go.mod
Jeffrey C. Ollie 2095a29c53
All checks were successful
continuous-integration/drone/push Build is passing
update to v2 of influxdb lib
2021-02-27 08:03:43 -06:00

13 lines
288 B
Modula-2

module git.ocjtech.us/jeff/ble-sensors
go 1.15
require (
github.com/go-ble/ble v0.0.0-20200407180624-067514cd6e24
github.com/influxdata/influxdb-client-go/v2 v2.2.2
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
go.uber.org/zap v1.16.0
)