diff --git a/go.mod b/go.mod index f0e95d7..e65e9ba 100644 --- a/go.mod +++ b/go.mod @@ -1,11 +1,11 @@ module github.com/nothub/mrpack-install -go 1.25.4 +go 1.26.4 require ( github.com/google/uuid v1.6.0 github.com/nothub/hashutils v0.4.1 - github.com/nothub/semver v0.11.1 + github.com/nothub/semver v0.11.2 github.com/spf13/cobra v1.10.2 github.com/spf13/viper v1.21.0 ) diff --git a/go.sum b/go.sum index 82153f5..d430375 100644 --- a/go.sum +++ b/go.sum @@ -19,8 +19,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= github.com/nothub/hashutils v0.4.1 h1:pN4PLPviIXF1V+KA3BPPgrATB4KGozzQQfMAN5ELdas= github.com/nothub/hashutils v0.4.1/go.mod h1:iGq7MeGKpA6EC9kiLQTC/PsjFwpgXbKs6F/lNihRboc= -github.com/nothub/semver v0.11.1 h1:X6WmesSulHrvBxWoXPRlI6cdbHK2xFKgPeeedf88zUA= -github.com/nothub/semver v0.11.1/go.mod h1:gSRy1ydCNu2q4ZsC5rqmlSqMJHic+0bS6ahd2AADGjc= +github.com/nothub/semver v0.11.2 h1:QawwRtnuLyJOh7rXpXUxDnRHOBG23knsMgPhDHssauY= +github.com/nothub/semver v0.11.2/go.mod h1:Qhla1qELjWSxLEFSgLqqGoftQ1efzqromlaIhrlHasU= github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4= github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=