Add go.mod

This commit is contained in:
Elara 2023-06-22 14:33:18 -07:00
parent f61880af78
commit d961786040
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module go.elara.ws/vercmp
go 1.20
require golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 h1:k/i9J1pBpvlfR+9QsetwPyERsqu1GIbi967PQMq3Ivc=
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1/go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w=