From 2cb8ba7ff5222ff572b38aa9bda383d2aab36bfa Mon Sep 17 00:00:00 2001 From: WeebDataHoarder <57538841+WeebDataHoarder@users.noreply.github.com> Date: Wed, 23 Feb 2022 16:03:51 +0100 Subject: [PATCH] Added go.mod --- go.mod | 5 +++++ go.sum | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 go.mod create mode 100644 go.sum diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..7021637 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module git.gammaspectra.live/S.O.N.G/goflac + +go 1.17 + +require github.com/cocoonlife/testify v0.0.0-20160218172820-792cc1faeb64 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..ceb4c4d --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/cocoonlife/testify v0.0.0-20160218172820-792cc1faeb64 h1:LjPYdzoFSAJ5Tr/ElL8kzTJghXgpnOjJVbgd1UvZB1o= +github.com/cocoonlife/testify v0.0.0-20160218172820-792cc1faeb64/go.mod h1:LoCAz53rbPcqs8Da2BjB/yDy4gxMtiSQmqnYI/DGH+U=