diff --git a/go.mod b/go.mod index bd1c917..946ef67 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ // Code generated by "go.opentelemetry.io/collector/cmd/builder". DO NOT EDIT. -module github.com/rancher-sandbox/opni-otel-collector +module github.com/open-panoptes/opni-otel-collector go 1.20 @@ -322,7 +322,7 @@ require ( sigs.k8s.io/yaml v1.3.0 // indirect ) -replace github.com/open-telemetry/opentelemetry-collector-contrib/exporter/opensearchexporter => github.com/rancher-sandbox/otel-collector-contrib/exporter/opensearchexporter v0.0.0-20230926210425-8779039d6bfd +replace github.com/open-telemetry/opentelemetry-collector-contrib/exporter/opensearchexporter => github.com/open-panoptes/opentelemetry-collector-contrib/exporter/opensearchexporter v0.0.0-20230926210425-8779039d6bfd // ambiguous import: found package cloud.google.com/go/compute/metadata in multiple modules replace cloud.google.com/go => cloud.google.com/go v0.110.2 diff --git a/go.sum b/go.sum index e694190..411cb15 100644 --- a/go.sum +++ b/go.sum @@ -1150,6 +1150,8 @@ github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI= +github.com/open-panoptes/opentelemetry-collector-contrib/exporter/opensearchexporter v0.0.0-20230926210425-8779039d6bfd h1:eyqA/0z8o/YpiG6YhgmejyQ8qt9o527/vHkalFeE96s= +github.com/open-panoptes/opentelemetry-collector-contrib/exporter/opensearchexporter v0.0.0-20230926210425-8779039d6bfd/go.mod h1:UVo2frF4B7xKfw9c2yUYUcRFVTj/84kXELIZqOdivB4= github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.85.0 h1:pmX1xywF9ZhS8Qo44xp7U4/tEhKJO3c0E20EqfEbhC4= github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.85.0/go.mod h1:GU9a92SNvLcioVmKa+B6tgxdofn1zaVEYgbCOTN0zE8= github.com/open-telemetry/opentelemetry-collector-contrib/exporter/jaegerexporter v0.85.0 h1:NyqJDAgm3VC1UNrTW0gv2auQoTlaCEcit5c0On0oYG4= @@ -1332,8 +1334,6 @@ github.com/prometheus/prometheus v0.47.0 h1:tIJJKZGlmrMVsvIt6rMfB8he7CRHEc8ZxS5u github.com/prometheus/prometheus v0.47.0/go.mod h1:J/bmOSjgH7lFxz2gZhrWEZs2i64vMS+HIuZfmYNhJ/M= github.com/prometheus/statsd_exporter v0.22.7 h1:7Pji/i2GuhK6Lu7DHrtTkFmNBCudCPT1pX2CziuyQR0= github.com/prometheus/statsd_exporter v0.22.7/go.mod h1:N/TevpjkIh9ccs6nuzY3jQn9dFqnUakOjnEuMPJJJnI= -github.com/rancher-sandbox/otel-collector-contrib/exporter/opensearchexporter v0.0.0-20230926210425-8779039d6bfd h1:LZCCkYTSkqQAmmUL78KGvJXLHKbioNb+qFZ1dHby35w= -github.com/rancher-sandbox/otel-collector-contrib/exporter/opensearchexporter v0.0.0-20230926210425-8779039d6bfd/go.mod h1:UVo2frF4B7xKfw9c2yUYUcRFVTj/84kXELIZqOdivB4= github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 h1:N/ElC8H3+5XpJzTSTfLsJV/mx9Q9g7kxmchpfZyxgzM= github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0/go.mod h1:qqbHyh8v60DhA7CoWK5oRCqLrMHRGoxYCSS9EjAz6Eo= diff --git a/ocb-config.yaml b/ocb-config.yaml index 517d8d8..d8c6e15 100644 --- a/ocb-config.yaml +++ b/ocb-config.yaml @@ -1,5 +1,5 @@ dist: - module: github.com/rancher-sandbox/opni-otel-collector # the module name for the new distribution, following Go mod conventions. Optional, but recommended. + module: github.com/open-panoptes/opni-otel-collector # the module name for the new distribution, following Go mod conventions. Optional, but recommended. name: otelcol-custom # the binary name. Optional. description: "Custom OpenTelemetry Collector distribution" # a long name for the application. Optional. otelcol_version: "0.85.0" @@ -54,4 +54,4 @@ processors: - gomod: github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.85.0 replaces: -- github.com/open-telemetry/opentelemetry-collector-contrib/exporter/opensearchexporter => github.com/rancher-sandbox/otel-collector-contrib/exporter/opensearchexporter v0.0.0-20230926210425-8779039d6bfd + - github.com/open-telemetry/opentelemetry-collector-contrib/exporter/opensearchexporter => github.com/open-panoptes/opentelemetry-collector-contrib/exporter/opensearchexporter v0.0.0-20230926210425-8779039d6bfd