blob: 95f9aa4e1501201f09110e3f697f1b0bc8d66303 [file] [log] [blame]
Mahir Gunyel82f98dd2023-07-24 10:29:49 +03001module go.opentelemetry.io/otel
2
3go 1.14
4
5require (
6 github.com/google/go-cmp v0.5.2
7 github.com/stretchr/testify v1.6.1
8)