Added go.mod

This commit is contained in:
DataHoarder 2022-02-23 16:03:51 +01:00
parent 50ea06ed5a
commit 2cb8ba7ff5
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View file

@ -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

2
go.sum Normal file
View file

@ -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=