fix: add go.mod

This commit is contained in:
2023-06-02 17:05:14 +03:00
parent b664bed5a5
commit 653472d013
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module github.com/andoma-go/fastxor
go 1.20
require golang.org/x/sys v0.8.0
+2
View File
@@ -0,0 +1,2 @@
golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU=
golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=