weather/go.mod
Paul Lecuq b5c41384e3
All checks were successful
continuous-integration/drone/push Build is passing
updated go.mod
2020-11-18 22:51:44 +01:00

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
)