forked from apigee/istio-mixer-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
37 lines (28 loc) · 744 Bytes
/
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
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
required = [
"github.com/istio/tools/protoc-gen-docs",
"golang.org/x/tools/imports",
"github.com/google/uuid",
]
# Below is for apigee-istio
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.2"
# Below is for adapter
[[constraint]]
name = "istio.io/istio"
version = "1.1.5"
[[constraint]]
name = "github.com/hashicorp/go-multierror"
branch = "master"
[[override]]
name = "github.com/lestrrat-go/jwx"
revision = "master"
[[override]]
name = "github.com/gogo/googleapis"
version = "v1.2.0"
# only used in tests
[[constraint]]
name = "github.com/dgrijalva/jwt-go"
version = "~3.2.0"