fuelprices/go.mod

37 lines
1.6 KiB
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
go 1.17
2019-06-05 22:57:38 +02:00
require (
2021-12-04 20:45:09 +01:00
github.com/antchfx/xmlquery v1.3.8
github.com/antchfx/xpath v1.2.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210825203111-a709d8e111b3 // indirect
2020-12-04 20:36:22 +01:00
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
2021-12-04 20:45:09 +01:00
golang.org/x/net v0.0.0-20211203184738-4852103109b8 // indirect
golang.org/x/text v0.3.7 // indirect
2021-12-04 20:45:09 +01:00
gopkg.in/ini.v1 v1.66.2
2019-06-05 22:57:38 +02:00
)
require (
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 // indirect
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c // indirect
github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749 // indirect
github.com/spf13/cobra v1.2.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
golang.org/x/mod v0.5.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
golang.org/x/tools v0.1.5 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/protobuf v1.26.0 // indirect
)