yanic/go.mod

34 lines
1.2 KiB
Modula-2
Raw Normal View History

2020-05-04 14:01:12 +02:00
module github.com/FreifunkBremen/yanic
2021-11-19 20:10:22 +01:00
go 1.17
2020-05-04 14:01:12 +02:00
require (
2022-04-14 00:04:49 +02:00
github.com/BurntSushi/toml v1.1.0
2020-05-04 14:01:12 +02:00
github.com/NYTimes/gziphandler v1.1.1
2020-05-18 02:53:56 +02:00
github.com/bdlm/log v0.1.20
github.com/bdlm/std v1.0.1
2021-11-19 20:10:22 +01:00
github.com/fgrosse/graphigo v0.0.0-20151222101953-5770fe631d9a
2022-03-28 03:38:10 +02:00
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
2021-11-19 20:10:22 +01:00
github.com/paulmach/go.geojson v1.4.0
github.com/pkg/errors v0.9.1
2022-03-28 03:38:10 +02:00
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.1
github.com/tidwall/gjson v1.14.0
2022-04-14 00:04:49 +02:00
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
2021-11-19 20:10:22 +01:00
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2022-03-28 03:38:10 +02:00
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.19.0 // indirect
2021-11-19 20:10:22 +01:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
2022-04-14 00:04:49 +02:00
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
2020-05-04 14:01:12 +02:00
gopkg.in/fgrosse/graphigo.v2 v2.0.0-20151220153422-55a0a92a7030 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
2020-05-04 14:01:12 +02:00
)