You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helm/glide.yaml

23 lines
613 B

package: github.com/kubernetes/helm
license: Apache-2.0
ignore:
- google.golang.org/appengine
import:
- package: github.com/Masterminds/semver
version: ^1.1.0
- package: github.com/aokoli/goutils
version: ^1.0.0
- package: github.com/codegangsta/cli
- package: github.com/emicklei/go-restful
- package: github.com/ghodss/yaml
- package: github.com/google/go-github
subpackages:
- github
- package: github.com/gorilla/handlers
version: ^1.1
- package: github.com/gorilla/mux
- package: gopkg.in/yaml.v2
- package: github.com/Masterminds/sprig
version: ^2.1.0
- package: github.com/Masterminds/httputil