-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathGopkg.toml
68 lines (52 loc) · 1.27 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
[prune]
go-tests = true
unused-packages = true
non-go = true
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.13.35"
[[constraint]]
name = "github.com/gin-gonic/gin"
branch = "master"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"
[[constraint]]
name = "github.com/patrickmn/go-cache"
version = "2.1.0"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.9.0-pre1"
[[constraint]]
name = "github.com/prometheus/common"
revision = "e5b036cc37a466a0af27d604d1ee500211d16d6a"
[[constraint]]
name = "github.com/gin-contrib/cors"
version = "1.2.0"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"
[[constraint]]
branch = "master"
name = "google.golang.org/api"
[[constraint]]
branch = "master"
name = "golang.org/x/oauth2"
[[constraint]]
name = "github.com/banzaicloud/bank-vaults"
version = "0.2.1"
[[constraint]]
name = "github.com/spf13/viper"
version = "1.0.2"
[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.1"
[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "17.1.0"
[[constraint]]
branch = "master"
name = "github.com/gin-contrib/static"
[[constraint]]
name = "k8s.io/kubernetes"
version = "1.10.4"