Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions receiver/googlecloudspannerreceiver/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ go 1.18

require (
cloud.google.com/go/spanner v1.39.0
github.com/stretchr/testify v1.8.0
github.com/stretchr/testify v1.11.1
go.opentelemetry.io/collector v0.60.1-0.20220923151520-96e9af35c002
go.uber.org/zap v1.23.0
google.golang.org/api v0.97.0
gopkg.in/yaml.v3 v3.0.1

)

require (
Expand Down Expand Up @@ -51,7 +50,7 @@ require (
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
go.opencensus.io v0.23.0 // indirect
go.opentelemetry.io/otel v1.10.0 // indirect
go.opentelemetry.io/otel/metric v0.32.1 // indirect
Expand Down
9 changes: 4 additions & 5 deletions receiver/googlecloudspannerreceiver/go.sum

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

Loading