weather/go.mod

10 lines
219 B
Modula-2

module weather
go 1.12
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
)