Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/trufflesecurity/trufflehog/v3 from 3.88.2 to 3.88.3 in /src/pipeleak #99

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
2 changes: 1 addition & 1 deletion src/pipeleak/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/rxwycdh/rxhash v0.0.0-20230131062142-10b7a38b400d
github.com/spf13/cobra v1.8.1
github.com/tidwall/gjson v1.18.0
github.com/trufflesecurity/trufflehog/v3 v3.88.2
github.com/trufflesecurity/trufflehog/v3 v3.88.3
gitlab.com/gitlab-org/api/client-go v0.120.0
gitlab.com/mitchenielsen/gitlab-ci-go v0.0.4
golift.io/xtractr v0.2.2
Expand Down
4 changes: 2 additions & 2 deletions src/pipeleak/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -559,8 +559,8 @@ github.com/tklauser/go-sysconf v0.3.12 h1:0QaGUFOdQaIVdPgfITYzaTegZvdCjmYO52cSFA
github.com/tklauser/go-sysconf v0.3.12/go.mod h1:Ho14jnntGE1fpdOqQEEaiKRpvIavV0hSfmBq8nJbHYI=
github.com/tklauser/numcpus v0.6.1 h1:ng9scYS7az0Bk4OZLvrNXNSAO2Pxr1XXRAPyjhIx+Fk=
github.com/tklauser/numcpus v0.6.1/go.mod h1:1XfjsgE2zo8GVw7POkMbHENHzVg3GzmoZ9fESEdAacY=
github.com/trufflesecurity/trufflehog/v3 v3.88.2 h1:ORX9fSPISsQ+oawT/nXljmhzLAE2HavDRsVBbVQyC6E=
github.com/trufflesecurity/trufflehog/v3 v3.88.2/go.mod h1:33JabRZXUbZEAzpM5uEsXWxTiqLYNwIfgwB/8f9S5Gk=
github.com/trufflesecurity/trufflehog/v3 v3.88.3 h1:yH8VfgLurg2YK/4NEcP80ZoIkAtzywEvP+RxEQ1aaQM=
github.com/trufflesecurity/trufflehog/v3 v3.88.3/go.mod h1:+sia0zAcUZHZ77qs9+oV/SQaW7XfnDlH3GuGbEt1X2c=
github.com/ugorji/go/codec v1.2.7 h1:YPXUKf7fYbp/y8xloBqZOw2qaVggbfwMlI8WM3wZUJ0=
github.com/ugorji/go/codec v1.2.7/go.mod h1:WGN1fab3R1fzQlVQTkfxVtIBhWDRqOviHU95kRgeqEY=
github.com/ulikunitz/xz v0.5.12 h1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc=
Expand Down
Loading