-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
54 lines (51 loc) · 2.01 KB
/
go.mod
File metadata and controls
54 lines (51 loc) · 2.01 KB
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
module go.jetify.com/pkg
go 1.24.0
require (
connectrpc.com/connect v1.19.1
github.com/bmatcuk/doublestar/v4 v4.9.1
github.com/cavaliergopher/grab/v3 v3.0.1
github.com/codeclysm/extract/v4 v4.0.0
github.com/coreos/go-oidc/v3 v3.17.0
github.com/fatih/color v1.18.0
github.com/go-jose/go-jose/v4 v4.1.3
github.com/goccy/go-yaml v1.19.0
github.com/google/go-github/v74 v74.0.0
github.com/google/renameio/v2 v2.0.1
github.com/gosimple/slug v1.15.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f
github.com/k0kubun/pp v3.0.1+incompatible
github.com/lmittmann/tint v1.1.2
github.com/mattn/go-isatty v0.0.20
github.com/pelletier/go-toml/v2 v2.2.4
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.10.1
github.com/stretchr/testify v1.11.1
github.com/tailscale/hujson v0.0.0-20250605163823-992244df8c5a
go.jetify.com/typeid/v2 v2.0.0-alpha.3
golang.org/x/oauth2 v0.33.0
golang.org/x/sys v0.38.0
google.golang.org/protobuf v1.36.10
gopkg.in/dnaeon/go-vcr.v4 v4.0.6
)
require (
github.com/arduino/go-paths-helper v1.13.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gofrs/uuid/v5 v5.4.0 // indirect
github.com/google/btree v1.1.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gosimple/unidecode v1.0.1 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/juju/errors v1.0.0 // indirect
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
github.com/klauspost/compress v1.18.2 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)