summaryrefslogtreecommitdiff
path: root/internal/tools/go.mod
diff options
context:
space:
mode:
authorSaumit <justsaumit@protonmail.com>2025-09-27 02:14:26 +0530
committerSaumit <justsaumit@protonmail.com>2025-09-27 02:14:26 +0530
commit82e03978b89938219958032efb1448cc76baa181 (patch)
tree626f3e54d52ecd49be0ed3bee30abacc0453d081 /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.mod5
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