diff options
| author | Saumit <justsaumit@protonmail.com> | 2025-09-27 02:14:26 +0530 |
|---|---|---|
| committer | Saumit <justsaumit@protonmail.com> | 2025-09-27 02:14:26 +0530 |
| commit | 82e03978b89938219958032efb1448cc76baa181 (patch) | |
| tree | 626f3e54d52ecd49be0ed3bee30abacc0453d081 /internal/tools/go.mod | |
Initial snapshot - OpenTelemetry demo 2.1.3 -f
Diffstat (limited to 'internal/tools/go.mod')
| -rw-r--r-- | internal/tools/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/tools/go.mod b/internal/tools/go.mod new file mode 100644 index 0000000..aeac23a --- /dev/null +++ b/internal/tools/go.mod @@ -0,0 +1,5 @@ +module github.com/open-telemetry/opentelemetry-specification/internal/tools + +go 1.12 + +require github.com/client9/misspell v0.3.4 |
