golang-github-rogpeppe-go-internal 1.10.0+git20230524.ec11942-1 source package in Ubuntu

Changelog

golang-github-rogpeppe-go-internal (1.10.0+git20230524.ec11942-1) unstable; urgency=medium

  * New upstream version 1.10.0+git20230524.ec11942
  * Update versioned dependencies as per go.mod; in particular,
    upstream has replaced the use of golang-github-pkg-diff-dev
    with Go’s internal/diff for memory efficiency.
  * Bump Standards-Version to 4.6.2 (no change)
  * Replace Built-Using field with Static-Built-Using
  * Refresh debian/0001-Allow-TestSimple-cover-to-PASS.patch

 -- Anthony Fok <email address hidden>  Mon, 19 Jun 2023 23:06:51 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
golang-github-rogpeppe-go-internal_1.10.0+git20230524.ec11942-1.dsc 2.6 KiB fda5312d4a43519b9ba861f5e160a4c6b82a356c0e3446f949d8154d4b7b1f14
golang-github-rogpeppe-go-internal_1.10.0+git20230524.ec11942.orig.tar.xz 90.7 KiB 83e83eabbd0b0f3645baf741c14cd1ef0e2c2f3418be899bc558c9128a4f2879
golang-github-rogpeppe-go-internal_1.10.0+git20230524.ec11942-1.debian.tar.xz 4.4 KiB f96da1b20ba63e2bc3ce3b0835014f73d745b515b6fd4c818a9cdae0b43d9823

No changes file available.

Binary packages built by this source

go-internal: Selected Go-internal packages factored out from the standard library (binaries)

 The go-internal repository factors out an opinionated selection of
 internal packages and functionality from the Go standard library.
 Currently this consists mostly of packages and testing code from
 within the Go tool implementation.
 .
 Included are the following:
 .
  * dirhash: calculate hashes over directory trees the same way
             that the Go tool does.
  * goproxytest: a GOPROXY implementation designed for test use.
  * gotooltest: Use the Go tool inside test scripts (see testscript below).
  * imports: list of known architectures and OSs, and support for reading
             import statements.
  * modfile: read and write go.mod files while preserving formatting
             and comments.
  * module: module paths and versions.
  * par: do work in parallel.
  * semver: semantic version parsing.
  * testenv: information on the current testing environment.
  * testscript: script-based testing based on txtar files.
  * txtar: simple text-based file archives for testing.
 .
 This package contains the compiled binaries, namely testscript,
 txtar-addmod, txtar-c and txtar-goproxy.

go-internal-dbgsym: debug symbols for go-internal
golang-github-rogpeppe-go-internal-dev: Selected Go-internal packages factored out from the standard library

 The go-internal repository factors out an opinionated selection of
 internal packages and functionality from the Go standard library.
 Currently this consists mostly of packages and testing code from
 within the Go tool implementation.
 .
 Included are the following:
 .
  * dirhash: calculate hashes over directory trees the same way
             that the Go tool does.
  * goproxytest: a GOPROXY implementation designed for test use.
  * gotooltest: Use the Go tool inside test scripts (see testscript below).
  * imports: list of known architectures and OSs, and support for reading
             import statements.
  * modfile: read and write go.mod files while preserving formatting
             and comments.
  * module: module paths and versions.
  * par: do work in parallel.
  * semver: semantic version parsing.
  * testenv: information on the current testing environment.
  * testscript: script-based testing based on txtar files.
  * txtar: simple text-based file archives for testing.
 .
 This package contains the development library files.