-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
144 lines (140 loc) · 6.34 KB
/
Copy pathgo.mod
File metadata and controls
144 lines (140 loc) · 6.34 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
module github.com/chains-project/ghasum
go 1.27.0
require (
github.com/go-git/go-git/v5 v5.19.2
github.com/liamg/memoryfs v1.6.0
github.com/rogpeppe/go-internal v1.16.0
go.yaml.in/yaml/v3 v3.0.4
golang.org/x/mod v0.40.0
)
require (
4d63.com/gochecknoinits v0.0.0-20210416043744-25bb07f6e4e3 // indirect
dario.cat/mergo v1.0.0 // indirect
fillmore-labs.com/zerolint v0.0.15 // indirect
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
github.com/KimMachineGun/automemlimit v0.7.5 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/ProtonMail/go-crypto v1.1.6 // indirect
github.com/alexkohler/dogsled v0.0.0-20240329141207-62bc1f6ce2d0 // indirect
github.com/alexkohler/nakedret/v2 v2.0.5 // indirect
github.com/alexkohler/prealloc v1.0.3 // indirect
github.com/alexkohler/unimport v0.0.0-20171106223308-e6f2b2e2d406 // indirect
github.com/bmatcuk/doublestar/v4 v4.10.0 // indirect
github.com/butuzov/ireturn v0.4.1 // indirect
github.com/catenacyber/perfsprint v0.10.1 // indirect
github.com/clipperhouse/uax29/v2 v2.7.0 // indirect
github.com/cloudflare/circl v1.6.3 // indirect
github.com/cristalhq/acmd v0.12.0 // indirect
github.com/cyphar/filepath-securejoin v0.6.1 // indirect
github.com/dkorunic/betteralign v0.15.0 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fatih/color v1.19.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-critic/go-critic v0.14.3 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.9.0 // indirect
github.com/go-toolsmith/astcast v1.1.0 // indirect
github.com/go-toolsmith/astcopy v1.1.0 // indirect
github.com/go-toolsmith/astequal v1.2.0 // indirect
github.com/go-toolsmith/astfmt v1.1.0 // indirect
github.com/go-toolsmith/astp v1.1.0 // indirect
github.com/go-toolsmith/pkgload v1.2.2 // indirect
github.com/go-toolsmith/strparse v1.1.0 // indirect
github.com/go-toolsmith/typep v1.1.0 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/google/capslock v0.3.2 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/renameio/v2 v2.0.2 // indirect
github.com/gordonklaus/ineffassign v0.2.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jgautheron/goconst v1.10.0 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/kisielk/errcheck v1.20.0 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/kunwardeep/paralleltest v1.0.15 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.21 // indirect
github.com/mattn/go-shellwords v1.0.12 // indirect
github.com/mdempsky/unconvert v0.0.0-20241127004111-db6ad295e1ce // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nishanths/exhaustive v0.12.0 // indirect
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
github.com/pjbgf/sha1cd v0.6.0 // indirect
github.com/polyfloyd/go-errorlint v1.7.1 // indirect
github.com/quasilyte/go-ruleguard v0.4.5 // indirect
github.com/quasilyte/gogrep v0.5.0 // indirect
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
github.com/rhysd/actionlint v1.7.12 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/skeema/knownhosts v1.3.1 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.18.2 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tetafro/godot v1.5.0 // indirect
github.com/tomarrell/wrapcheck/v2 v2.12.0 // indirect
github.com/ultraware/whitespace v0.2.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
gitlab.com/bosi/decorder v0.4.2 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.yaml.in/yaml/v4 v4.0.0-rc.3 // indirect
golang.org/x/crypto v0.55.0 // indirect
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
golang.org/x/net v0.58.0 // indirect
golang.org/x/sync v0.22.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/telemetry v0.0.0-20260811182544-a038080d80e5 // indirect
golang.org/x/text v0.41.0 // indirect
golang.org/x/tools v0.49.0 // indirect
golang.org/x/vuln v1.6.0 // indirect
google.golang.org/protobuf v1.36.11 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/tools v0.8.1 // indirect
mvdan.cc/unparam v0.0.0-20260808223834-a64391f2ca86 // indirect
)
tool (
4d63.com/gochecknoinits
fillmore-labs.com/zerolint
github.com/alexkohler/dogsled/cmd/dogsled
github.com/alexkohler/nakedret/v2/cmd/nakedret
github.com/alexkohler/prealloc
github.com/alexkohler/unimport
github.com/butuzov/ireturn/cmd/ireturn
github.com/catenacyber/perfsprint
github.com/dkorunic/betteralign/cmd/betteralign
github.com/go-critic/go-critic/cmd/gocritic
github.com/google/capslock/cmd/capslock
github.com/gordonklaus/ineffassign
github.com/jgautheron/goconst/cmd/goconst
github.com/kisielk/errcheck
github.com/kunwardeep/paralleltest
github.com/mdempsky/unconvert
github.com/nishanths/exhaustive/cmd/exhaustive
github.com/polyfloyd/go-errorlint
github.com/rhysd/actionlint/cmd/actionlint
github.com/tetafro/godot/cmd/godot
github.com/tomarrell/wrapcheck/v2/cmd/wrapcheck
github.com/ultraware/whitespace/cmd/whitespace
gitlab.com/bosi/decorder/cmd/decorder
golang.org/x/tools/cmd/deadcode
golang.org/x/tools/cmd/goimports
golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow
golang.org/x/vuln/cmd/govulncheck
honnef.co/go/tools/cmd/staticcheck
mvdan.cc/unparam
)