Discover Packages
github.com/fossas/fossa-cli
buildtools
glide
package
Version:
v0.7.6
Opens a new window with list of versions in this module.
Published: Sep 4, 2018
License: MPL-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package glide provides functions for working with the glide tool.
ErrNoLockfile is returned if a glide manifest is found without an accompanying lockfile.
UsedIn checks whether glide is used correctly within a project folder.
An Import is a single imported repository within a glide project.
A Lockfile contains the contents of a glide lockfile. Lockfiles are resolvers.
FromFile reads a raw Lockfile from a glide.lock file.
New constructs a golang.Resolver
Resolve returns the revision of an imported Go package contained within the
lockfile. If the package is not found, buildtools.ErrNoRevisionForPackage is
returned.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.