1 Star 0 Fork 0

liboxwz / dep

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
lock.go 508 Bytes
一键复制 编辑 原始数据 按行查看 历史
sam boyer 提交于 2018-07-03 20:31 . gps: Collapse LockWithImports into Lock
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package verify
import (
"github.com/golang/dep/gps"
)
// VerifiableProject composes a LockedProject to indicate what the hash digest
// of a file tree for that LockedProject should be, given the PruneOptions and
// the list of packages.
type VerifiableProject struct {
gps.LockedProject
PruneOpts gps.PruneOptions
Digest VersionedDigest
}
1
https://gitee.com/liboxwz/dep.git
git@gitee.com:liboxwz/dep.git
liboxwz
dep
dep
v0.5.4

搜索帮助