blob: 95f9aa4e1501201f09110e3f697f1b0bc8d66303 [file] [log] [blame]
Joey Armstrong5f51f2e2023-01-17 17:06:26 -05001module 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)