blob: 95f9aa4e1501201f09110e3f697f1b0bc8d66303 [file] [log] [blame]
Elia Battistonaa7a0482022-08-17 12:24:02 +00001module 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)