fuelprices/go.mod

13 lines
392 B
Modula-2
Raw Permalink 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
2020-02-04 07:46:44 +01:00
go 1.13
2019-06-05 22:57:38 +02:00
require (
github.com/antchfx/xmlquery v1.0.0
2019-06-10 22:26:39 +02:00
github.com/antchfx/xpath v1.0.0 // indirect
2019-06-05 22:57:38 +02:00
github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc
github.com/smartystreets/goconvey v0.0.0-20190330032615-68dc04aab96a // indirect
2019-06-10 22:26:39 +02:00
golang.org/x/net v0.0.0-20190607181551-461777fb6f67 // indirect
2019-06-05 22:57:38 +02:00
gopkg.in/ini.v1 v1.42.0
)