-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.1 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/dictyBase/event-messenger
require (
github.com/PuerkitoBio/goquery v1.9.2
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.9.3
github.com/dictyBase/arangomanager v0.4.0
github.com/dictyBase/go-genproto v0.0.0-20200122001226-b1ccbdee4aa3
github.com/dictyBase/go-obograph v1.6.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/protobuf v1.5.4
github.com/google/go-github/v32 v32.1.0
github.com/hasura/go-graphql-client v0.13.1
github.com/mailgun/mailgun-go/v3 v3.6.4
github.com/mwitkow/go-proto-validators v0.3.0 // indirect
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/go-nats v1.7.2
github.com/nats-io/nkeys v0.0.2 // indirect
github.com/nats-io/nuid v1.0.0 // indirect
github.com/rakyll/statik v0.1.7
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.9.0
github.com/urfave/cli v1.22.16
github.com/yuin/goldmark v1.7.8
golang.org/x/oauth2 v0.24.0
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
google.golang.org/grpc v1.64.1
google.golang.org/protobuf v1.34.2
)
go 1.13