aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJoop Kiefte <ikojba@gmail.com>2021-12-10 13:01:14 +0000
committerGitHub <noreply@github.com>2021-12-10 13:01:14 +0000
commit7aa71680132984ba729c12af727fddd6d23670d2 (patch)
tree8cc5be934b5f6a0720245f0f2e1b8f365e26eec7 /go.mod
parentf0b034381cb18671b9ffe718b01ed429c33fbd12 (diff)
Implement Proof of Work
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..7c42f9f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module git.kiefte.eu/lapingvino/infodump
+
+go 1.17