styx/go.mod

31 lines
1.2 KiB
Modula-2
Raw Permalink Normal View History

2020-01-14 09:56:46 +01:00
module gitlab.dcso.lolcat/LABS/styx
go 1.12
require (
github.com/CaliDog/certstream-go v0.0.0-20180219203951-6016c5462366
github.com/dgraph-io/dgo/v2 v2.2.0
github.com/golang/protobuf v1.3.4 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.1 // indirect
github.com/jmoiron/jsonq v0.0.0-20150511023944-e874b168d07e
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/ns3777k/go-shodan/v4 v4.2.0
github.com/pkg/errors v0.9.0 // indirect
github.com/segmentio/kafka-go v0.3.7
github.com/sirupsen/logrus v1.6.0
github.com/spf13/viper v1.6.2
github.com/stretchr/testify v1.5.1 // indirect
gitlab.dcso.lolcat/go/golistic v1.12.18
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20200302083256-062a44052db1 // indirect
google.golang.org/appengine v1.6.5 // 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
)