aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2024-01-21 12:09:39 -0700
committerJordan <me@jordan.im>2024-01-21 12:09:39 -0700
commit22a894c813bab20665ed5830e253d967aefb2e8b (patch)
tree57de00adeb25f18d3888faffab1f97ebace57783 /go.mod
downloadpipkin-22a894c813bab20665ed5830e253d967aefb2e8b.tar.gz
pipkin-22a894c813bab20665ed5830e253d967aefb2e8b.zip
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..efb957a
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module main
+
+go 1.21.5