go.mod: update opentelemetry modules to v1.0.0

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-09-16 13:06:18 +02:00
parent 483e23bdcd
commit 483d2e947f
100 changed files with 2835 additions and 1545 deletions

View File

@@ -52,8 +52,8 @@ import (
// 10. Send out the CL for review and submit it.
const (
Major = 1
Minor = 26
Patch = 0
Minor = 27
Patch = 1
PreRelease = ""
)