Changed go.mod version to 1.19

This commit is contained in:
Sasha Koshka 2024-02-21 13:49:46 -05:00
parent 418e013dda
commit 9d43ef75ee
2 changed files with 5 additions and 1 deletions

4
go.mod
View File

@ -1,5 +1,7 @@
module git.tebibyte.media/sashakoshka/fspl
go 1.21
go 1.19
require github.com/mewmew/float v0.0.0-20201204173432-505706aa38fa
require github.com/google/uuid v1.6.0

2
go.sum
View File

@ -1,2 +1,4 @@
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/mewmew/float v0.0.0-20201204173432-505706aa38fa h1:R27wrYHe8Zik4z/EV8xxfoH3cwMJw3qI4xsI3yYkGDQ=
github.com/mewmew/float v0.0.0-20201204173432-505706aa38fa/go.mod h1:O+xb+8ycBNHzJicFVs7GRWtruD4tVZI0huVnw5TM01E=