Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/fsnotify/fsnotify v1.8.0
github.com/getsentry/sentry-go v0.31.1
github.com/go-jose/go-jose/v4 v4.0.5
github.com/google/go-cmp v0.6.0
github.com/google/go-cmp v0.7.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-envparse v0.1.0
github.com/joho/godotenv v1.5.1
Expand All @@ -29,7 +29,7 @@ require (
github.com/olekukonko/tablewriter v0.0.5
github.com/pelletier/go-toml/v2 v2.2.3
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.14.0
github.com/rogpeppe/go-internal v1.14.1
github.com/samber/lo v1.49.1
github.com/segmentio/analytics-go v3.1.0+incompatible
github.com/spf13/cobra v1.9.1
Expand All @@ -39,13 +39,13 @@ require (
github.com/wk8/go-ordered-map/v2 v2.1.8
github.com/zealic/go2node v0.1.0
go.jetify.com/envsec v0.0.16-0.20250224183918-888379403227
go.jetify.com/pkg v0.0.0-20250228172544-83c765e66b0e
go.jetify.com/pkg v0.0.0-20250305231704-b305f9e8bd85
go.jetify.com/typeid v1.3.0
golang.org/x/exp v0.0.0-20250228200357-dead58393ab7
golang.org/x/mod v0.23.0
golang.org/x/oauth2 v0.27.0
golang.org/x/sync v0.11.0
golang.org/x/tools v0.30.1-0.20250220174815-31e3bb2b8fd1
golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
golang.org/x/mod v0.24.0
golang.org/x/oauth2 v0.28.0
golang.org/x/sync v0.12.0
golang.org/x/tools v0.30.1-0.20250221230316-5055f70f240c
gopkg.in/yaml.v3 v3.0.1
)

Expand Down Expand Up @@ -74,7 +74,6 @@ require (
github.com/alingse/asasalint v0.0.11 // indirect
github.com/alingse/nilnesserr v0.1.2 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/arduino/go-paths-helper v1.12.1 // indirect
github.com/ashanbrown/forbidigo v1.6.0 // indirect
github.com/ashanbrown/makezero v1.2.0 // indirect
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
Expand Down Expand Up @@ -281,13 +280,13 @@ require (
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.24.0 // indirect
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/crypto v0.36.0 // indirect
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/telemetry v0.0.0-20241220003058-cc96b6e0d3d9 // indirect
golang.org/x/term v0.29.0 // indirect
golang.org/x/text v0.22.0 // indirect
golang.org/x/tools/gopls v0.18.0 // indirect
golang.org/x/term v0.30.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/tools/gopls v0.18.1 // indirect
golang.org/x/vuln v1.1.3 // indirect
google.golang.org/protobuf v1.36.5 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
Expand Down
56 changes: 28 additions & 28 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256-XgDUJO81N5YhNOaX5diRloxeP2bqshLPxtdG/iRdx6Y=
sha256-zqkuq8MlUCELjo4Z/uJhs65XUYyH755/ohgz1Ao4UAQ=
Loading