golang-glide 0.13.0-1 source package in Ubuntu

Changelog

golang-glide (0.13.0-1) unstable; urgency=medium

  * New upstream release.
  * d/control: bump Standards-Version.
  * d/rules: use DEB_VERSION instead of our own VERSION.

 -- Vincent Bernat <email address hidden>  Sat, 07 Oct 2017 13:58:30 +0200

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.0-1.dsc 2.3 KiB 808ec300c1b9ea1e81d88a601a518a5b967e3063eb9f3064fc59689177e0a545
golang-glide_0.13.0.orig.tar.gz 105.8 KiB dcee64f358c48421b698312e76a0985c354d8b8e6afaef137c7c437ef972d010
golang-glide_0.13.0-1.debian.tar.xz 3.5 KiB b3a09cb4e09ccef7872b8bc8e7ccac7a7418049daae5746194600f735f972e52

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