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

2
go.sum Normal file
View File

@@ -0,0 +1,2 @@
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=