From fc63adf55849f748a37cef4c425a19a1c0f0e76e Mon Sep 17 00:00:00 2001 From: hanemile Date: Sun, 19 Jul 2020 01:56:09 +0200 Subject: initial commit --- src/structs/go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/structs/go.mod (limited to 'src/structs/go.mod') 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 -- cgit 1.4.1