Move vm into subdir

This commit is contained in:
Ian Gulliver
2021-11-16 20:41:57 -10:00
parent cf33a52392
commit db33045391
10 changed files with 1 additions and 1 deletions

8
go.mod
View File

@@ -1,8 +0,0 @@
module github.com/firestuff/vm
go 1.17
require (
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 // indirect
github.com/pkg/errors v0.9.1 // indirect
)