go.mod 123 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 module go.opentelemetry.io/otel go 1.14 require ( github.com/google/go-cmp v0.5.3 github.com/stretchr/testify v1.6.1 )