mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-16 10:19:23 +02:00
0aadfb27bc
* Prepare for releasing v0.16.0 * Prepare CHANGELOG for v0.16.0 release Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
13 lines
239 B
Modula-2
13 lines
239 B
Modula-2
module go.opentelemetry.io/otel/sdk
|
|
|
|
go 1.14
|
|
|
|
replace go.opentelemetry.io/otel => ../
|
|
|
|
require (
|
|
github.com/benbjohnson/clock v1.0.3
|
|
github.com/google/go-cmp v0.5.4
|
|
github.com/stretchr/testify v1.6.1
|
|
go.opentelemetry.io/otel v0.16.0
|
|
)
|