Package Management for Golang
Glide is a tool for managing the vendor directory within a Go package. This feature, first introduced in Go 1.5, allows each package to have a vendor directory containing dependent packages for the project. These vendor packages can be installed by a tool (e.g. glide), similar to go get or they can be vendored and distributed with the package. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/Masterminds/glide
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.13.2-18.fc41 | - |
Fedora 41 | 0.13.2-18.fc41 | - |
Fedora 40 | 0.13.2-17.fc40 | - |
Fedora 39 | 0.13.2-14.fc39 | - |
You can contact the maintainers of this package via email at
glide dash maintainers at fedoraproject dot org
.