2
0

fix(deps): pin go-ini/ini to v1.66.6
Some checks failed
Build and Release / Create Release (push) Has been skipped
Build and Release / Unit Tests (push) Failing after 35s
Build and Release / Integration Tests (PostgreSQL) (push) Failing after 1m6s
Build and Release / Lint (push) Failing after 1m29s
Build and Release / Build Binaries (amd64, windows, windows-latest) (push) Has been skipped
Build and Release / Build Binaries (amd64, linux, linux-latest) (push) Has been skipped
Build and Release / Build Binaries (amd64, darwin, macos) (push) Has been skipped
Build and Release / Build Binaries (arm64, darwin, macos) (push) Has been skipped
Build and Release / Build Binary (linux/arm64) (push) Has been skipped

Pin to last version before module path changed to gopkg.in/ini.v1 to maintain compatibility with existing imports
This commit is contained in:
2026-01-25 12:15:11 -05:00
parent 8e1948ce7a
commit 86a10cb4cb
2 changed files with 5 additions and 2 deletions

3
go.mod
View File

@@ -318,6 +318,9 @@ replace github.com/nektos/act => gitea.com/gitea/act v0.261.7-0.20251003180512-a
replace git.sr.ht/~mariusor/go-xsd-duration => gitea.com/gitea/go-xsd-duration v0.0.0-20220703122237-02e73435a078
// Pin go-ini/ini to v1.66.6 (last version before module path changed to gopkg.in/ini.v1)
replace github.com/go-ini/ini => github.com/go-ini/ini v1.66.6
// Use GitCaddy fork with capability support
replace code.gitea.io/actions-proto-go => git.marketally.com/gitcaddy/actions-proto-go v0.5.8