fuelprices/go.mod

20 lines
573 B
Modula-2
Raw Normal View History

2020-02-04 07:46:44 +01:00
module git.paulbsd.com/paulbsd/fuelprices
2019-06-05 22:57:38 +02:00
2023-10-01 12:01:06 +02:00
go 1.21
2019-06-05 22:57:38 +02:00
require (
2023-10-01 12:01:06 +02:00
github.com/antchfx/xmlquery v1.3.18
2024-02-01 19:16:57 +01:00
github.com/antchfx/xpath v1.2.5 // indirect
2022-03-26 12:15:45 +01:00
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
2024-02-01 19:16:57 +01:00
golang.org/x/net v0.20.0 // indirect
golang.org/x/text v0.14.0 // indirect
2022-10-30 16:09:13 +01:00
gopkg.in/ini.v1 v1.67.0
2019-06-05 22:57:38 +02:00
)
require (
2021-12-04 20:45:52 +01:00
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2021-12-04 20:45:52 +01:00
github.com/stretchr/testify v1.7.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)