styx/go.mod
Christopher Talib f61fe566a5 Basic connection to Dgraph DB
The first work and input to the graph db is set up in this work. It's
for the moment very basic and doesn't cover relations and only works for
certstream data.
2020-03-04 15:16:59 +01:00

49 lines
2.2 KiB
Modula-2

module gitlab.dcso.lolcat/LABS/styx
go 1.12
require (
cloud.google.com/go/bigquery v1.5.0 // indirect
dmitri.shuralyov.com/gpu/mtl v0.0.0-20191203043605-d42048ed14fd // indirect
github.com/CaliDog/certstream-go v0.0.0-20180219203951-6016c5462366
github.com/DataDog/zstd v1.4.4 // indirect
github.com/cncf/udpa/go v0.0.0-20200124205748-db4b343e48c1 // indirect
github.com/dgraph-io/dgo v1.0.0
github.com/dgraph-io/dgo/v2 v2.2.0
github.com/envoyproxy/go-control-plane v0.9.4 // indirect
github.com/frankban/quicktest v1.7.2 // indirect
github.com/golang/mock v1.4.1 // indirect
github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jmoiron/jsonq v0.0.0-20150511023944-e874b168d07e
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/ns3777k/go-shodan/v4 v4.2.0
github.com/pierrec/lz4 v2.4.0+incompatible // indirect
github.com/pkg/errors v0.9.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.5.2 // indirect
github.com/segmentio/kafka-go v0.3.4
github.com/sirupsen/logrus v1.4.2
github.com/spf13/viper v1.6.2
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1 // indirect
gitlab.dcso.lolcat/go/golistic v1.12.18
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
golang.org/x/mobile v0.0.0-20200222142934-3c8601c510d0 // indirect
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20200302083256-062a44052db1 // indirect
golang.org/x/tools v0.0.0-20200301222351-066e0c02454c // indirect
google.golang.org/genproto v0.0.0-20200302123026-7795fca6ccb1 // indirect
google.golang.org/grpc v1.27.1
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/olivere/elastic.v5 v5.0.84
gopkg.in/yaml.v2 v2.2.8 // indirect
rsc.io/sampler v1.99.99 // indirect
)