summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2023-04-08 11:48:18 -0600
committerLuke Shumaker <lukeshu@lukeshu.com>2023-04-08 11:49:04 -0600
commita4694f183984ce78b1204e05dc869b4e66d8f775 (patch)
tree2962411f49703e0c3c87ad1c7527792da209d128 /go.mod
parente4f7af785c43f95f10c9f46cad80ca4515039130 (diff)
Update for modern Go
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..2d127d7
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.lukeshu.com/dashboard
+
+go 1.20