fuelprices/go.mod
Paul Lecuq 6b740c6882
All checks were successful
continuous-integration/drone/push Build is passing
updated dependencies
2020-12-04 20:36:22 +01:00

16 lines
536 B
Modula-2

module git.paulbsd.com/paulbsd/fuelprices
go 1.13
require (
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
)