forked from helm/chartmuseum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGopkg.toml
More file actions
63 lines (49 loc) · 1.26 KB
/
Copy pathGopkg.toml
File metadata and controls
63 lines (49 loc) · 1.26 KB
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
[[constraint]]
name = "cloud.google.com/go"
source = "https://github.com/GoogleCloudPlatform/google-cloud-go.git"
version = "0.22.0"
# Used by Microsoft Azure Blob storage backend
[[constraint]]
name = "github.com/Azure/azure-sdk-for-go"
version = "14.6.0"
# Used by Alibaba Cloud OSS storage backend
[[constraint]]
name = "github.com/aliyun/aliyun-oss-go-sdk"
version = "1.8.0"
# Used by Openstack Object Storage backend
[[constraint]]
name = "github.com/gophercloud/gophercloud"
branch = "master"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.13.47"
[[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.9.1"
[prune]
go-tests = true
unused-packages = true
[[constraint]]
branch = "master"
name = "github.com/gin-contrib/size"
[[constraint]]
name = "github.com/go-redis/redis"
version = "6.10.2"
[[constraint]]
name = "github.com/alicebob/miniredis"
version = "2.4.2"