fuelprices/go.mod
Paul Lecuq d62d777f05
All checks were successful
continuous-integration/drone/push Build is passing
updated dependencies
2023-05-17 13:26:26 +02:00

20 lines
572 B
Modula-2

module git.paulbsd.com/paulbsd/fuelprices
go 1.20
require (
github.com/antchfx/xmlquery v1.3.15
github.com/antchfx/xpath v1.2.4 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
golang.org/x/net v0.10.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/stretchr/testify v1.7.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)