Skip to content

Commit

Permalink
Updating cdproto dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kenshaw committed Jul 25, 2022
1 parent 8b68c92 commit 1ccc8f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion device/gen.go
Expand Up @@ -85,7 +85,7 @@ func run(out string) error {
}

var (
startRE = regexp.MustCompile(`(?m)^const\s+devices:\s*Device\[\]\s*=\s*\[`)
startRE = regexp.MustCompile(`(?m)^const\s+deviceArray:\s*Device\[\]\s*=\s*\[`)
endRE = regexp.MustCompile(`(?m)^\];`)
fixLandscapeRE = regexp.MustCompile(`isLandscape:\s*(true|false),`)
fixKeysRE = regexp.MustCompile(`(?m)^(\s+)([a-zA-Z]+):`)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -3,7 +3,7 @@ module github.com/chromedp/chromedp
go 1.18

require (
github.com/chromedp/cdproto v0.0.0-20220720105051-fd2b6dcad39e
github.com/chromedp/cdproto v0.0.0-20220725225757-5988d9195a6c
github.com/gobwas/ws v1.1.0
github.com/mailru/easyjson v0.7.7
github.com/orisano/pixelmatch v0.0.0-20210112091706-4fa4c7ba91d5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
@@ -1,5 +1,7 @@
github.com/chromedp/cdproto v0.0.0-20220720105051-fd2b6dcad39e h1:AX1yO5n3vfVFvwPtuJAp6ut5qq+MU2Rir5yO9+yk1Mg=
github.com/chromedp/cdproto v0.0.0-20220720105051-fd2b6dcad39e/go.mod h1:5Y4sD/eXpwrChIuxhSr/G20n9CdbCmoerOHnuAf0Zr0=
github.com/chromedp/cdproto v0.0.0-20220725225757-5988d9195a6c h1:Gm+DujZPVAtQNTLhbg5PExjRNfhdTCSMLvJ/pFfY4aY=
github.com/chromedp/cdproto v0.0.0-20220725225757-5988d9195a6c/go.mod h1:5Y4sD/eXpwrChIuxhSr/G20n9CdbCmoerOHnuAf0Zr0=
github.com/chromedp/sysutil v1.0.0 h1:+ZxhTpfpZlmchB58ih/LBHX52ky7w2VhQVKQMucy3Ic=
github.com/chromedp/sysutil v1.0.0/go.mod h1:kgWmDdq8fTzXYcKIBqIYvRRTnYb9aNS9moAV0xufSww=
github.com/gobwas/httphead v0.1.0 h1:exrUm0f4YX0L7EBwZHuCF4GDp8aJfVeBrlLQrs6NqWU=
Expand Down

0 comments on commit 1ccc8f5

Please sign in to comment.