fix trailing newline

Signed-off-by: Lucas Perreau <lucas.perreau@ext.adeo.com>
This commit is contained in:
Lucas Perreau
2021-09-21 09:38:04 +02:00
parent 8f1034b79f
commit 72dbfe200c
3 changed files with 14 additions and 2 deletions

3
go.mod
View File

@@ -32,10 +32,11 @@ require (
go.opentelemetry.io/otel/exporters/jaeger v1.0.0-RC1
go.opentelemetry.io/otel/sdk v1.0.0-RC1
go.opentelemetry.io/otel/trace v1.0.0-RC1
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c // indirect
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
golang.org/x/tools v0.1.6 // indirect
google.golang.org/grpc v1.40.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)