diff --git a/go.mod b/go.mod index 4374060..daac31e 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( github.com/hugo-fixit/FixIt v0.3.17-0.20241227073812-30a67c4b523b // indirect - github.com/hugo-fixit/cmpt-translate v1.5.0 // indirect + github.com/hugo-fixit/cmpt-translate v1.5.1 // indirect github.com/hugo-fixit/component-projects v1.5.3 // indirect github.com/hugo-fixit/shortcode-caniuse v1.2.2 // indirect github.com/hugo-fixit/shortcode-rewards v1.0.5 // indirect diff --git a/go.sum b/go.sum index 83a2f09..33dd2e9 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/hugo-fixit/FixIt v0.3.17-0.20241227073812-30a67c4b523b h1:MtJjdg27kAkFmcggkLKfmVEE5GgvwoxeiwwxPuP+VQo= github.com/hugo-fixit/FixIt v0.3.17-0.20241227073812-30a67c4b523b/go.mod h1:3XIRedrqakO7/a4ZnhE46haMRF8HgsT0N0B5j5D2iRU= -github.com/hugo-fixit/cmpt-translate v1.5.0 h1:UoJ+YzVvn13CzwhMzRcXxnaFh1gDSH/1K/WyUeTcwvY= -github.com/hugo-fixit/cmpt-translate v1.5.0/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4= +github.com/hugo-fixit/cmpt-translate v1.5.1 h1:99yoO0tcTaYnUjEh0wUjdGWbgwXY3AHZS+n+TqNHb3o= +github.com/hugo-fixit/cmpt-translate v1.5.1/go.mod h1:JZ0STubquTlRgyyGhGPlt2s0KJ1gCa99+P8ltTwQRM4= github.com/hugo-fixit/component-projects v1.5.3 h1:phKG//aW4sF9CSUn6kJry2ovBGSlJzxF5H7+ZSlemQw= github.com/hugo-fixit/component-projects v1.5.3/go.mod h1:nXW0R37REwpfwUD1I4RtB5QW71vw66nRyB9uEpYxr+c= github.com/hugo-fixit/shortcode-caniuse v1.2.2 h1:cuJVdJ1A0IgJnMQjifCDeRSRxIY0plTgs+wthCbrIls=