golang-golang-x-mod 0.17.0-1 source package in Ubuntu

Changelog

golang-golang-x-mod (0.17.0-1) unstable; urgency=medium

  * New upstream version 0.17.0
  * Bump Standards-Version to 4.7.0 (no change)

 -- Anthony Fok <email address hidden>  Fri, 26 Apr 2024 03:08:19 -0600

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-golang-x-mod_0.17.0-1.dsc 2.1 KiB 3f3bb6146c29777ae64e57b05bcbcd8b9629f70e189a365054704f3290249751
golang-golang-x-mod_0.17.0.orig.tar.gz 119.2 KiB 42f3790e2ee1c27c5f18f1450056a81be018cd79b49efa0969bd7f39cea96f84
golang-golang-x-mod_0.17.0-1.debian.tar.xz 3.4 KiB 11138ca4bf8c9d92c336b6d9d01438f943f54593f7a9e643b193c3ab6e6d5e96

Available diffs

No changes file available.

Binary packages built by this source

golang-golang-x-mod-dev: Go module mechanics libraries

 This repository holds packages for writing tools
 that work directly with Go module mechanics.
 That is, it is for direct manipulation of Go modules themselves.
 .
 It is NOT about supporting general development tools that
 need to do things like load packages in module mode.
 That use case, where modules are incidental rather than the focus,
 should remain in x/tools, specifically x/tools/go/packages.
 .
 The specific case of loading packages should still be done by
 invoking the go command, which remains the single point of
 truth for package loading algorithms.