golang-github-cli-go-gh 1.2.1-1 source package in Ubuntu

Changelog

golang-github-cli-go-gh (1.2.1-1) unstable; urgency=medium

  * New upstream version 1.2.1
  * Bump versioned dependencies as per go.mod

 -- Anthony Fok <email address hidden>  Mon, 03 Jul 2023 11:36:33 -0600

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cli-go-gh_1.2.1-1.dsc 3.0 KiB 1f631e1a4e2a1e94e6f8c11d03e01c5b0b74a8665e764076e3f7a27ad714a138
golang-github-cli-go-gh_1.2.1.orig.tar.gz 56.7 KiB eb6a59e1463daa37056493b101fbb60faf631bc932a62ebe5b3dcaf8aed73f63
golang-github-cli-go-gh_1.2.1-1.debian.tar.xz 3.2 KiB 4ed1032320e36b817370b1b0a603bc630d26167ee712663cbf131fb62c114836

Available diffs

No changes file available.

Binary packages built by this source

golang-github-cli-go-gh-dev: Go module for interacting with gh and the GitHub API from the command line

 go-gh is a Go module for CLI Go applications and gh extensions
 that want a convenient way to interact with gh, and the GitHub API
 using gh environment configuration.
 .
 go-gh supports multiple ways of getting access to gh functionality:
 .
  * Helpers that automatically read a gh config to authenticate
    themselves
  * gh.Exec shells out to a gh install on your machine
 .
 If you'd like to use go-gh on systems without gh installed and
 configured, you can provide custom authentication details to the go-gh
 API helpers.