go.mod
Some checks failed
Go / build (push) Failing after 43s

This commit is contained in:
majomi 2024-07-15 16:37:49 +02:00
parent 8959a664ff
commit 142ccac8dc
Signed by: majomi
SSH Key Fingerprint: SHA256:VYTIGShChSqrGhLmmBZAmfYtjdyj+HLrfJ1Hb6d/0O8
2 changed files with 6 additions and 1 deletions

5
go.mod
View File

@ -2,6 +2,9 @@ module git.m3d.pw/majomi/tag
go 1.20
require github.com/dhowden/itl v0.0.0-20170329215456-9fbe21093131
require (
github.com/dhowden/itl v0.0.0-20170329215456-9fbe21093131
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8
)
require github.com/dhowden/plist v0.0.0-20141002110153-5db6e0d9931a // indirect

2
go.sum
View File

@ -2,3 +2,5 @@ github.com/dhowden/itl v0.0.0-20170329215456-9fbe21093131 h1:siEGb+iB1Ea75U7BnkY
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=
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8 h1:OtSeLS5y0Uy01jaKK4mA/WVIYtpzVm63vLVAPzJXigg=
github.com/dhowden/tag v0.0.0-20240417053706-3d75831295e8/go.mod h1:apkPC/CR3s48O2D7Y++n1XWEpgPNNCjXYga3PPbJe2E=