init: go work file

This commit is contained in:
Carlosokumu 2024-08-15 11:07:27 +03:00
parent 7dfe709e75
commit e6d94567b1
2 changed files with 10 additions and 0 deletions

7
go.work Normal file
View File

@ -0,0 +1,7 @@
go 1.22.6
use (
./go-vise
.
)

3
go.work.sum Normal file
View File

@ -0,0 +1,3 @@
github.com/alecthomas/assert/v2 v2.2.2/go.mod h1:pXcQ2Asjp247dahGEmsZ6ru0UVwnkhktn7S0bBDLxvQ=
github.com/alecthomas/repr v0.2.0/go.mod h1:Fr0507jx4eOXV7AlPV6AVZLYrLIuIeSOWtW57eE/O/4=
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=