File: go.mod

package info (click to toggle)
golang-github-cli-go-gh 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 444 kB
  • sloc: makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,749 bytes parent folder | download
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
module github.com/cli/go-gh

go 1.19

require (
	github.com/MakeNowJust/heredoc v1.0.0
	github.com/charmbracelet/glamour v0.5.1-0.20220727184942-e70ff2d969da
	github.com/cli/browser v1.1.0
	github.com/cli/safeexec v1.0.0
	github.com/cli/shurcooL-graphql v0.0.2
	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
	github.com/henvic/httpretty v0.0.6
	github.com/itchyny/gojq v0.12.8
	github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
	github.com/muesli/reflow v0.3.0
	github.com/muesli/termenv v0.12.0
	github.com/stretchr/testify v1.7.0
	github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e
	golang.org/x/sys v0.5.0
	golang.org/x/term v0.5.0
	gopkg.in/h2non/gock.v1 v1.1.2
	gopkg.in/yaml.v3 v3.0.1
)

require (
	github.com/alecthomas/chroma v0.10.0 // indirect
	github.com/aymerick/douceur v0.2.0 // indirect
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/dlclark/regexp2 v1.4.0 // indirect
	github.com/gorilla/css v1.0.0 // indirect
	github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
	github.com/itchyny/timefmt-go v0.1.3 // indirect
	github.com/kr/pretty v0.1.0 // indirect
	github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
	github.com/mattn/go-colorable v0.1.13 // indirect
	github.com/mattn/go-isatty v0.0.16 // indirect
	github.com/mattn/go-runewidth v0.0.13 // indirect
	github.com/microcosm-cc/bluemonday v1.0.20 // indirect
	github.com/olekukonko/tablewriter v0.0.5 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/rivo/uniseg v0.2.0 // indirect
	github.com/yuin/goldmark v1.4.4 // indirect
	github.com/yuin/goldmark-emoji v1.0.1 // indirect
	golang.org/x/net v0.7.0 // indirect
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)