golang-glide 0.13.1-2 source package in Ubuntu

Changelog

golang-glide (0.13.1-2) unstable; urgency=medium

  * Team upload.
  * point Vcs-* urls to salsa.d.o subproject

 -- Alexandre Viau <email address hidden>  Thu, 25 Jan 2018 17:19:09 -0500

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-glide_0.13.1-2.dsc 2.3 KiB 0b4887bb7591149cfedebc561d198b4b5300aff2771d4115fafd644710f88da1
golang-glide_0.13.1.orig.tar.gz 105.2 KiB 584fab238c51337dbc75b774ffa89d5d4dd87c6be3a9dfd023537065fe681fbd
golang-glide_0.13.1-2.debian.tar.xz 3.6 KiB c34738558472015f47fdfebcba986321cbd40505e94588a5a75d2cb7a775599e

Available diffs

No changes file available.

Binary packages built by this source

golang-glide: Vendor package management for Go

 Glide is comparable to tools like Cargo, npm, Composer, Bundler, pip,
 Maven but for Go. It manages vendored packages with ease.
 .
 Packages to be vendored are listed in a configuration file at the
 root of a project along with the appropriate restriction on versions
 and Glide will download the most recent versions satisfying the
 constraints into the vendor directory. It will write a lock file to
 record the exact versions chosen.

golang-glide-dbgsym: debug symbols for golang-glide