Added go module

This commit is contained in:
Šimon Jan Šustek 2021-09-10 18:44:01 +02:00
parent 448ed4805a
commit 8a8857445d
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module gitlab.com/patek-devs/2019-mfp/fancyn
go 1.16
require github.com/gorilla/websocket v1.4.2

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=