fix go mod
This commit is contained in:
parent
948c176ece
commit
fda061b6fe
1 changed files with 1 additions and 1 deletions
2
go.mod
generated
2
go.mod
generated
|
|
@ -9,6 +9,7 @@ require (
|
|||
github.com/dop251/goja v0.0.0-20230122112309-96b1610dd4f7
|
||||
github.com/fsnotify/fsnotify v1.6.0
|
||||
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
|
||||
github.com/jung-kurt/gofpdf v1.16.2
|
||||
github.com/lucasb-eyer/go-colorful v1.2.0
|
||||
github.com/mazznoer/csscolorparser v0.1.3
|
||||
github.com/playwright-community/playwright-go v0.2000.1
|
||||
|
|
@ -33,7 +34,6 @@ require (
|
|||
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
|
||||
github.com/go-stack/stack v1.8.1 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||
github.com/jung-kurt/gofpdf v1.16.2 // indirect
|
||||
github.com/klauspost/compress v1.10.3 // indirect
|
||||
github.com/mattn/go-colorable v0.1.9 // indirect
|
||||
github.com/mattn/go-isatty v0.0.14 // indirect
|
||||
|
|
|
|||
Loading…
Reference in a new issue