forked from infobloxopen/protoc-gen-gorm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
32 lines (30 loc) · 1.34 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
32
module github.com/infobloxopen/protoc-gen-gorm
require (
github.com/dgrijalva/jwt-go v0.0.0-20180719211823-0b96aaa70776
github.com/ghodss/yaml v1.0.0
github.com/gogo/protobuf v1.0.0
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b
github.com/golang/protobuf v1.3.2
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
github.com/grpc-ecosystem/go-grpc-middleware v0.0.0-20180522105215-e9c5d9645c43
github.com/grpc-ecosystem/grpc-gateway v1.4.1
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
github.com/infobloxopen/atlas-app-toolkit v0.0.0-20180810144038-3237ef051031
github.com/infobloxopen/go-trees v0.0.0-20180608122459-a1e500cde93c
github.com/infobloxopen/themis v0.0.0-20180709114455-d62bb103665c
github.com/jinzhu/gorm v1.9.1
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84
github.com/opentracing/opentracing-go v1.0.2
github.com/satori/go.uuid v1.2.0
github.com/sirupsen/logrus v1.0.5
go.opencensus.io v0.22.3
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd
golang.org/x/text v0.3.2
google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb
google.golang.org/grpc v1.20.1
gopkg.in/yaml.v2 v2.2.2
)
go 1.13