mirror of
https://github.com/helm/chartmuseum.git
synced 2026-02-05 15:45:50 +01:00
Since ChartMuseum has moved to the kubernetes-helm incubator, it can now be found in GitHub under the kubernetes-helm project. In keeping with this, update the project paths from chartmuseum/chartmuseum to kubernetes-helm/chartmusuem.
31 lines
852 B
YAML
31 lines
852 B
YAML
package: github.com/kubernetes-helm/chartmuseum
|
|
|
|
import:
|
|
- package: github.com/gin-gonic/gin
|
|
version: v1.2
|
|
- package: github.com/kubernetes/helm
|
|
version: v2.7.0
|
|
- package: github.com/urfave/cli
|
|
version: v1.20.0
|
|
- package: github.com/aws/aws-sdk-go
|
|
version: v1.10.18
|
|
- package: go.uber.org/zap
|
|
version: v1.5.0
|
|
- package: github.com/zsais/go-gin-prometheus
|
|
version: e26effb6cde37935f313bb3d5e5a1207f44cff69
|
|
|
|
# these ones are srsly a pain in da butt...
|
|
# all needed to get cloud.google.com/go/storage to work
|
|
- package: cloud.google.com/go
|
|
version: v0.12.0
|
|
- package: google.golang.org/grpc
|
|
version: v1.5.2
|
|
- package: golang.org/x/net
|
|
version: 57efc9c3d9f91fb3277f8da1cff370539c4d3dc5
|
|
- package: golang.org/x/text
|
|
version: ac87088df8ef557f1e32cd00ed0b6fbc3f7ddafb
|
|
|
|
testImports:
|
|
- package: github.com/stretchr/testify
|
|
version: v1.1.4
|