forked from helm/chartmuseum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
45 lines (35 loc) · 918 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
38
39
40
41
42
43
44
45
[[constraint]]
name = "cloud.google.com/go"
source = "https://github.com/GoogleCloudPlatform/google-cloud-go.git"
# Used by Microsoft Azure Blob storage backend
[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "14.0.0"
# Used by Alibaba Cloud OSS storage backend
[[constraint]]
name = "github.com/aliyun/aliyun-oss-go-sdk"
version = "1.8.0"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.10.18"
[[constraint]]
name = "github.com/gin-gonic/gin"
version = "1.2.0"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
[[constraint]]
name = "github.com/spf13/viper"
version = "1.0.2"
[[constraint]]
name = "go.uber.org/zap"
version = "1.5.0"
[[constraint]]
name = "k8s.io/helm"
version = "2.8.2"
[prune]
go-tests = true
unused-packages = true