forked from gaizkadc/public-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
139 lines (105 loc) · 2.92 KB
/
Gopkg.toml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
[[constraint]]
name="github.com/nalej/derrors"
version="v2.1.0"
[[constraint]]
name="github.com/nalej/grpc-utils"
version="v1.5.0"
[[constraint]]
name="github.com/nalej/grpc-installer-go"
version="=v0.0.38"
[[constraint]]
name="github.com/nalej/grpc-provisioner-go"
version="=v0.0.11"
[[constraint]]
name="github.com/nalej/grpc-organization-go"
version="=v0.0.35"
[[constraint]]
name="github.com/nalej/grpc-organization-manager-go"
version="=v0.0.4"
[[constraint]]
name="github.com/nalej/grpc-infrastructure-go"
version="=v0.0.49"
[[constraint]]
name="github.com/nalej/grpc-infrastructure-manager-go"
version="=v0.0.41"
[[constraint]]
name="github.com/nalej/grpc-application-manager-go"
version="=v0.0.49"
[[constraint]]
name="github.com/nalej/grpc-application-network-go"
version="=v0.0.16"
[[constraint]]
name="github.com/nalej/grpc-application-go"
version="v0.0.92"
[[constraint]]
name="github.com/nalej/grpc-inventory-manager-go"
version="=v0.0.57"
[[constraint]]
name="github.com/nalej/grpc-inventory-go"
version="=v0.0.31"
[[constraint]]
name="github.com/nalej/grpc-authx-go"
version="=v0.0.57"
[[constraint]]
name="github.com/nalej/grpc-user-go"
version="=v0.0.37"
[[constraint]]
name="github.com/nalej/grpc-user-manager-go"
version="=v0.0.31"
[[constraint]]
name="github.com/nalej/grpc-device-manager-go"
version="=v0.0.15"
[[constraint]]
name="github.com/nalej/grpc-public-api-go"
version="=v0.0.141"
[[constraint]]
name="github.com/nalej/grpc-login-api-go"
version="=v0.0.23"
[[constraint]]
name="github.com/nalej/grpc-common-go"
version="=v0.0.39"
[[constraint]]
name="github.com/nalej/grpc-log-download-manager-go"
version="=v0.0.2"
[[constraint]]
name="github.com/nalej/authx"
branch= "master"
[[constraint]]
name="github.com/rs/zerolog"
version="v1.8.0"
[[constraint]]
name="github.com/spf13/cobra"
version="v0.0.3"
[[override]]
source = "https://github.com/fsnotify/fsnotify/archive/v1.4.7.tar.gz"
name = "gopkg.in/fsnotify.v1"
[[constraint]]
name="github.com/onsi/ginkgo"
version="v1.6.0"
[[constraint]]
name="github.com/onsi/gomega"
version="v1.4.2"
[[constraint]]
name="github.com/grpc-ecosystem/grpc-gateway"
version="=v1.5.1"
[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "3.2.0"
[[constraint]]
name = "github.com/nalej/grpc-unified-logging-go"
version = "v0.0.5"
[[constraint]]
name = "github.com/nalej/grpc-monitoring-go"
version = "v0.0.12"
[[constraint]]
name = "github.com/golang/protobuf"
version = "v1.2.0"
[[constraint]]
name = "github.com/araddon/dateparse"
revision = "21df004e09ca46e07ce99bbba1e8c2422ba4ecf9"
[[constraint]]
name = "github.com/santhosh-tekuri/jsonschema"
version="=v1.2.4"
[[constraint]]
name = "github.com/satori/go.uuid"
version = "1.1.0"