From 1ad36ee5b94b08323443ebb39e8fc3494c600caa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:49:20 +0000 Subject: [PATCH 1/2] fix(deps): update opentelemetry-go monorepo to v1.30.0 --- receiver/gitproviderreceiver/go.mod | 6 +++--- receiver/gitproviderreceiver/go.sum | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/receiver/gitproviderreceiver/go.mod b/receiver/gitproviderreceiver/go.mod index 4ae7a800..d8677519 100644 --- a/receiver/gitproviderreceiver/go.mod +++ b/receiver/gitproviderreceiver/go.mod @@ -113,7 +113,7 @@ require ( go.opentelemetry.io/collector/processor v0.109.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect go.opentelemetry.io/contrib/propagators/b3 v1.29.0 // indirect - go.opentelemetry.io/otel v1.29.0 // indirect + go.opentelemetry.io/otel v1.30.0 // indirect go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.29.0 // indirect go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.29.0 // indirect go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect @@ -122,10 +122,10 @@ require ( go.opentelemetry.io/otel/exporters/prometheus v0.51.0 // indirect go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.29.0 // indirect go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29.0 // indirect - go.opentelemetry.io/otel/metric v1.29.0 + go.opentelemetry.io/otel/metric v1.30.0 go.opentelemetry.io/otel/sdk v1.29.0 // indirect go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect - go.opentelemetry.io/otel/trace v1.29.0 + go.opentelemetry.io/otel/trace v1.30.0 go.opentelemetry.io/proto/otlp v1.3.1 // indirect go.uber.org/multierr v1.11.0 // indirect golang.org/x/net v0.28.0 // indirect diff --git a/receiver/gitproviderreceiver/go.sum b/receiver/gitproviderreceiver/go.sum index 7326e6d4..5ecdb897 100644 --- a/receiver/gitproviderreceiver/go.sum +++ b/receiver/gitproviderreceiver/go.sum @@ -238,6 +238,8 @@ go.opentelemetry.io/contrib/zpages v0.54.0 h1:tSfm/LEK5E46sd5qx/Y9o4iQ65ipLubV0U go.opentelemetry.io/contrib/zpages v0.54.0/go.mod h1:sbe4/RH3CFKkdM5zuGwfziKjvkqUOK9hSgLFckiVZUI= go.opentelemetry.io/otel v1.29.0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw= go.opentelemetry.io/otel v1.29.0/go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8= +go.opentelemetry.io/otel v1.30.0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts= +go.opentelemetry.io/otel v1.30.0/go.mod h1:tFw4Br9b7fOS+uEao81PJjVMjW/5fvNCbpsDIXqP0pc= go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.5.0 h1:4d++HQ+Ihdl+53zSjtsCUFDmNMju2FC9qFkUlTxPLqo= go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.5.0/go.mod h1:mQX5dTO3Mh5ZF7bPKDkt5c/7C41u/SiDr9XgTpzXXn8= go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.29.0 h1:k6fQVDQexDE+3jG2SfCQjnHS7OamcP73YMoxEVq5B6k= @@ -262,6 +264,8 @@ go.opentelemetry.io/otel/log v0.5.0 h1:x1Pr6Y3gnXgl1iFBwtGy1W/mnzENoK0w0ZoaeOI3i go.opentelemetry.io/otel/log v0.5.0/go.mod h1:NU/ozXeGuOR5/mjCRXYbTC00NFJ3NYuraV/7O78F0rE= go.opentelemetry.io/otel/metric v1.29.0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc= go.opentelemetry.io/otel/metric v1.29.0/go.mod h1:auu/QWieFVWx+DmQOUMgj0F8LHWdgalxXqvp7BII/W8= +go.opentelemetry.io/otel/metric v1.30.0 h1:4xNulvn9gjzo4hjg+wzIKG7iNFEaBMX00Qd4QIZs7+w= +go.opentelemetry.io/otel/metric v1.30.0/go.mod h1:aXTfST94tswhWEb+5QjlSqG+cZlmyXy/u8jFpor3WqQ= go.opentelemetry.io/otel/sdk v1.29.0 h1:vkqKjk7gwhS8VaWb0POZKmIEDimRCMsopNYnriHyryo= go.opentelemetry.io/otel/sdk v1.29.0/go.mod h1:pM8Dx5WKnvxLCb+8lG1PRNIDxu9g9b9g59Qr7hfAAok= go.opentelemetry.io/otel/sdk/log v0.5.0 h1:A+9lSjlZGxkQOr7QSBJcuyyYBw79CufQ69saiJLey7o= @@ -270,6 +274,8 @@ go.opentelemetry.io/otel/sdk/metric v1.29.0 h1:K2CfmJohnRgvZ9UAj2/FhIf/okdWcNdBw go.opentelemetry.io/otel/sdk/metric v1.29.0/go.mod h1:6zZLdCl2fkauYoZIOn/soQIDSWFmNSRcICarHfuhNJQ= go.opentelemetry.io/otel/trace v1.29.0 h1:J/8ZNK4XgR7a21DZUAsbF8pZ5Jcw1VhACmnYt39JTi4= go.opentelemetry.io/otel/trace v1.29.0/go.mod h1:eHl3w0sp3paPkYstJOmAimxhiFXPg+MMTlEh3nsQgWQ= +go.opentelemetry.io/otel/trace v1.30.0 h1:7UBkkYzeg3C7kQX8VAidWh2biiQbtAKjyIML8dQ9wmc= +go.opentelemetry.io/otel/trace v1.30.0/go.mod h1:5EyKqTzzmyqB9bwtCCq6pDLktPK6fmGf/Dph+8VI02o= go.opentelemetry.io/proto/otlp v1.3.1 h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0= go.opentelemetry.io/proto/otlp v1.3.1/go.mod h1:0X1WI4de4ZsLrrJNLAQbFeLCm3T7yBkR0XqQ7niQU+8= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= From f90e66e25539819fd6687bc47b29154352c1046b Mon Sep 17 00:00:00 2001 From: Joshua Burns Date: Thu, 12 Sep 2024 13:55:34 -0700 Subject: [PATCH 2/2] chore(deps): result of running 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 coverage: 0.0% of statements github.com/liatrio/compgen/cmd 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.406s coverage: 89.3% of statements === RUN TestRun --- PASS: TestRun (1.07s) PASS coverage: 81.2% of statements ok github.com/liatrio/compgen/cmd/receiver 1.542s 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.425s 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.621s 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.254s 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.819s 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 0.446s 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 1.106s 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.01s) --- 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.391s 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 1ad36ee5b94b08323443ebb39e8fc3494c600caa 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 48 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 314 packages Scanned /Users/jburns/git/liatrio-otel-collector/receiver/gitproviderreceiver/go.mod file and found 131 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. --- receiver/gitproviderreceiver/go.sum | 6 ------ 1 file changed, 6 deletions(-) diff --git a/receiver/gitproviderreceiver/go.sum b/receiver/gitproviderreceiver/go.sum index 5ecdb897..606542f6 100644 --- a/receiver/gitproviderreceiver/go.sum +++ b/receiver/gitproviderreceiver/go.sum @@ -236,8 +236,6 @@ go.opentelemetry.io/contrib/propagators/b3 v1.29.0 h1:hNjyoRsAACnhoOLWupItUjABze go.opentelemetry.io/contrib/propagators/b3 v1.29.0/go.mod h1:E76MTitU1Niwo5NSN+mVxkyLu4h4h7Dp/yh38F2WuIU= go.opentelemetry.io/contrib/zpages v0.54.0 h1:tSfm/LEK5E46sd5qx/Y9o4iQ65ipLubV0Una7veXFlA= go.opentelemetry.io/contrib/zpages v0.54.0/go.mod h1:sbe4/RH3CFKkdM5zuGwfziKjvkqUOK9hSgLFckiVZUI= -go.opentelemetry.io/otel v1.29.0 h1:PdomN/Al4q/lN6iBJEN3AwPvUiHPMlt93c8bqTG5Llw= -go.opentelemetry.io/otel v1.29.0/go.mod h1:N/WtXPs1CNCUEx+Agz5uouwCba+i+bJGFicT8SR4NP8= go.opentelemetry.io/otel v1.30.0 h1:F2t8sK4qf1fAmY9ua4ohFS/K+FUuOPemHUIXHtktrts= go.opentelemetry.io/otel v1.30.0/go.mod h1:tFw4Br9b7fOS+uEao81PJjVMjW/5fvNCbpsDIXqP0pc= go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.5.0 h1:4d++HQ+Ihdl+53zSjtsCUFDmNMju2FC9qFkUlTxPLqo= @@ -262,8 +260,6 @@ go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29.0 h1:X3ZjNp36/WlkSYx go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.29.0/go.mod h1:2uL/xnOXh0CHOBFCWXz5u1A4GXLiW+0IQIzVbeOEQ0U= go.opentelemetry.io/otel/log v0.5.0 h1:x1Pr6Y3gnXgl1iFBwtGy1W/mnzENoK0w0ZoaeOI3i30= go.opentelemetry.io/otel/log v0.5.0/go.mod h1:NU/ozXeGuOR5/mjCRXYbTC00NFJ3NYuraV/7O78F0rE= -go.opentelemetry.io/otel/metric v1.29.0 h1:vPf/HFWTNkPu1aYeIsc98l4ktOQaL6LeSoeV2g+8YLc= -go.opentelemetry.io/otel/metric v1.29.0/go.mod h1:auu/QWieFVWx+DmQOUMgj0F8LHWdgalxXqvp7BII/W8= go.opentelemetry.io/otel/metric v1.30.0 h1:4xNulvn9gjzo4hjg+wzIKG7iNFEaBMX00Qd4QIZs7+w= go.opentelemetry.io/otel/metric v1.30.0/go.mod h1:aXTfST94tswhWEb+5QjlSqG+cZlmyXy/u8jFpor3WqQ= go.opentelemetry.io/otel/sdk v1.29.0 h1:vkqKjk7gwhS8VaWb0POZKmIEDimRCMsopNYnriHyryo= @@ -272,8 +268,6 @@ go.opentelemetry.io/otel/sdk/log v0.5.0 h1:A+9lSjlZGxkQOr7QSBJcuyyYBw79CufQ69sai go.opentelemetry.io/otel/sdk/log v0.5.0/go.mod h1:zjxIW7sw1IHolZL2KlSAtrUi8JHttoeiQy43Yl3WuVQ= go.opentelemetry.io/otel/sdk/metric v1.29.0 h1:K2CfmJohnRgvZ9UAj2/FhIf/okdWcNdBwe1m8xFXiSY= go.opentelemetry.io/otel/sdk/metric v1.29.0/go.mod h1:6zZLdCl2fkauYoZIOn/soQIDSWFmNSRcICarHfuhNJQ= -go.opentelemetry.io/otel/trace v1.29.0 h1:J/8ZNK4XgR7a21DZUAsbF8pZ5Jcw1VhACmnYt39JTi4= -go.opentelemetry.io/otel/trace v1.29.0/go.mod h1:eHl3w0sp3paPkYstJOmAimxhiFXPg+MMTlEh3nsQgWQ= go.opentelemetry.io/otel/trace v1.30.0 h1:7UBkkYzeg3C7kQX8VAidWh2biiQbtAKjyIML8dQ9wmc= go.opentelemetry.io/otel/trace v1.30.0/go.mod h1:5EyKqTzzmyqB9bwtCCq6pDLktPK6fmGf/Dph+8VI02o= go.opentelemetry.io/proto/otlp v1.3.1 h1:TrMUixzpM0yuc/znrFTP9MMRh8trP93mkCiDVeXrui0=