about summary refs log tree commit diff
path: root/src/structs/go.mod
diff options
context:
space:
mode:
authorhanemile <mail@emile.space>2020-07-19 01:56:09 +0200
committerhanemile <mail@emile.space>2020-07-19 01:56:09 +0200
commitfc63adf55849f748a37cef4c425a19a1c0f0e76e (patch)
tree034c6ab3abb08fe15c702298f294226f1b0071c2 /src/structs/go.mod
initial commit
Diffstat (limited to 'src/structs/go.mod')
-rw-r--r--src/structs/go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/structs/go.mod b/src/structs/go.mod
new file mode 100644
index 0000000..f7ef1fb
--- /dev/null
+++ b/src/structs/go.mod
@@ -0,0 +1,5 @@
+module git.darknebu.la/chaosdorf/freitagsfoo/src/structs
+
+go 1.13
+
+require github.com/google/uuid v1.1.1