Skip to content

Commit

Permalink
[chore] [exporter/sumologic] sync internal package with Sumo Logic re…
Browse files Browse the repository at this point in the history
…pository (#31480)

**Description:**

Those files can be added independently of their usage which should make
other PRs smaller

**Link to tracking Issue:** #31479

**Testing:**

Unit tests

**Documentation:** N/A

---------

Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
  • Loading branch information
sumo-drosiek authored Apr 9, 2024
1 parent 13fca79 commit decc66f
Show file tree
Hide file tree
Showing 4 changed files with 381 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exporter/sumologicexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.21

require (
github.com/stretchr/testify v1.9.0
go.opencensus.io v0.24.0
go.opentelemetry.io/collector/component v0.97.1-0.20240404121116-4f1a8936d26b
go.opentelemetry.io/collector/config/confighttp v0.97.1-0.20240404121116-4f1a8936d26b
go.opentelemetry.io/collector/config/configretry v0.97.1-0.20240404121116-4f1a8936d26b
Expand All @@ -26,6 +27,7 @@ require (
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/uuid v1.6.0 // indirect
Expand Down
76 changes: 76 additions & 0 deletions exporter/sumologicexporter/go.sum

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

Loading

0 comments on commit decc66f

Please sign in to comment.