diff --git a/go.mod b/go.mod index 34259d1..75282ea 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum index 643743f..1883c84 100644 --- a/go.sum +++ b/go.sum @@ -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=