Skip to content

Commit

Permalink
fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
go-follow committed Jan 14, 2024
1 parent 7764cbb commit 6ad5050
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions exporter/cassandraexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

package cassandraexporter // import "github.com/open-telemetry/opentelemetry-collector-contrib/exporter/cassandraexporter"
import (
"go.opentelemetry.io/collector/config/configopaque"
"time"

"go.opentelemetry.io/collector/config/configopaque"
)

type Config struct {
Expand All @@ -16,8 +17,7 @@ type Config struct {
LogsTable string `mapstructure:"logs_table"`
Replication Replication `mapstructure:"replication"`
Compression Compression `mapstructure:"compression"`
Auth Auth `mapstructure:"auth"`

Auth Auth `mapstructure:"auth"`
}

type Replication struct {
Expand Down
2 changes: 1 addition & 1 deletion exporter/cassandraexporter/exporter_logs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ package cassandraexporter

import (
"errors"
"github.com/gocql/gocql"
"testing"

"github.com/gocql/gocql"
"github.com/stretchr/testify/require"
)

Expand Down
1 change: 1 addition & 0 deletions exporter/cassandraexporter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ require (
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.92.0
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/collector/component v0.92.1-0.20240112172857-83d463ceba06
go.opentelemetry.io/collector/config/configopaque v0.92.0
go.opentelemetry.io/collector/confmap v0.92.1-0.20240112172857-83d463ceba06
go.opentelemetry.io/collector/exporter v0.92.1-0.20240112172857-83d463ceba06
go.opentelemetry.io/collector/pdata v1.0.2-0.20240112172857-83d463ceba06
Expand Down
2 changes: 2 additions & 0 deletions exporter/cassandraexporter/go.sum

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

0 comments on commit 6ad5050

Please sign in to comment.