forked from trisacrypto/directory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 868 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/trisacrypto/directory
go 1.16
require (
cloud.google.com/go v0.82.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.2.0
github.com/joho/godotenv v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/rs/zerolog v1.21.0
github.com/sendgrid/rest v2.6.4+incompatible
github.com/sendgrid/sendgrid-go v3.10.0+incompatible
github.com/shibukawa/configdir v0.0.0-20170330084843-e180dbdc8da0
github.com/stretchr/testify v1.7.0
github.com/syndtr/goleveldb v1.0.0
github.com/trisacrypto/trisa v0.2.0
github.com/urfave/cli v1.22.5
google.golang.org/api v0.47.0 // indirect
google.golang.org/genproto v0.0.0-20210517163617-5e0236093d7a
google.golang.org/grpc v1.37.1
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v2 v2.4.0
)