2020-02-04 22:21:21 +01:00
|
|
|
module git.paulbsd.com/paulbsd/weather
|
2019-07-14 21:10:20 +02:00
|
|
|
|
2020-02-04 22:21:21 +01:00
|
|
|
go 1.13
|
2019-07-14 21:10:20 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
)
|