Documentation ¶
Overview ¶
Package resolver provides Go resolvers.
Index ¶
Constants ¶
View Source
const ( Dep = Type("dep") Gdm = Type("gdm") Glide = Type("glide") GoModules = Type("gomodules") Godep = Type("godep") Govendor = Type("govendor") Vndr = Type("vndr") )
Lockfile resolvers.
Variables ¶
View Source
var (
ErrResolverNotFound = errors.New("unrecognized Go resolver")
)
Errors from lockfile resolvers.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.