fuelprices/go.mod
Paul Lecuq 4b32e35c0e
Some checks failed
continuous-integration/drone/push Build is failing
updated dependencies
2021-12-04 20:45:52 +01:00

20 lines
598 B
Modula-2

module git.paulbsd.com/paulbsd/fuelprices
go 1.17
require (
github.com/antchfx/xmlquery v1.3.8
github.com/antchfx/xpath v1.2.0 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
golang.org/x/net v0.0.0-20211203184738-4852103109b8 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.66.2
)
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
)