Skip to content

Commit 7fcbfa5

Browse files
author
sg
committed
reachability enricher deps
1 parent 0586f23 commit 7fcbfa5

File tree

1,751 files changed

+1079098
-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,751 files changed

+1079098
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# This is for local setup only.
2+
SMITHY_INSTANCE_ID=8d719c1c-c569-4078-87b3-4951bd4012ee
3+
SMITHY_LOG_LEVEL=debug
4+
SMITHY_STORE_TYPE=postgresql
5+
SMITHY_REMOTE_STORE_POSTGRES_DSN="postgresql://smithy:smithy1234@findings-db:5432/findings-db?sslmode=disable&connect_timeout=10"
6+
CUSTOM_ANNOTATION_NAME=reachability
7+
CUSTOM_ANNOTATION_VALUES={"foo":"bar"}
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
module github.com/smithy-security/smithy/new-components/enrichers/reachability
2+
3+
go 1.23.3
4+
5+
require (
6+
github.com/go-errors/errors v1.5.1
7+
github.com/package-url/packageurl-go v0.1.0
8+
github.com/smithy-security/smithy/sdk v0.0.4-alpha
9+
github.com/stretchr/testify v1.9.0
10+
google.golang.org/protobuf v1.35.1
11+
)
12+
13+
require (
14+
ariga.io/atlas v0.29.0 // indirect
15+
dario.cat/mergo v1.0.1 // indirect
16+
github.com/Masterminds/goutils v1.1.1 // indirect
17+
github.com/Masterminds/semver/v3 v3.3.1 // indirect
18+
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
19+
github.com/abice/go-enum v0.6.0 // indirect
20+
github.com/agext/levenshtein v1.2.3 // indirect
21+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
22+
github.com/bmatcuk/doublestar v1.3.4 // indirect
23+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
24+
github.com/davecgh/go-spew v1.1.1 // indirect
25+
github.com/go-openapi/inflect v0.19.0 // indirect
26+
github.com/golang/mock v1.6.0 // indirect
27+
github.com/google/go-cmp v0.6.0 // indirect
28+
github.com/google/uuid v1.6.0 // indirect
29+
github.com/hashicorp/hcl/v2 v2.18.1 // indirect
30+
github.com/huandu/xstrings v1.5.0 // indirect
31+
github.com/jackc/pgpassfile v1.0.0 // indirect
32+
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
33+
github.com/jackc/pgx/v5 v5.6.0 // indirect
34+
github.com/jonboulle/clockwork v0.4.0 // indirect
35+
github.com/labstack/gommon v0.4.2 // indirect
36+
github.com/mattn/go-colorable v0.1.13 // indirect
37+
github.com/mattn/go-isatty v0.0.20 // indirect
38+
github.com/mattn/go-sqlite3 v1.14.24 // indirect
39+
github.com/mattn/goveralls v0.0.12 // indirect
40+
github.com/mitchellh/copystructure v1.2.0 // indirect
41+
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
42+
github.com/mitchellh/reflectwalk v1.0.2 // indirect
43+
github.com/pmezard/go-difflib v1.0.0 // indirect
44+
github.com/russross/blackfriday/v2 v2.1.0 // indirect
45+
github.com/shopspring/decimal v1.4.0 // indirect
46+
github.com/smithy-security/pkg/env v0.0.1 // indirect
47+
github.com/spf13/cast v1.7.0 // indirect
48+
github.com/sqlc-dev/sqlc v1.27.0 // indirect
49+
github.com/urfave/cli/v2 v2.27.5 // indirect
50+
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
51+
github.com/zclconf/go-cty v1.14.4 // indirect
52+
go.uber.org/mock v0.5.0 // indirect
53+
golang.org/x/crypto v0.31.0 // indirect
54+
golang.org/x/mod v0.22.0 // indirect
55+
golang.org/x/net v0.32.0 // indirect
56+
golang.org/x/sync v0.10.0 // indirect
57+
golang.org/x/sys v0.28.0 // indirect
58+
golang.org/x/text v0.21.0 // indirect
59+
golang.org/x/tools v0.28.0 // indirect
60+
golang.org/x/tools/cmd/cover v0.1.0-deprecated // indirect
61+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
62+
google.golang.org/grpc v1.65.0 // indirect
63+
gopkg.in/yaml.v3 v3.0.1 // indirect
64+
)

new-components/enrichers/reachability/go.sum

Lines changed: 237 additions & 0 deletions
Large diffs are not rendered by default.

new-components/enrichers/reachability/vendor/ariga.io/atlas/LICENSE

Lines changed: 202 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)