1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: golang-github-cli-go-gh
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
git,
golang-any (>= 2:1.19~),
golang-github-charmbracelet-glamour-dev (>= 0.5.0),
golang-github-cli-browser-dev (>= 1.1.0),
golang-github-cli-safeexec-dev (>= 1.0.0),
golang-github-cli-shurcool-graphql-dev (>= 0.0.2),
golang-github-google-shlex-dev (>= 0.0~git20191202.e7afc7f),
golang-github-henvic-httpretty-dev (>= 0.0.6),
golang-github-itchyny-gojq-dev (>= 0.12.8),
golang-github-makenowjust-heredoc-dev (>= 1.0.0),
golang-github-mgutz-ansi-dev (>= 0.0~git20200706.d51e80e),
golang-github-muesli-reflow-dev (>= 0.3.0),
golang-github-muesli-termenv-dev (>= 0.12.0),
golang-github-stretchr-testify-dev (>= 1.7.0),
golang-github-thlib-go-timezone-local-dev (>= 0.0~git20210907.ef149e4),
golang-golang-x-sys-dev (>= 0.5.0),
golang-golang-x-term-dev (>= 0.7.0),
golang-gopkg-h2non-gock.v1-dev (>= 1.1.2),
golang-gopkg-yaml.v3-dev (>= 3.0.1),
tzdata,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cli-go-gh
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cli-go-gh.git
Homepage: https://github.com/cli/go-gh
XS-Go-Import-Path: github.com/cli/go-gh
Package: golang-github-cli-go-gh-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-charmbracelet-glamour-dev (>= 0.5.0),
golang-github-cli-browser-dev (>= 1.1.0),
golang-github-cli-safeexec-dev (>= 1.0.0),
golang-github-cli-shurcool-graphql-dev (>= 0.0.2),
golang-github-google-shlex-dev (>= 0.0~git20191202.e7afc7f),
golang-github-henvic-httpretty-dev (>= 0.0.6),
golang-github-itchyny-gojq-dev (>= 0.12.8),
golang-github-makenowjust-heredoc-dev (>= 1.0.0),
golang-github-mgutz-ansi-dev (>= 0.0~git20200706.d51e80e),
golang-github-muesli-reflow-dev (>= 0.3.0),
golang-github-muesli-termenv-dev (>= 0.12.0),
golang-github-stretchr-testify-dev (>= 1.7.0),
golang-github-thlib-go-timezone-local-dev (>= 0.0~git20210907.ef149e4),
golang-golang-x-sys-dev (>= 0.5.0),
golang-golang-x-term-dev (>= 0.7.0),
golang-gopkg-h2non-gock.v1-dev (>= 1.1.2),
golang-gopkg-yaml.v3-dev (>= 3.0.1),
${misc:Depends}
Description: 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.
|