fuelprices/go.mod

13 lines
368 B
Modula-2
Raw Normal View History

2019-06-05 22:57:38 +02:00
module fuelprices
go 1.12
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
)