Name : golang-github-rogpeppe-godeps
| |
Version : 0.0.0+git20180524.404a7e7
| Vendor : obs://build_opensuse_org/home:mgoppold
|
Release : lp154.2.6
| Date : 2024-02-28 21:25:05
|
Group : Unspecified
| Source RPM : golang-github-rogpeppe-godeps-0.0.0+git20180524.404a7e7-lp154.2.6.src.rpm
|
Size : 12.82 MB
| |
Packager : https://www_suse_com/
| |
Summary : Simple dependency locking tool for Go
|
Description :
Godeps - a simple dependency locking tool for Go
The godeps command can calculate the current set of dependencies of a set of Go packages, and knows how to update dependencies to a previously calculated set, including fetching new versions when necessary.
It is careful to avoid overwriting dependencies that have uncommitted changes.
Usage: godeps [flags] [pkg ...] godeps -u file [flags]
In the first form of usage (without the -u flag), godeps prints to standard output a list of all the source dependencies of the named packages (or the package in the current directory if none is given). If there is ambiguity in the source-control systems used, godeps will print all the available versions and an error, exiting with a false status. It is up to the user to remove lines from the output to make the output suitable for input to godeps -u.
In the second form, godeps updates source to versions specified by the -u file argument, which should hold version information in the same form printed by godeps. It is an error if the file contains more than one line for the same package root. If a specified revision is not currently available, godeps will attempt to fetch it, unless the -F flag is provided.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/mgoppold:/hpb/15.4/x86_64 |