-
Notifications
You must be signed in to change notification settings - Fork 4
/
Gopkg.toml
61 lines (45 loc) · 1.14 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
[[constraint]]
name = "github.com/nalej/grpc-authx-go"
version = "=v0.0.53"
[[constraint]]
name = "github.com/nalej/grpc-cluster-api-go"
version = "=v0.0.24"
[[constraint]]
name = "github.com/nalej/grpc-device-go"
version = "=v0.0.38"
[[constraint]]
name="github.com/nalej/grpc-login-api-go"
version="=v0.0.22"
[[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/rs/zerolog"
version = "1.9.1"
[[constraint]]
name = "github.com/spf13/cobra"
version = "v0.0.3"
[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "v3.2.0"
[[constraint]]
name = "github.com/google/uuid"
version = "v1.0.0"
[[constraint]]
name="github.com/onsi/ginkgo"
version="v1.6.0"
[[constraint]]
name="github.com/onsi/gomega"
version="v1.4.2"
[[override]]
source = "https://github.com/fsnotify/fsnotify/archive/v1.4.7.tar.gz"
name = "gopkg.in/fsnotify.v1"
[[constraint]]
name="github.com/hashicorp/golang-lru"
version="v0.5.0"
[prune]
go-tests = true
unused-packages = true