fuelprices/go.mod

16 lines
536 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
2020-02-04 07:46:44 +01:00
go 1.13
2019-06-05 22:57:38 +02:00
require (
2020-12-04 20:36:22 +01:00
github.com/antchfx/xmlquery v1.3.3
github.com/antchfx/xpath v1.1.11 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
github.com/smartystreets/assertions v1.2.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
golang.org/x/text v0.3.4 // indirect
gopkg.in/ini.v1 v1.62.0
2019-06-05 22:57:38 +02:00
)