yanic/go.mod

36 lines
1.3 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 (
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
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab
github.com/naoina/toml v0.1.1
github.com/paulmach/go.geojson v1.4.0
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.11.0
golang.org/x/sys v0.0.0-20211117180635-dee7805ff2e1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2020-05-04 14:01:12 +02:00
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.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
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
2020-05-04 14:01:12 +02:00
gopkg.in/fgrosse/graphigo.v2 v2.0.0-20151220153422-55a0a92a7030 // indirect
2021-11-19 20:10:22 +01:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2020-05-04 14:01:12 +02:00
)