Switch to go module

This commit is contained in:
Ian Gulliver
2022-10-23 05:19:01 +00:00
parent 561953e4af
commit 4ec86044d6
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/firestuff/slidetogether
go 1.18
require github.com/google/uuid v1.3.0