Skip to content

Commit

Permalink
perf: Fork fogleman/gg. (#352)
Browse files Browse the repository at this point in the history
This commit updates folgeman/gg to use our own fork that includes
performance enhancements.
  • Loading branch information
betterengineering authored Aug 4, 2022
1 parent ecae45a commit ec2acb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ module tidbyt.dev/pixlet

go 1.19

replace github.com/fogleman/gg => github.com/tidbyt/gg v0.0.0-20220804144917-ec82497a6952

require (
github.com/antchfx/xmlquery v1.3.12
github.com/dustin/go-humanize v1.0.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1F
github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk=
github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
github.com/tidbyt/gg v0.0.0-20220804144917-ec82497a6952 h1:3agIRXeUIES9tRYpCdlV8ftNnP0IO8sm2VX68etJf3Q=
github.com/tidbyt/gg v0.0.0-20220804144917-ec82497a6952/go.mod h1:+SCm6iJHe2lfsQzlbLCsd5XsTKYSD0VqtQmWMnNs9OE=
github.com/tidbyt/go-libwebp v0.0.0-20201015173751-7718986fb5f2 h1:T/jkZO+VeoP9QPPAidWR89NWUeT4VluF2vMLgmZtSy8=
github.com/tidbyt/go-libwebp v0.0.0-20201015173751-7718986fb5f2/go.mod h1:p1Ify/wlo/z2CCUv0o+4j4lvBvEf1SWO5LYRDmadNY0=
github.com/tidbyt/go-libwebp v0.0.0-20220302033350-dd1cead28df2 h1:X0FYTOmj5qBsrwvVOtBdk7JnE28et4PwBGj8cWuY3f4=
Expand Down

0 comments on commit ec2acb3

Please sign in to comment.