weather/go.mod
2020-02-04 22:21:21 +01:00

10 lines
243 B
Modula-2

module git.paulbsd.com/paulbsd/weather
go 1.13
require (
github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc
github.com/smartystreets/goconvey v0.0.0-20190710185942-9d28bd7c0945 // indirect
gopkg.in/ini.v1 v1.44.0
)