aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKumar Damani <me@kumardamani.net>2022-06-06 23:04:32 +0000
committerKumar Damani <me@kumardamani.net>2022-06-07 02:06:24 +0000
commit4445692f75e4e4072cc4940bcb9eff80ae5559f0 (patch)
treea4a0be4ce7d2fc057e7697aef4d3707a49bc1fd8 /go.mod
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..22f687d
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module gitlab.com/kdam0/nccli
+
+go 1.18