Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module go.osspkg.com/grape
go 1.24.4

require (
go.osspkg.com/algorithms v1.6.0
go.osspkg.com/algorithms v1.6.1
go.osspkg.com/casecheck v0.3.0
go.osspkg.com/config v0.2.0
go.osspkg.com/console v0.3.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8Hm
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8=
github.com/mailru/easyjson v0.9.1/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
go.osspkg.com/algorithms v1.6.0 h1:8WBXOAW/BE3olXKq4AaaRaD60BoCv1apk4EyoKyeFxM=
go.osspkg.com/algorithms v1.6.0/go.mod h1:Dm8yePWdcvzIdPGDQTuusNpCin8kMGMLaGOAQ62GREc=
go.osspkg.com/algorithms v1.6.1 h1:Boduh7kuqdw9r/mOkAvN4cyZX1yqUVp7gZtLqBeIHkY=
go.osspkg.com/algorithms v1.6.1/go.mod h1:QojMfdersOcebMu/VfERA8Jsn+s/9TGELgaRFiyGuq0=
go.osspkg.com/casecheck v0.3.0 h1:x15blEszElbrHrEH5H02JIIhGIg/lGZzIt1kQlD3pwM=
go.osspkg.com/casecheck v0.3.0/go.mod h1:TRFXDMFJEOtnlp3ET2Hix3osbxwPWhvaiT/HfD3+gBA=
go.osspkg.com/config v0.2.0 h1:nPf14TX+HnVgOtlX1vobeTl//bQ3T/fAhXASaDRZ5rI=
Expand Down