-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
138 lines (134 loc) · 6.12 KB
/
go.mod
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
module github.com/chains-project/ghasum
go 1.24.2
require (
github.com/go-git/go-git/v5 v5.14.0
github.com/liamg/memoryfs v1.6.0
github.com/rogpeppe/go-internal v1.14.1
golang.org/x/mod v0.23.0
gopkg.in/yaml.v2 v2.4.0
)
require (
4d63.com/gochecknoinits v0.0.0-20210416043744-25bb07f6e4e3 // indirect
dario.cat/mergo v1.0.0 // indirect
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
github.com/KimMachineGun/automemlimit v0.7.0 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/ProtonMail/go-crypto v1.1.5 // 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.0 // indirect
github.com/alexkohler/unimport v0.0.0-20171106223308-e6f2b2e2d406 // indirect
github.com/butuzov/ireturn v0.3.1 // indirect
github.com/catenacyber/perfsprint v0.8.1 // indirect
github.com/cloudflare/circl v1.6.0 // indirect
github.com/cristalhq/acmd v0.12.0 // indirect
github.com/cyphar/filepath-securejoin v0.4.1 // indirect
github.com/dkorunic/betteralign v0.6.5 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-critic/go-critic v0.12.0 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.6.2 // 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.2.7 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/google/renameio/v2 v2.0.0 // indirect
github.com/gordonklaus/ineffassign v0.1.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.7.1 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/kisielk/errcheck v1.8.0 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/kunwardeep/paralleltest v1.0.10 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // 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.3.2 // indirect
github.com/polyfloyd/go-errorlint v1.7.1 // indirect
github.com/quasilyte/go-ruleguard v0.4.2 // 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/remyoudompheng/go-misc v0.0.0-20190427085024-2d6ac652a50e // 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/sirkon/dst v0.26.4 // 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.10.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/automaxprocs v1.6.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/nilaway v0.0.0-20241010202415-ba14292918d8 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/exp/typeparams v0.0.0-20240213143201-ec583247a57a // indirect
golang.org/x/net v0.36.0 // indirect
golang.org/x/sync v0.11.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/tools v0.30.0 // indirect
golang.org/x/vuln v1.1.4 // indirect
google.golang.org/protobuf v1.36.3 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/tools v0.6.0 // indirect
mvdan.cc/unparam v0.0.0-20250211232406-0e51248738fc // indirect
)
tool (
4d63.com/gochecknoinits
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/remyoudompheng/go-misc/deadcode
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
go.uber.org/nilaway/cmd/nilaway
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
)