Skip to content

Commit

Permalink
Bug fix: Add missing vendor deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sfomuseumbot committed Oct 3, 2024
1 parent 4df8fe7 commit 1440e1d
Show file tree
Hide file tree
Showing 31 changed files with 27,953 additions and 49 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/paulmach/orb v0.11.1
github.com/sfomuseum/go-flags v0.10.0
github.com/sfomuseum/go-http-mvt v0.0.2
github.com/sfomuseum/go-www-show v1.0.0
github.com/sfomuseum/go-www-show/v2 v2.0.0
)

require (
Expand All @@ -22,6 +22,7 @@ require (
github.com/paulmach/protoscan v0.2.1 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
go.mongodb.org/mongo-driver v1.11.4 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,17 @@ github.com/sfomuseum/go-flags v0.10.0 h1:1OC1ACxpWMsl3XQ9OeNVMQj7Zi2CzufP3Rym3mP
github.com/sfomuseum/go-flags v0.10.0/go.mod h1:VXOnnX1/yxQpX2yiwHaBV6aCmhtszQOL5bL1/nNo3co=
github.com/sfomuseum/go-http-mvt v0.0.2 h1:QBtqxRSVerE9UyDBWPIaEQYkfHDAXN52JYrZsa83JOg=
github.com/sfomuseum/go-http-mvt v0.0.2/go.mod h1:ZYz/rgVk/8PbqRYJpbUF0WQns3WP/gm0vE2JVcKn+YI=
github.com/sfomuseum/go-www-show v1.0.0 h1:Q0vRdbCz2Ulqgut85vm0kRyO7FXPbO/gay5QMuWPqk8=
github.com/sfomuseum/go-www-show v1.0.0/go.mod h1:P2RVABhL8JumRWLHXQ6AA8epIkBSTWAZ5LlL7zO07TE=
github.com/sfomuseum/go-www-show/v2 v2.0.0 h1:tHyhky1Uam2D9WbQOzdVqu3cAe9V39O67/rC0m1LLK4=
github.com/sfomuseum/go-www-show/v2 v2.0.0/go.mod h1:LOUt8PTCL4/fDeznDJRfo7KlyOMj/IzTSwBvoGcg5sI=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=
github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6 h1:VQpB2SpK88C6B5lPHTuSZKb2Qee1QWwiFlC5CKY4AW0=
github.com/webview/webview_go v0.0.0-20240831120633-6173450d4dd6/go.mod h1:yE65LFCeWf4kyWD5re+h4XNvOHJEXOCOuJZ4v8l5sgk=
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
github.com/xdg-go/scram v1.1.1/go.mod h1:RaEWvsqvNKKvBPvcKeFjrG2cJqOkHTiyTpzz23ni57g=
github.com/xdg-go/stringprep v1.0.3/go.mod h1:W3f5j4i+9rC0kuIEJL0ky1VpHXQU3ocBgklLGvcBnW8=
Expand Down
2 changes: 0 additions & 2 deletions vendor/github.com/sfomuseum/go-www-show/.gitignore

This file was deleted.

38 changes: 0 additions & 38 deletions vendor/github.com/sfomuseum/go-www-show/README.md

This file was deleted.

5 changes: 5 additions & 0 deletions vendor/github.com/sfomuseum/go-www-show/v2/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/sfomuseum/go-www-show/v2/Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 111 additions & 0 deletions vendor/github.com/sfomuseum/go-www-show/v2/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

103 changes: 103 additions & 0 deletions vendor/github.com/sfomuseum/go-www-show/v2/browser_webview.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/github.com/webview/webview_go/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions vendor/github.com/webview/webview_go/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1440e1d

Please sign in to comment.