-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e2677ba
commit 6564d69
Showing
3 changed files
with
67 additions
and
76 deletions.
There are no files selected for viewing
Submodule .pdf-turtle-playground
updated
3 files
+599 −637 | package-lock.json | |
+5 −1 | src/App.vue | |
+18 −7 | src/components/About.vue |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,49 @@ | ||
module github.com/lucas-gaitzsch/pdf-turtle | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.8.1 | ||
github.com/PuerkitoBio/goquery v1.9.1 | ||
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b | ||
github.com/alexflint/go-arg v1.4.3 | ||
github.com/aymerick/raymond v2.0.2+incompatible | ||
github.com/boombuler/barcode v1.0.1 | ||
github.com/chromedp/cdproto v0.0.0-20231114014204-3e458d5176f9 | ||
github.com/chromedp/chromedp v0.9.3 | ||
github.com/chromedp/cdproto v0.0.0-20240421230201-ab917191657d | ||
github.com/chromedp/chromedp v0.9.5 | ||
github.com/flosch/pongo2/v5 v5.0.0 | ||
github.com/gofiber/fiber/v2 v2.51.0 | ||
github.com/google/uuid v1.4.0 | ||
github.com/rs/zerolog v1.31.0 | ||
github.com/gofiber/fiber/v2 v2.52.4 | ||
github.com/google/uuid v1.6.0 | ||
github.com/rs/zerolog v1.32.0 | ||
github.com/swaggo/fiber-swagger v1.3.0 | ||
github.com/swaggo/swag v1.16.2 | ||
golang.org/x/net v0.18.0 | ||
github.com/swaggo/swag v1.16.3 | ||
golang.org/x/net v0.24.0 | ||
) | ||
|
||
require ( | ||
github.com/KyleBanks/depth v1.2.1 // indirect | ||
github.com/alexflint/go-scalar v1.2.0 // indirect | ||
github.com/andybalholm/brotli v1.0.6 // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/andybalholm/cascadia v1.3.2 // indirect | ||
github.com/chromedp/sysutil v1.0.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.20.0 // indirect | ||
github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
github.com/go-openapi/spec v0.20.9 // indirect | ||
github.com/go-openapi/swag v0.22.4 // indirect | ||
github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||
github.com/go-openapi/jsonreference v0.21.0 // indirect | ||
github.com/go-openapi/spec v0.21.0 // indirect | ||
github.com/go-openapi/swag v0.23.0 // indirect | ||
github.com/gobwas/httphead v0.1.0 // indirect | ||
github.com/gobwas/pool v0.2.1 // indirect | ||
github.com/gobwas/ws v1.3.1 // indirect | ||
github.com/gobwas/ws v1.3.2 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/klauspost/compress v1.17.2 // indirect | ||
github.com/klauspost/compress v1.17.8 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/rivo/uniseg v0.4.4 // indirect | ||
github.com/rogpeppe/go-internal v1.11.0 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/swaggo/files v1.0.1 // indirect | ||
github.com/valyala/bytebufferpool v1.0.0 // indirect | ||
github.com/valyala/fasthttp v1.51.0 // indirect | ||
github.com/valyala/fasthttp v1.52.0 // indirect | ||
github.com/valyala/tcplisten v1.0.0 // indirect | ||
golang.org/x/sys v0.14.0 // indirect | ||
golang.org/x/tools v0.15.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
golang.org/x/tools v0.20.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.