Remove temporary replacement for winres package dependency

This commit is contained in:
Alexandr Stelnykovych
2025-05-14 17:28:33 +03:00
parent 8f23846d1c
commit 84a8f755fe
2 changed files with 2 additions and 5 deletions

3
go.mod
View File

@@ -2,9 +2,6 @@ module github.com/safing/portmaster
go 1.22.0
// TODO: Remove when https://github.com/tc-hib/winres/pull/4 is released.
replace github.com/tc-hib/winres => github.com/dhaavi/winres v0.2.2
require (
github.com/VictoriaMetrics/metrics v1.35.1
github.com/Xuanwo/go-locale v1.1.1