about summary refs log tree commit diff homepage
path: root/go.mod
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2024-07-18 02:21:09 +0900
committerNguyễn Gia Phong <cnx@loang.net>2024-07-18 02:27:46 +0900
commit03b80cbd874529eff132c753460519b8dbdc8f5c (patch)
tree21a2599723a52c7f48b9856c180ebce892e37f24 /go.mod
parentc697b6f98caa5984c22b97f2e8eec76226529a52 (diff)
downloadphylactery-03b80cbd874529eff132c753460519b8dbdc8f5c.tar.gz
Add go.mod HEAD 0.2.0 main
Minimum Go version 1.18 is chosen arbitrarily
as it was known to work in nixpkgs.
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..1beac80
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module trong.loang.net/phylactery
+
+go 1.18