-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 828 Bytes
/
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
module github.com/euforic/backend-base
go 1.16
require (
github.com/99designs/gqlgen v0.14.0
github.com/cristalhq/jwt/v3 v3.1.0
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.6
github.com/imdario/mergo v0.3.15
github.com/matr-builder/matr v0.0.0-20210309214705-195229246b38
github.com/okta/okta-jwt-verifier-golang v1.1.1
github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.9.1
github.com/segmentio/ksuid v1.0.4
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/tidwall/buntdb v1.3.0
github.com/tidwall/gjson v1.14.3
github.com/vektah/gqlparser/v2 v2.2.0
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.30.0
gorm.io/driver/postgres v1.1.1
gorm.io/gorm v1.21.15
)