Overview
Upgrade github.com/candango/httpok from v0.1.0 to v0.2.0 so NvimIM no
longer pulls the Redis session backend into its dependency graph.
httpok remains a valid dependency through gopeasant; it does not need to
be removed from the project.
Requirements
- Upgrade
httpok to v0.2.0 or a later Redis-free release.
- Keep the existing
gopeasant protocol integration working.
- Preserve the current
httpok test helper unless it becomes incompatible.
- Confirm that Redis is no longer present in the module and build dependency
graph.
Acceptance criteria
go list -deps ./... contains no Redis packages.
go mod tidy leaves no Redis module in go.mod or go.sum.
go test ./... and go vet ./... pass.
- GitHub release fetching and protocol tests remain functional.
Overview
Upgrade
github.com/candango/httpokfromv0.1.0tov0.2.0so NvimIM nolonger pulls the Redis session backend into its dependency graph.
httpokremains a valid dependency throughgopeasant; it does not need tobe removed from the project.
Requirements
httpoktov0.2.0or a later Redis-free release.gopeasantprotocol integration working.httpoktest helper unless it becomes incompatible.graph.
Acceptance criteria
go list -deps ./...contains no Redis packages.go mod tidyleaves no Redis module ingo.modorgo.sum.go test ./...andgo vet ./...pass.