Skip to content

Commit

Permalink
Bump go version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Mar 19, 2024
1 parent 191da00 commit 83c1726
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion core/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dynatrace-oss/opentelemetry-exporter-go/core

go 1.15
go 1.17

require (
github.com/stretchr/testify v1.7.1
Expand All @@ -9,3 +9,12 @@ require (
go.opentelemetry.io/otel/trace v1.7.0
google.golang.org/protobuf v1.33.0
)

require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)

0 comments on commit 83c1726

Please sign in to comment.