-
-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathgo.mod
More file actions
48 lines (45 loc) · 1.81 KB
/
Copy pathgo.mod
File metadata and controls
48 lines (45 loc) · 1.81 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
module github.com/suzuki-shunsuke/pinact/v5
go 1.27.1
require (
github.com/expr-lang/expr v1.17.8
github.com/fatih/color v1.19.0
github.com/goccy/go-yaml v1.19.2
github.com/google/go-cmp v0.7.0
github.com/google/go-github/v90 v90.0.0
github.com/hashicorp/go-version v1.9.0
github.com/sourcegraph/go-diff v0.8.0
github.com/spf13/afero v1.15.0
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
github.com/suzuki-shunsuke/cobra-util v0.0.4
github.com/suzuki-shunsuke/gen-go-jsonschema v0.1.0
github.com/suzuki-shunsuke/ghtkn-go-sdk v0.6.1
github.com/suzuki-shunsuke/go-error-with-exit-code v1.0.0
github.com/suzuki-shunsuke/slog-error v0.2.2
github.com/suzuki-shunsuke/slog-util v0.3.2
golang.org/x/oauth2 v0.36.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/bahlo/generic-list-go v0.2.0 // indirect
github.com/buger/jsonparser v1.1.2 // indirect
github.com/charmbracelet/x/term v0.2.2 // indirect
github.com/danieljoos/wincred v1.2.3 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/google/go-querystring v1.2.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/invopop/jsonschema v0.13.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/lmittmann/tint v1.1.3 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/suzuki-shunsuke/go-github-device-flow v0.0.2 // indirect
github.com/suzuki-shunsuke/go-revoke-github-access-token v0.0.2 // indirect
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
github.com/zalando/go-keyring v0.2.8 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/term v0.45.0 // indirect
golang.org/x/text v0.28.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)