go.mod: add go mod files (#91)

This commit is contained in:
David Howden 2022-06-18 09:16:05 +10:00 committed by GitHub
parent 77907a30b7
commit c3f9cefce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

7
go.mod Normal file
View File

@ -0,0 +1,7 @@
module github.com/dhowden/tag
go 1.18
require github.com/dhowden/itl v0.0.0-20170329215456-9fbe21093131
require github.com/dhowden/plist v0.0.0-20141002110153-5db6e0d9931a // indirect

4
go.sum Normal file
View File

@ -0,0 +1,4 @@
github.com/dhowden/itl v0.0.0-20170329215456-9fbe21093131 h1:siEGb+iB1Ea75U7BnkYVSqSRzE6QHlXCbqEXenxRmhQ=
github.com/dhowden/itl v0.0.0-20170329215456-9fbe21093131/go.mod h1:eVWQJVQ67aMvYhpkDwaH2Goy2vo6v8JCMfGXfQ9sPtw=
github.com/dhowden/plist v0.0.0-20141002110153-5db6e0d9931a h1:7MucP9rMAsQRcRE1sGpvMZoTxFYZlDmfDvCH+z7H+90=
github.com/dhowden/plist v0.0.0-20141002110153-5db6e0d9931a/go.mod h1:sLjdR6uwx3L6/Py8F+QgAfeiuY87xuYGwCDqRFrvCzw=