diff --git a/go.mod b/go.mod index f11fbdb..eebf96a 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module git.tebibtye.media/sashakoshka/stonecal go 1.19 -require git.tebibyte.media/sashakoshka/stone v0.4.1 +require git.tebibyte.media/sashakoshka/stone v0.5.0 require ( github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect diff --git a/go.sum b/go.sum index e88af06..21a2cbe 100644 --- a/go.sum +++ b/go.sum @@ -1,5 +1,5 @@ -git.tebibyte.media/sashakoshka/stone v0.4.1 h1:cKV5cX+y3DHfOBXXLzZ+TFV+fs3Jx+k7XevmDaINu0Q= -git.tebibyte.media/sashakoshka/stone v0.4.1/go.mod h1:ISnqmX6xvItOot3eW3YWLcNFeJrGpKetQGQniAjnU2A= +git.tebibyte.media/sashakoshka/stone v0.5.0 h1:gWVe2EbiGHOzhHOPlTBwKBVsuOz93B5eDbedteQbSRg= +git.tebibyte.media/sashakoshka/stone v0.5.0/go.mod h1:ISnqmX6xvItOot3eW3YWLcNFeJrGpKetQGQniAjnU2A= github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 h1:1qlsVAQJXZHsaM8b6OLVo6muQUQd4CwkH/D3fnnbHXA= github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298/go.mod h1:D+QujdIlUNfa0igpNMk6UIvlb6C252URs4yupRUV4lQ= github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 h1:lTG4HQym5oPKjL7nGs+csTgiDna685ZXjxijkne828g=