Skip to content

Commit 02f2d57

Browse files
author
sg
committed
solve #685, trufflehog dependencies
1 parent 6b00099 commit 02f2d57

File tree

1,781 files changed

+1089546
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,781 files changed

+1089546
-0
lines changed

Diff for: new-components/scanners/trufflehog/go.mod

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
module github.com/smithy-security/smithy/new-components/scanner/trufflehog
2+
3+
go 1.23.3
4+
5+
require (
6+
github.com/go-errors/errors v1.5.1
7+
github.com/jonboulle/clockwork v0.5.0
8+
github.com/pkg/errors v0.9.1
9+
github.com/smithy-security/pkg/env v0.0.1
10+
github.com/smithy-security/smithy/new-components/scanners/gosec v0.0.0-20250110175051-e2ecae0fa6e2
11+
github.com/smithy-security/smithy/sdk v0.0.3-alpha
12+
github.com/stretchr/testify v1.10.0
13+
google.golang.org/protobuf v1.36.2
14+
)
15+
16+
require (
17+
ariga.io/atlas v0.29.0 // indirect
18+
dario.cat/mergo v1.0.1 // indirect
19+
github.com/Masterminds/goutils v1.1.1 // indirect
20+
github.com/Masterminds/semver/v3 v3.3.1 // indirect
21+
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
22+
github.com/abice/go-enum v0.6.0 // indirect
23+
github.com/agext/levenshtein v1.2.3 // indirect
24+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
25+
github.com/bmatcuk/doublestar v1.3.4 // indirect
26+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
27+
github.com/davecgh/go-spew v1.1.1 // indirect
28+
github.com/go-openapi/inflect v0.19.0 // indirect
29+
github.com/golang/mock v1.6.0 // indirect
30+
github.com/google/go-cmp v0.6.0 // indirect
31+
github.com/google/uuid v1.6.0 // indirect
32+
github.com/hashicorp/hcl/v2 v2.18.1 // indirect
33+
github.com/huandu/xstrings v1.5.0 // indirect
34+
github.com/jackc/pgpassfile v1.0.0 // indirect
35+
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
36+
github.com/jackc/pgx/v5 v5.6.0 // indirect
37+
github.com/labstack/gommon v0.4.2 // indirect
38+
github.com/mattn/go-colorable v0.1.13 // indirect
39+
github.com/mattn/go-isatty v0.0.20 // indirect
40+
github.com/mattn/go-sqlite3 v1.14.24 // indirect
41+
github.com/mattn/goveralls v0.0.12 // indirect
42+
github.com/mitchellh/copystructure v1.2.0 // indirect
43+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
44+
github.com/mitchellh/mapstructure v1.5.0 // indirect
45+
github.com/mitchellh/reflectwalk v1.0.2 // indirect
46+
github.com/pmezard/go-difflib v1.0.0 // indirect
47+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
48+
github.com/shopspring/decimal v1.4.0 // indirect
49+
github.com/smithy-security/pkg/sarif v0.0.1 // indirect
50+
github.com/spf13/cast v1.7.0 // indirect
51+
github.com/sqlc-dev/sqlc v1.27.0 // indirect
52+
github.com/urfave/cli/v2 v2.27.5 // indirect
53+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
54+
github.com/zclconf/go-cty v1.14.4 // indirect
55+
go.uber.org/mock v0.5.0 // indirect
56+
golang.org/x/crypto v0.31.0 // indirect
57+
golang.org/x/mod v0.22.0 // indirect
58+
golang.org/x/net v0.32.0 // indirect
59+
golang.org/x/sync v0.10.0 // indirect
60+
golang.org/x/sys v0.28.0 // indirect
61+
golang.org/x/text v0.21.0 // indirect
62+
golang.org/x/tools v0.28.0 // indirect
63+
golang.org/x/tools/cmd/cover v0.1.0-deprecated // indirect
64+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
65+
google.golang.org/grpc v1.65.0 // indirect
66+
gopkg.in/yaml.v3 v3.0.1 // indirect
67+
)

Diff for: new-components/scanners/trufflehog/go.sum

+239
Large diffs are not rendered by default.

Diff for: new-components/scanners/trufflehog/vendor/ariga.io/atlas/LICENSE

+202
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)