weather/go.mod

14 lines
269 B
Modula-2
Raw Normal View History

2020-02-04 22:21:21 +01:00
module git.paulbsd.com/paulbsd/weather
2019-07-14 21:10:20 +02:00
2023-10-01 12:08:07 +02:00
go 1.21
2019-07-14 21:10:20 +02:00
2022-07-16 11:47:19 +02:00
require (
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
2022-10-30 16:07:42 +01:00
gopkg.in/ini.v1 v1.67.0
2022-07-16 11:47:19 +02:00
)
2019-07-14 21:10:20 +02:00
require (
2022-10-30 16:07:42 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.3.0 // indirect
2019-07-14 21:10:20 +02:00
)