10 lines
243 B
Modula-2
10 lines
243 B
Modula-2
module git.paulbsd.com/paulbsd/weather
|
|
|
|
go 1.15
|
|
|
|
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
|
|
)
|