Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 4 additions & 25 deletions contrib/slackbot-http/go.mod
Original file line number Diff line number Diff line change
@@ -1,35 +1,14 @@
module github.com/mozilla-services/foxsec-pipeline/contrib/slackbot-http

require (
cloud.google.com/go/pubsub v1.2.0
dmitri.shuralyov.com/route/github v0.0.0-20191123213020-a7795e5a0797 // indirect
github.com/AaronO/go-git-http v0.0.0-20161214145340-1d9485b3a98f // indirect
github.com/andygrunwald/go-gerrit v0.0.0-20191101112536-3f5e365ccf57 // indirect
github.com/golang/mock v1.4.0 // indirect
github.com/iancoleman/strcase v0.0.0-20191112232945-16388991a334 // indirect
github.com/lyft/protoc-gen-star v0.4.14 // indirect
cloud.google.com/go/pubsub v1.27.1
github.com/gorilla/websocket v1.4.0 // indirect
github.com/mozilla-services/foxsec-pipeline/contrib v0.0.0
github.com/nlopes/slack v0.6.0
github.com/satori/go.uuid v1.2.0 // indirect
github.com/shurcooL/githubv4 v0.0.0-20191127044304-8f68eb5628d0 // indirect
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/shurcooL/notificationsapp v0.0.0-20181114034014-0a6e54cc4198 // indirect
github.com/shurcooL/resume v0.0.0-20191223014531-3ba5912dcf0b // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.6 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.4.0
github.com/unknwon/cae v1.0.0 // indirect
github.com/stretchr/testify v1.8.1
go.mozilla.org/mozlogrus v2.0.0+incompatible
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd // indirect
golang.org/x/tools v0.0.0-20200211183705-e2a38c836335 // indirect
google.golang.org/api v0.17.0 // indirect
google.golang.org/genproto v0.0.0-20200211111953-2dc5924e3898 // indirect
google.golang.org/grpc v1.27.1 // indirect
gopkg.in/gcfg.v1 v1.2.3 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
sourcegraph.com/sourcegraph/go-git v0.0.0-20190828120159-87e0e4ab9e95 // indirect
sourcegraph.com/sourcegraph/go-vcs v0.0.0-20190409071845-d784c9520ccd // indirect
google.golang.org/grpc v1.53.0 // indirect
)

replace github.com/mozilla-services/foxsec-pipeline/contrib v0.0.0 => ../
Expand Down
Loading