Move go.mod to top level

This commit is contained in:
Ian Gulliver
2021-11-18 17:44:40 -10:00
parent bacbcc38d8
commit 8e34c67f11
7 changed files with 9 additions and 79 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
module github.com/firestuff/subcoding
go 1.17
require (
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
github.com/pkg/errors v0.9.1
gopkg.in/yaml.v2 v2.4.0
)