Skip to content

Commit

Permalink
Update to new location
Browse files Browse the repository at this point in the history
  • Loading branch information
pgundlach committed Jul 7, 2024
1 parent 6e601b2 commit 920439c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion core/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ import (
"github.com/boxesandglue/boxesandglue/backend/node"
"github.com/boxesandglue/boxesandglue/frontend"
"github.com/boxesandglue/boxesandglue/frontend/pdfdraw"
"github.com/boxesandglue/textlayout/harfbuzz"
"github.com/speedata/goxml"
"github.com/speedata/goxpath"
xpath "github.com/speedata/goxpath"
"github.com/speedata/textlayout/harfbuzz"
)

type commandFunc func(*xtsDocument, *goxml.Element) (xpath.Sequence, error)
Expand Down
4 changes: 2 additions & 2 deletions core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (
"github.com/boxesandglue/boxesandglue/backend/node"
"github.com/boxesandglue/boxesandglue/frontend"
"github.com/boxesandglue/boxesandglue/frontend/pdfdraw"
"github.com/speedata/csshtml"
"github.com/boxesandglue/csshtml"
"github.com/boxesandglue/htmlbag"
"github.com/speedata/goxml"
xpath "github.com/speedata/goxpath"
"github.com/speedata/htmlbag"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion core/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/boxesandglue/boxesandglue/backend/bag"
"github.com/boxesandglue/boxesandglue/backend/node"
"github.com/boxesandglue/boxesandglue/frontend"
"github.com/speedata/csshtml"
"github.com/boxesandglue/csshtml"
"github.com/speedata/goxml"
xpath "github.com/speedata/goxpath"
)
Expand Down
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ require (
github.com/gammazero/workerpool v1.1.3
github.com/mitchellh/mapstructure v1.5.0
github.com/pelletier/go-toml/v2 v2.0.8
github.com/speedata/bagme v0.0.0-20231122103953-256f1f9cad43
github.com/boxesandglue/bagme v0.0.0-20231122103953-256f1f9cad43
github.com/speedata/barcode v0.0.0-20230307084753-486c4d51cb34
github.com/speedata/baseline-pdf v0.0.0-20231122102911-d3b0bd534820
github.com/speedata/boxesandglue v0.0.0-20240119151805-b77b46eaf674
github.com/boxesandglue/baseline-pdf v0.0.0-20231122102911-d3b0bd534820
github.com/boxesandglue/boxesandglue v0.0.0-20240119151805-b77b46eaf674
github.com/speedata/goxlsx v1.0.2
github.com/speedata/goxml v0.0.0-20230322084327-216af189a791
github.com/speedata/goxpath v0.0.0-20230709190058-ca75de231e9c
github.com/speedata/optionparser v1.0.2
github.com/speedata/textlayout v0.0.0-20230827181055-b7ff752e85ae
github.com/boxesandglue/textlayout v0.0.0-20230827181055-b7ff752e85ae
github.com/yuin/goldmark v1.4.13
github.com/yuin/goldmark-highlighting v0.0.0-20220208100518-863be1970863
github.com/yuin/gopher-lua v1.1.0
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZ
github.com/pelletier/go-toml/v2 v2.0.8/go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/speedata/bagme v0.0.0-20231122103953-256f1f9cad43 h1:eTjHeSrkU95qLt8IHwsDXxnPqcfn0IWV4ZS/9eAAthE=
github.com/speedata/bagme v0.0.0-20231122103953-256f1f9cad43/go.mod h1:8K2cip1jpc+tSubAc4C3ZB9btTHy/5mysZiXIPs5NYw=
github.com/boxesandglue/bagme v0.0.0-20231122103953-256f1f9cad43 h1:eTjHeSrkU95qLt8IHwsDXxnPqcfn0IWV4ZS/9eAAthE=
github.com/boxesandglue/bagme v0.0.0-20231122103953-256f1f9cad43/go.mod h1:8K2cip1jpc+tSubAc4C3ZB9btTHy/5mysZiXIPs5NYw=
github.com/speedata/barcode v0.0.0-20230307084753-486c4d51cb34 h1:FeXq9Yh4eiH+dqkWW/HVzXhLghaNoXxzLG+tjdlduYw=
github.com/speedata/barcode v0.0.0-20230307084753-486c4d51cb34/go.mod h1:BNwJ2io3ZgecUqunSUFAlfnnI8YTh3SLSHZgs5vaoTY=
github.com/speedata/baseline-pdf v0.0.0-20231122102911-d3b0bd534820 h1:7oxf+dMF062+vl2NXMOa9AEG2eQw5jo+UPh2QtbEeKE=
github.com/speedata/baseline-pdf v0.0.0-20231122102911-d3b0bd534820/go.mod h1:ptfWHTOg/v3zstZUxF9DwET4q4NOMCGyzDvtm11SIWs=
github.com/boxesandglue/baseline-pdf v0.0.0-20231122102911-d3b0bd534820 h1:7oxf+dMF062+vl2NXMOa9AEG2eQw5jo+UPh2QtbEeKE=
github.com/boxesandglue/baseline-pdf v0.0.0-20231122102911-d3b0bd534820/go.mod h1:ptfWHTOg/v3zstZUxF9DwET4q4NOMCGyzDvtm11SIWs=
github.com/speedata/boxesandglue v0.0.0-20240119151805-b77b46eaf674 h1:va8GWTsCvJqfpBc1NJHMTNNbiimTA+3910Pn1ivwl6A=
github.com/speedata/boxesandglue v0.0.0-20240119151805-b77b46eaf674/go.mod h1:aY9s4r8n11js7y/rUvPH9IZKjhENTbwp8TjhFigP/XE=
github.com/speedata/css/scanner v0.0.0-20201005071706-2ed32c3ce553 h1:L9Sqi5S7G4JjODI5tZZ1IzZ7Yb4s71xFOq/uZtLv1Wg=
Expand All @@ -48,8 +48,8 @@ github.com/speedata/hyphenation v1.0.2 h1:2rDCtAqNfbf+E56SsqbmNApsVx9CH+4fwIh1RZ
github.com/speedata/hyphenation v1.0.2/go.mod h1:vwrKKvBvJWFll0sVZw99hyWS/+r4YlMI7MAYjnje0nM=
github.com/speedata/optionparser v1.0.2 h1:AzdBomgOBVjH1KyxvoFnEHjiqLch+B1PVxEWYske+aI=
github.com/speedata/optionparser v1.0.2/go.mod h1:JzOMd1kGlM5gtPBy7reOayfHsTXCvd6P4JU8BW0LicE=
github.com/speedata/textlayout v0.0.0-20230827181055-b7ff752e85ae h1:WREBj80Ov1CmfmpLHyValOTcb2YhiHFBrdD2drUlfZM=
github.com/speedata/textlayout v0.0.0-20230827181055-b7ff752e85ae/go.mod h1:5yI24VPA1OjAI56+oF5XzsbIgu2elJhwIDb5SWdniN8=
github.com/boxesandglue/textlayout v0.0.0-20230827181055-b7ff752e85ae h1:WREBj80Ov1CmfmpLHyValOTcb2YhiHFBrdD2drUlfZM=
github.com/boxesandglue/textlayout v0.0.0-20230827181055-b7ff752e85ae/go.mod h1:5yI24VPA1OjAI56+oF5XzsbIgu2elJhwIDb5SWdniN8=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
Expand Down
2 changes: 1 addition & 1 deletion xts/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
"strings"
"time"

"github.com/boxesandglue/textlayout/fonts/truetype"
"github.com/pelletier/go-toml/v2"
"github.com/speedata/optionparser"
"github.com/speedata/textlayout/fonts/truetype"
"github.com/speedata/xts/core"
)

Expand Down

0 comments on commit 920439c

Please sign in to comment.