25 lines
895 B
Modula-2
25 lines
895 B
Modula-2
|
module github.com/FreifunkBremen/yanic
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/NYTimes/gziphandler v1.1.1
|
||
|
github.com/bdlm/log v0.1.18
|
||
|
github.com/bdlm/std v0.0.0-20180922040903-fd3b596111c7
|
||
|
github.com/fgrosse/graphigo v0.0.0-20151220153422-55a0a92a7030
|
||
|
github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc
|
||
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
||
|
github.com/naoina/go-stringutil v0.1.0 // indirect
|
||
|
github.com/naoina/toml v0.1.1
|
||
|
github.com/onsi/ginkgo v1.12.0 // indirect
|
||
|
github.com/onsi/gomega v1.9.0 // indirect
|
||
|
github.com/paulmach/go.geojson v1.4.0
|
||
|
github.com/pkg/errors v0.8.1
|
||
|
github.com/spf13/cobra v0.0.4
|
||
|
github.com/stretchr/testify v1.5.1
|
||
|
github.com/tidwall/gjson v1.6.0
|
||
|
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect
|
||
|
gopkg.in/fgrosse/graphigo.v2 v2.0.0-20151220153422-55a0a92a7030 // indirect
|
||
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
||
|
)
|