Skip to content

Commit

Permalink
fix(deps): update tool deps (#509)
Browse files Browse the repository at this point in the history
* fix(deps): update tool deps

* fix: updates go.sum via cd /Users/jburns/git/liatrio-otel-collector/internal/tools && go build -o /Users/jburns/git/liatrio-otel-collector/.tools/genqlient -trimpath github.com/Khan/genqlient
cd /Users/jburns/git/liatrio-otel-collector/internal/tools && go build -o /Users/jburns/git/liatrio-otel-collector/.tools/golangci-lint -trimpath github.com/golangci/golangci-lint/cmd/golangci-lint
cd /Users/jburns/git/liatrio-otel-collector/internal/tools && go build -o /Users/jburns/git/liatrio-otel-collector/.tools/osv-scanner -trimpath github.com/google/osv-scanner/cmd/osv-scanner
cd /Users/jburns/git/liatrio-otel-collector/internal/tools && go build -o /Users/jburns/git/liatrio-otel-collector/.tools/gosec -trimpath github.com/securego/gosec/v2/cmd/gosec
cd /Users/jburns/git/liatrio-otel-collector/internal/tools && go build -o /Users/jburns/git/liatrio-otel-collector/.tools/crosslink -trimpath go.opentelemetry.io/build-tools/crosslink
cd /Users/jburns/git/liatrio-otel-collector/internal/tools && go build -o /Users/jburns/git/liatrio-otel-collector/.tools/multimod -trimpath go.opentelemetry.io/build-tools/multimod
cd /Users/jburns/git/liatrio-otel-collector/internal/tools && go build -o /Users/jburns/git/liatrio-otel-collector/.tools/builder -trimpath go.opentelemetry.io/collector/cmd/builder
cd /Users/jburns/git/liatrio-otel-collector/internal/tools && go build -o /Users/jburns/git/liatrio-otel-collector/.tools/mdatagen -trimpath go.opentelemetry.io/collector/cmd/mdatagen
cd /Users/jburns/git/liatrio-otel-collector/internal/tools && go build -o /Users/jburns/git/liatrio-otel-collector/.tools/goimports -trimpath golang.org/x/tools/cmd/goimports
cd /Users/jburns/git/liatrio-otel-collector/internal/tools && go build -o /Users/jburns/git/liatrio-otel-collector/.tools/govulncheck -trimpath golang.org/x/vuln/cmd/govulncheck
cd /Users/jburns/git/liatrio-otel-collector/internal/tools && go build -o /Users/jburns/git/liatrio-otel-collector/.tools/staticcheck -trimpath honnef.co/go/tools/cmd/staticcheck
/Library/Developer/CommandLineTools/usr/bin/make -j 1 generate fmt-all tidy-all lint-all test-all scan-all multimod-verify crosslink
/Library/Developer/CommandLineTools/usr/bin/make for-all DIRS="./cmd/compgen ./extension/githubappauthextension ./internal/tools ./receiver/gitproviderreceiver" CMD="/Library/Developer/CommandLineTools/usr/bin/make gen"
running /Library/Developer/CommandLineTools/usr/bin/make gen in ./cmd/compgen
go generate ./...
running /Library/Developer/CommandLineTools/usr/bin/make gen in ./extension/githubappauthextension
go generate ./...
running /Library/Developer/CommandLineTools/usr/bin/make gen in ./internal/tools
go generate ./...
running /Library/Developer/CommandLineTools/usr/bin/make gen in ./receiver/gitproviderreceiver
go generate ./...
/Library/Developer/CommandLineTools/usr/bin/make for-all DIRS="./cmd/compgen ./extension/githubappauthextension ./internal/tools ./receiver/gitproviderreceiver" CMD="/Library/Developer/CommandLineTools/usr/bin/make fmt"
running /Library/Developer/CommandLineTools/usr/bin/make fmt in ./cmd/compgen
go fmt ./...
running /Library/Developer/CommandLineTools/usr/bin/make fmt in ./extension/githubappauthextension
go fmt ./...
running /Library/Developer/CommandLineTools/usr/bin/make fmt in ./internal/tools
go fmt ./...
running /Library/Developer/CommandLineTools/usr/bin/make fmt in ./receiver/gitproviderreceiver
go fmt ./...
/Library/Developer/CommandLineTools/usr/bin/make tidy
rm go.sum
go mod tidy -compat=1.23
/Library/Developer/CommandLineTools/usr/bin/make for-all DIRS="./cmd/compgen ./extension/githubappauthextension ./internal/tools ./receiver/gitproviderreceiver" CMD="/Library/Developer/CommandLineTools/usr/bin/make tidy"
running /Library/Developer/CommandLineTools/usr/bin/make tidy in ./cmd/compgen
rm go.sum
go mod tidy -compat=1.23
running /Library/Developer/CommandLineTools/usr/bin/make tidy in ./extension/githubappauthextension
rm go.sum
go mod tidy -compat=1.23
running /Library/Developer/CommandLineTools/usr/bin/make tidy in ./internal/tools
rm go.sum
go mod tidy -compat=1.23
running /Library/Developer/CommandLineTools/usr/bin/make tidy in ./receiver/gitproviderreceiver
rm go.sum
go mod tidy -compat=1.23
/Library/Developer/CommandLineTools/usr/bin/make for-all DIRS="./cmd/compgen ./extension/githubappauthextension ./internal/tools ./receiver/gitproviderreceiver" CMD="/Library/Developer/CommandLineTools/usr/bin/make lint"
running /Library/Developer/CommandLineTools/usr/bin/make lint in ./cmd/compgen
/Users/jburns/git/liatrio-otel-collector/.tools/golangci-lint run
running /Library/Developer/CommandLineTools/usr/bin/make lint in ./extension/githubappauthextension
/Users/jburns/git/liatrio-otel-collector/.tools/golangci-lint run
running /Library/Developer/CommandLineTools/usr/bin/make lint in ./internal/tools
/Users/jburns/git/liatrio-otel-collector/.tools/golangci-lint run
running /Library/Developer/CommandLineTools/usr/bin/make lint in ./receiver/gitproviderreceiver
/Users/jburns/git/liatrio-otel-collector/.tools/golangci-lint run
/Library/Developer/CommandLineTools/usr/bin/make for-all DIRS="./cmd/compgen ./extension/githubappauthextension ./internal/tools ./receiver/gitproviderreceiver" CMD="/Library/Developer/CommandLineTools/usr/bin/make test"
running /Library/Developer/CommandLineTools/usr/bin/make test in ./cmd/compgen
go test -v ./... -coverprofile=coverage.out -covermode=atomic
	github.com/liatrio/compgen/cmd		coverage: 0.0% of statements
	github.com/liatrio/compgen		coverage: 0.0% of statements
=== RUN   TestTidy
--- PASS: TestTidy (0.11s)
=== RUN   TestRender
--- PASS: TestRender (0.00s)
PASS
coverage: 89.3% of statements
ok  	github.com/liatrio/compgen/cmd/common	0.605s	coverage: 89.3% of statements
=== RUN   TestRun
--- PASS: TestRun (1.45s)
PASS
coverage: 81.2% of statements
ok  	github.com/liatrio/compgen/cmd/receiver	1.750s	coverage: 81.2% of statements
running /Library/Developer/CommandLineTools/usr/bin/make test in ./extension/githubappauthextension
go test -v ./... -coverprofile=coverage.out -covermode=atomic
=== RUN   TestLoadConfig
=== PAUSE TestLoadConfig
=== RUN   TestGitHubAppAuthSettings
=== RUN   TestGitHubAppAuthSettings/all_valid_settings
=== RUN   TestGitHubAppAuthSettings/invalid_settings
--- PASS: TestGitHubAppAuthSettings (0.00s)
    --- PASS: TestGitHubAppAuthSettings/all_valid_settings (0.00s)
    --- PASS: TestGitHubAppAuthSettings/invalid_settings (0.00s)
=== RUN   TestCreateDefaultConfig
--- PASS: TestCreateDefaultConfig (0.00s)
=== RUN   TestCreateExtension
=== RUN   TestCreateExtension/valid_settings
--- PASS: TestCreateExtension (0.00s)
    --- PASS: TestCreateExtension/valid_settings (0.00s)
=== RUN   TestNewFactory
--- PASS: TestNewFactory (0.00s)
=== RUN   TestComponentFactoryType
--- PASS: TestComponentFactoryType (0.00s)
=== RUN   TestComponentConfigStruct
--- PASS: TestComponentConfigStruct (0.00s)
=== RUN   TestComponentLifecycle
=== RUN   TestComponentLifecycle/shutdown
=== RUN   TestComponentLifecycle/lifecycle
--- PASS: TestComponentLifecycle (0.00s)
    --- PASS: TestComponentLifecycle/shutdown (0.00s)
    --- PASS: TestComponentLifecycle/lifecycle (0.00s)
=== CONT  TestLoadConfig
=== RUN   TestLoadConfig/githubappauth
=== RUN   TestLoadConfig/githubappauth/missingid
--- PASS: TestLoadConfig (0.00s)
    --- PASS: TestLoadConfig/githubappauth (0.00s)
    --- PASS: TestLoadConfig/githubappauth/missingid (0.00s)
PASS
coverage: 80.0% of statements
ok  	github.com/liatrio/liatrio-otel-collector/extension/githubappauthextension	0.711s	coverage: 80.0% of statements
=== RUN   TestProviders
--- PASS: TestProviders (0.00s)
PASS
coverage: 100.0% of statements
ok  	github.com/liatrio/liatrio-otel-collector/extension/githubappauthextension/internal/metadata	0.400s	coverage: 100.0% of statements
running /Library/Developer/CommandLineTools/usr/bin/make test in ./internal/tools
go test -v ./... -coverprofile=coverage.out -covermode=atomic
testing: warning: no tests to run
PASS
coverage: [no statements]
ok  	github.com/liatrio/liatrio-otel-collector/internal/tools	0.267s	coverage: [no statements] [no tests to run]
running /Library/Developer/CommandLineTools/usr/bin/make test in ./receiver/gitproviderreceiver
go test -v ./... -coverprofile=coverage.out -covermode=atomic
?   	github.com/liatrio/liatrio-otel-collector/receiver/gitproviderreceiver/internal	[no test files]
=== RUN   TestLoadConfig
--- PASS: TestLoadConfig (0.00s)
=== RUN   TestLoadInvalidConfig_NoScrapers
--- PASS: TestLoadInvalidConfig_NoScrapers (0.00s)
=== RUN   TestLoadInvalidConfig_InvalidScraperKey
--- PASS: TestLoadInvalidConfig_InvalidScraperKey (0.00s)
=== RUN   TestConfig_Unmarshal
=== RUN   TestConfig_Unmarshal/Empty_Component_Parser
--- PASS: TestConfig_Unmarshal (0.00s)
    --- PASS: TestConfig_Unmarshal/Empty_Component_Parser (0.00s)
=== RUN   TestCreateDefaultConfig
--- PASS: TestCreateDefaultConfig (0.00s)
=== RUN   TestCreateReceiver
--- PASS: TestCreateReceiver (0.00s)
=== RUN   TestCreateReceiver_ScraperKeyConfigError
--- PASS: TestCreateReceiver_ScraperKeyConfigError (0.00s)
=== RUN   TestComponentFactoryType
--- PASS: TestComponentFactoryType (0.00s)
=== RUN   TestComponentConfigStruct
--- PASS: TestComponentConfigStruct (0.00s)
=== RUN   TestComponentLifecycle
=== RUN   TestComponentLifecycle/metrics-shutdown
=== RUN   TestComponentLifecycle/metrics-lifecycle
--- PASS: TestComponentLifecycle (2.00s)
    --- PASS: TestComponentLifecycle/metrics-shutdown (0.00s)
    --- PASS: TestComponentLifecycle/metrics-lifecycle (2.00s)
PASS
coverage: 80.4% of statements
ok  	github.com/liatrio/liatrio-otel-collector/receiver/gitproviderreceiver	2.571s	coverage: 80.4% of statements
=== RUN   TestMetricsBuilderConfig
=== RUN   TestMetricsBuilderConfig/default
=== RUN   TestMetricsBuilderConfig/all_set
=== RUN   TestMetricsBuilderConfig/none_set
--- PASS: TestMetricsBuilderConfig (0.00s)
    --- PASS: TestMetricsBuilderConfig/default (0.00s)
    --- PASS: TestMetricsBuilderConfig/all_set (0.00s)
    --- PASS: TestMetricsBuilderConfig/none_set (0.00s)
=== RUN   TestResourceAttributesConfig
=== RUN   TestResourceAttributesConfig/default
=== RUN   TestResourceAttributesConfig/all_set
=== RUN   TestResourceAttributesConfig/none_set
--- PASS: TestResourceAttributesConfig (0.00s)
    --- PASS: TestResourceAttributesConfig/default (0.00s)
    --- PASS: TestResourceAttributesConfig/all_set (0.00s)
    --- PASS: TestResourceAttributesConfig/none_set (0.00s)
=== RUN   TestMetricsBuilder
=== RUN   TestMetricsBuilder/default
=== RUN   TestMetricsBuilder/all_set
=== RUN   TestMetricsBuilder/none_set
=== RUN   TestMetricsBuilder/filter_set_include
=== RUN   TestMetricsBuilder/filter_set_exclude
--- PASS: TestMetricsBuilder (0.00s)
    --- PASS: TestMetricsBuilder/default (0.00s)
    --- PASS: TestMetricsBuilder/all_set (0.00s)
    --- PASS: TestMetricsBuilder/none_set (0.00s)
    --- PASS: TestMetricsBuilder/filter_set_include (0.00s)
    --- PASS: TestMetricsBuilder/filter_set_exclude (0.00s)
=== RUN   TestResourceBuilder
=== RUN   TestResourceBuilder/default
=== RUN   TestResourceBuilder/all_set
=== RUN   TestResourceBuilder/none_set
--- PASS: TestResourceBuilder (0.00s)
    --- PASS: TestResourceBuilder/default (0.00s)
    --- PASS: TestResourceBuilder/all_set (0.00s)
    --- PASS: TestResourceBuilder/none_set (0.00s)
=== RUN   TestProviders
--- PASS: TestProviders (0.00s)
PASS
coverage: 94.4% of statements
ok  	github.com/liatrio/liatrio-otel-collector/receiver/gitproviderreceiver/internal/metadata	1.382s	coverage: 94.4% of statements
=== RUN   TestConfig
--- PASS: TestConfig (0.00s)
=== RUN   TestCreateDefaultConfig
--- PASS: TestCreateDefaultConfig (0.00s)
=== RUN   TestCreateMetricsScraper
--- PASS: TestCreateMetricsScraper (0.00s)
=== RUN   TestNewGitHubScraper
--- PASS: TestNewGitHubScraper (0.00s)
=== RUN   TestScrape
=== RUN   TestScrape/TestNoRepos
=== RUN   TestScrape/TestHappyPath
=== RUN   TestScrape/TestHappyPathWithTeam
--- PASS: TestScrape (0.01s)
    --- PASS: TestScrape/TestNoRepos (0.00s)
    --- PASS: TestScrape/TestHappyPath (0.00s)
    --- PASS: TestScrape/TestHappyPathWithTeam (0.00s)
=== RUN   TestGetNumPages100
--- PASS: TestGetNumPages100 (0.00s)
=== RUN   TestGetNumPages10
--- PASS: TestGetNumPages10 (0.00s)
=== RUN   TestGetNumPages1
--- PASS: TestGetNumPages1 (0.00s)
=== RUN   TestGenDefaultSearchQueryOrg
--- PASS: TestGenDefaultSearchQueryOrg (0.00s)
=== RUN   TestGenDefaultSearchQueryUser
--- PASS: TestGenDefaultSearchQueryUser (0.00s)
=== RUN   TestGetAge
=== RUN   TestGetAge/TestHalfHourDiff
=== RUN   TestGetAge/TestHourDiff
=== RUN   TestGetAge/TestDayDiff
--- PASS: TestGetAge (0.00s)
    --- PASS: TestGetAge/TestHalfHourDiff (0.00s)
    --- PASS: TestGetAge/TestHourDiff (0.00s)
    --- PASS: TestGetAge/TestDayDiff (0.00s)
=== RUN   TestGetSearchRepos
=== RUN   TestGetSearchRepos/TestSinglePageResponse
=== RUN   TestGetSearchRepos/TestMultiPageResponse
=== RUN   TestGetSearchRepos/TestSinglePageWithVulnerabilitiesResponse
=== RUN   TestGetSearchRepos/TestMultiPageWithVulnerabilitieResponse
=== RUN   TestGetSearchRepos/Test404Response
--- PASS: TestGetSearchRepos (0.00s)
    --- PASS: TestGetSearchRepos/TestSinglePageResponse (0.00s)
    --- PASS: TestGetSearchRepos/TestMultiPageResponse (0.00s)
    --- PASS: TestGetSearchRepos/TestSinglePageWithVulnerabilitiesResponse (0.00s)
    --- PASS: TestGetSearchRepos/TestMultiPageWithVulnerabilitieResponse (0.00s)
    --- PASS: TestGetSearchRepos/Test404Response (0.00s)
=== RUN   TestCheckOwnerExists
=== RUN   TestCheckOwnerExists/TestOrgOwnerExists
=== RUN   TestCheckOwnerExists/TestUserOwnerExists
=== RUN   TestCheckOwnerExists/TestLoginError
--- PASS: TestCheckOwnerExists (0.00s)
    --- PASS: TestCheckOwnerExists/TestOrgOwnerExists (0.00s)
    --- PASS: TestCheckOwnerExists/TestUserOwnerExists (0.00s)
    --- PASS: TestCheckOwnerExists/TestLoginError (0.00s)
=== RUN   TestGetBranches
=== RUN   TestGetBranches/TestSinglePageResponse
=== RUN   TestGetBranches/TestMultiPageResponse
=== RUN   TestGetBranches/Test404Response
--- PASS: TestGetBranches (0.00s)
    --- PASS: TestGetBranches/TestSinglePageResponse (0.00s)
    --- PASS: TestGetBranches/TestMultiPageResponse (0.00s)
    --- PASS: TestGetBranches/Test404Response (0.00s)
=== RUN   TestGetContributors
=== RUN   TestGetContributors/TestSingleListContributorsResponse
=== RUN   TestGetContributors/TestMultipleListContributorsResponse
--- PASS: TestGetContributors (0.00s)
    --- PASS: TestGetContributors/TestSingleListContributorsResponse (0.00s)
    --- PASS: TestGetContributors/TestMultipleListContributorsResponse (0.00s)
=== RUN   TestGetPullRequests
=== RUN   TestGetPullRequests/TestSinglePageResponse
=== RUN   TestGetPullRequests/TestMultiPageResponse
=== RUN   TestGetPullRequests/Test404Response
--- PASS: TestGetPullRequests (0.00s)
    --- PASS: TestGetPullRequests/TestSinglePageResponse (0.00s)
    --- PASS: TestGetPullRequests/TestMultiPageResponse (0.00s)
    --- PASS: TestGetPullRequests/Test404Response (0.00s)
=== RUN   TestEvalCommits
=== RUN   TestEvalCommits/TestNoBranchChanges
=== RUN   TestEvalCommits/TestNoCommitsResponse
=== RUN   TestEvalCommits/TestSinglePageResponse
=== RUN   TestEvalCommits/TestMultiplePageResponse
=== RUN   TestEvalCommits/Test404ErrorResponse
--- PASS: TestEvalCommits (0.00s)
    --- PASS: TestEvalCommits/TestNoBranchChanges (0.00s)
    --- PASS: TestEvalCommits/TestNoCommitsResponse (0.00s)
    --- PASS: TestEvalCommits/TestSinglePageResponse (0.00s)
    --- PASS: TestEvalCommits/TestMultiplePageResponse (0.00s)
    --- PASS: TestEvalCommits/Test404ErrorResponse (0.00s)
=== RUN   TestGetCVEs
=== RUN   TestGetCVEs/TestSinglePageRespDepBotAlert
=== RUN   TestGetCVEs/TestMultiPageRespDepBotAlert
=== RUN   TestGetCVEs/TestSinglePageRespCodeScanningAlert
=== RUN   TestGetCVEs/TestMultiPageRespCodeScanningAlert
=== RUN   TestGetCVEs/TestSinglePageDepBotAndCodeScanningAlert
=== RUN   TestGetCVEs/TestMultiPageDepBotAndCodeScanningAlert
=== RUN   TestGetCVEs/TestEmptyInputDepBotAndCodeScanningAlert
--- PASS: TestGetCVEs (0.00s)
    --- PASS: TestGetCVEs/TestSinglePageRespDepBotAlert (0.00s)
    --- PASS: TestGetCVEs/TestMultiPageRespDepBotAlert (0.00s)
    --- PASS: TestGetCVEs/TestSinglePageRespCodeScanningAlert (0.00s)
    --- PASS: TestGetCVEs/TestMultiPageRespCodeScanningAlert (0.00s)
    --- PASS: TestGetCVEs/TestSinglePageDepBotAndCodeScanningAlert (0.00s)
    --- PASS: TestGetCVEs/TestMultiPageDepBotAndCodeScanningAlert (0.00s)
    --- PASS: TestGetCVEs/TestEmptyInputDepBotAndCodeScanningAlert (0.00s)
PASS
coverage: 61.3% of statements
ok  	github.com/liatrio/liatrio-otel-collector/receiver/gitproviderreceiver/internal/scraper/githubscraper	0.843s	coverage: 61.3% of statements
=== RUN   TestCreateDefaultConfig
--- PASS: TestCreateDefaultConfig (0.00s)
=== RUN   TestCreateMetricsScraper
--- PASS: TestCreateMetricsScraper (0.00s)
=== RUN   TestNewGitLabScraper
--- PASS: TestNewGitLabScraper (0.00s)
=== RUN   TestScrape
=== RUN   TestScrape/No_Projects
=== RUN   TestScrape/Happy_Path
--- PASS: TestScrape (0.00s)
    --- PASS: TestScrape/No_Projects (0.00s)
    --- PASS: TestScrape/Happy_Path (0.00s)
=== RUN   TestGetProjects
=== RUN   TestGetProjects/TestSingleProject
=== RUN   TestGetProjects/TestMultipleProjects
--- PASS: TestGetProjects (0.00s)
    --- PASS: TestGetProjects/TestSingleProject (0.00s)
    --- PASS: TestGetProjects/TestMultipleProjects (0.00s)
=== RUN   TestGetContributorCount
=== RUN   TestGetContributorCount/TestSingleContributor
=== RUN   TestGetContributorCount/TestMultipleContributors
--- PASS: TestGetContributorCount (0.00s)
    --- PASS: TestGetContributorCount/TestSingleContributor (0.00s)
    --- PASS: TestGetContributorCount/TestMultipleContributors (0.00s)
=== RUN   TestGetMergeRequests
=== RUN   TestGetMergeRequests/TestSinglePage
=== RUN   TestGetMergeRequests/TestMultiplePages
=== RUN   TestGetMergeRequests/Test404Error
--- PASS: TestGetMergeRequests (0.00s)
    --- PASS: TestGetMergeRequests/TestSinglePage (0.00s)
    --- PASS: TestGetMergeRequests/TestMultiplePages (0.00s)
    --- PASS: TestGetMergeRequests/Test404Error (0.00s)
=== RUN   TestGetCombinedMergeRequests
=== RUN   TestGetCombinedMergeRequests/TestSinglePage
=== RUN   TestGetCombinedMergeRequests/TestMultiplePages
=== RUN   TestGetCombinedMergeRequests/Test404Error
--- PASS: TestGetCombinedMergeRequests (0.00s)
    --- PASS: TestGetCombinedMergeRequests/TestSinglePage (0.00s)
    --- PASS: TestGetCombinedMergeRequests/TestMultiplePages (0.00s)
    --- PASS: TestGetCombinedMergeRequests/Test404Error (0.00s)
=== RUN   TestGetBranchNames
=== RUN   TestGetBranchNames/TestSingleBranch
=== RUN   TestGetBranchNames/TestMultipleBranches
=== RUN   TestGetBranchNames/Test404Error
--- PASS: TestGetBranchNames (0.00s)
    --- PASS: TestGetBranchNames/TestSingleBranch (0.00s)
    --- PASS: TestGetBranchNames/TestMultipleBranches (0.00s)
    --- PASS: TestGetBranchNames/Test404Error (0.00s)
=== RUN   TestGetInitialCommit
=== RUN   TestGetInitialCommit/TestSingleCommit
=== RUN   TestGetInitialCommit/TestMultipleCommits
--- PASS: TestGetInitialCommit (0.00s)
    --- PASS: TestGetInitialCommit/TestSingleCommit (0.00s)
    --- PASS: TestGetInitialCommit/TestMultipleCommits (0.00s)
PASS
coverage: 61.2% of statements
ok  	github.com/liatrio/liatrio-otel-collector/receiver/gitproviderreceiver/internal/scraper/gitlabscraper	1.127s	coverage: 61.2% of statements
/Users/jburns/git/liatrio-otel-collector/.tools/osv-scanner -r .
Scanning dir .
Scanning /Users/jburns/git/liatrio-otel-collector/ at commit 85651c6
Scanned /Users/jburns/git/liatrio-otel-collector/cmd/compgen/go.mod file and found 8 packages
Scanned /Users/jburns/git/liatrio-otel-collector/extension/githubappauthextension/go.mod file and found 49 packages
Scanned /Users/jburns/git/liatrio-otel-collector/go.mod file and found 1 package
Scanned /Users/jburns/git/liatrio-otel-collector/internal/tools/go.mod file and found 316 packages
Scanned /Users/jburns/git/liatrio-otel-collector/receiver/gitproviderreceiver/go.mod file and found 125 packages
No issues found
/Users/jburns/git/liatrio-otel-collector/.tools/multimod verify
/Users/jburns/git/liatrio-otel-collector/.tools/crosslink --root=/Users/jburns/git/liatrio-otel-collector --prune
completed successfully.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joshua Burns <[email protected]>
  • Loading branch information
renovate[bot] and jburns24 authored Sep 9, 2024
1 parent 8dba063 commit 5a21562
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 87 deletions.
58 changes: 29 additions & 29 deletions internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ go 1.23

require (
github.com/Khan/genqlient v0.7.0
github.com/golangci/golangci-lint v1.60.3
github.com/golangci/golangci-lint v1.61.0
github.com/google/osv-scanner v1.8.4
github.com/securego/gosec/v2 v2.21.1
github.com/securego/gosec/v2 v2.21.2
go.opentelemetry.io/build-tools/crosslink v0.14.0
go.opentelemetry.io/build-tools/multimod v0.14.0
go.opentelemetry.io/collector/cmd/builder v0.108.1
go.opentelemetry.io/collector/cmd/mdatagen v0.108.1
golang.org/x/tools v0.24.0
golang.org/x/tools v0.25.0
golang.org/x/vuln v1.1.3
honnef.co/go/tools v0.5.1
)
Expand All @@ -21,7 +21,7 @@ require (
4d63.com/gochecknoglobals v0.2.1 // indirect
cloud.google.com/go v0.115.1 // indirect
cloud.google.com/go/ai v0.8.0 // indirect
cloud.google.com/go/auth v0.9.1 // indirect
cloud.google.com/go/auth v0.9.3 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
cloud.google.com/go/compute/metadata v0.5.0 // indirect
cloud.google.com/go/longrunning v0.5.7 // indirect
Expand All @@ -31,16 +31,16 @@ require (
deps.dev/util/resolve v0.0.0-20240807013505-16da96fe8b66 // indirect
deps.dev/util/semver v0.0.0-20240807013505-16da96fe8b66 // indirect
github.com/4meepo/tagalign v1.3.4 // indirect
github.com/Abirdcfly/dupword v0.0.14 // indirect
github.com/Abirdcfly/dupword v0.1.1 // indirect
github.com/Antonboom/errname v0.1.13 // indirect
github.com/Antonboom/nilnil v0.1.9 // indirect
github.com/Antonboom/testifylint v1.4.3 // indirect
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c // indirect
github.com/Crocmagnon/fatcontext v0.4.0 // indirect
github.com/Crocmagnon/fatcontext v0.5.2 // indirect
github.com/CycloneDX/cyclonedx-go v0.9.0 // indirect
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 // indirect
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Masterminds/semver/v3 v3.3.0 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
github.com/ProtonMail/go-crypto v1.0.0 // indirect
Expand Down Expand Up @@ -79,13 +79,13 @@ require (
github.com/charmbracelet/x/term v0.1.1 // indirect
github.com/charmbracelet/x/windows v0.1.2 // indirect
github.com/chavacava/garif v0.1.0 // indirect
github.com/ckaznocha/intrange v0.1.2 // indirect
github.com/ckaznocha/intrange v0.2.0 // indirect
github.com/cloudflare/circl v1.3.9 // indirect
github.com/containerd/stargz-snapshotter/estargz v0.15.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/curioswitch/go-reassign v0.2.0 // indirect
github.com/cyphar/filepath-securejoin v0.3.1 // indirect
github.com/daixiang0/gci v0.13.4 // indirect
github.com/daixiang0/gci v0.13.5 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/denis-tingaikin/go-header v0.5.0 // indirect
github.com/dghubble/trie v0.1.0 // indirect
Expand Down Expand Up @@ -133,7 +133,7 @@ require (
github.com/google/go-containerregistry v0.20.2 // indirect
github.com/google/s2a-go v0.1.8 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.3 // indirect
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
github.com/gookit/color v1.5.4 // indirect
github.com/gordonklaus/ineffassign v0.1.0 // indirect
Expand Down Expand Up @@ -209,22 +209,22 @@ require (
github.com/owenrumney/go-sarif/v2 v2.3.3 // indirect
github.com/package-url/packageurl-go v0.1.3 // indirect
github.com/pandatix/go-cvss v0.6.2 // indirect
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/polyfloyd/go-errorlint v1.6.0 // indirect
github.com/prometheus/client_golang v1.20.1 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.55.0 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
github.com/quasilyte/go-ruleguard v0.4.2 // indirect
github.com/quasilyte/go-ruleguard v0.4.3-0.20240823090925-0fe6f58b47b1 // indirect
github.com/quasilyte/go-ruleguard/dsl v0.3.22 // 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/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/ryancurrah/gomodguard v1.3.3 // indirect
github.com/ryancurrah/gomodguard v1.3.5 // indirect
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
github.com/sagikazarmark/locafero v0.6.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
Expand Down Expand Up @@ -255,7 +255,7 @@ require (
github.com/stretchr/testify v1.9.0 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/tdakkota/asciicheck v0.2.0 // indirect
github.com/tetafro/godot v1.4.16 // indirect
github.com/tetafro/godot v1.4.17 // indirect
github.com/tidwall/gjson v1.17.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
Expand Down Expand Up @@ -290,30 +290,30 @@ require (
go.opentelemetry.io/collector/confmap/provider/fileprovider v0.108.1 // indirect
go.opentelemetry.io/collector/filter v0.108.1 // indirect
go.opentelemetry.io/collector/pdata v1.14.1 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 // indirect
go.opentelemetry.io/otel v1.28.0 // indirect
go.opentelemetry.io/otel/metric v1.28.0 // indirect
go.opentelemetry.io/otel/trace v1.28.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
go.opentelemetry.io/otel v1.29.0 // indirect
go.opentelemetry.io/otel/metric v1.29.0 // indirect
go.opentelemetry.io/otel/trace v1.29.0 // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
golang.org/x/exp/typeparams v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/net v0.28.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.29.0 // indirect
golang.org/x/oauth2 v0.22.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.24.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
golang.org/x/term v0.23.0 // indirect
golang.org/x/text v0.17.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/time v0.6.0 // indirect
google.golang.org/api v0.195.0 // indirect
google.golang.org/api v0.196.0 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240812133136-8ffd90a71988 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c // indirect
google.golang.org/grpc v1.65.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
google.golang.org/grpc v1.66.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand Down
Loading

0 comments on commit 5a21562

Please sign in to comment.