-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 713 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (18 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module goTemp
go 1.16
require (
github.com/arangodb/go-driver v0.0.0-20200618111046-f3a9751e1cf5
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/golang/protobuf v1.4.3
github.com/google/uuid v1.1.5 // indirect
github.com/jackc/pgx/v4 v4.6.0
github.com/micro/go-micro/v2 v2.9.1
github.com/micro/go-plugins/broker/nats/v2 v2.9.1
github.com/micro/go-plugins/store/redis/v2 v2.9.1
github.com/onsi/ginkgo v1.14.0 // indirect
github.com/prometheus/client_golang v1.10.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
google.golang.org/protobuf v1.23.0
)