-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/chromedp/chromedp from 0.9.5 to 0.10.0
Bumps [github.com/chromedp/chromedp](https://github.com/chromedp/chromedp) from 0.9.5 to 0.10.0. - [Release notes](https://github.com/chromedp/chromedp/releases) - [Commits](chromedp/chromedp@v0.9.5...v0.10.0) --- updated-dependencies: - dependency-name: github.com/chromedp/chromedp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
9a9bd9e
commit 5466ac1
Showing
2 changed files
with
10 additions
and
13 deletions.
There are no files selected for viewing
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,16 +1,15 @@ | ||
module github.com/insomniacslk/irc-slack | ||
|
||
require ( | ||
github.com/chromedp/cdproto v0.0.0-20240426225625-909263490071 | ||
github.com/chromedp/chromedp v0.9.5 | ||
github.com/chromedp/cdproto v0.0.0-20240801214329-3f85d328b335 | ||
github.com/chromedp/chromedp v0.10.0 | ||
github.com/coredhcp/coredhcp v0.0.0-20231020075302-1cd0fca8759a | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/slack-go/slack v0.14.0 | ||
github.com/spf13/pflag v1.0.6-0.20201009195203-85dd5c8bc61c | ||
github.com/stretchr/testify v1.9.0 | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sys v0.19.0 // indirect | ||
) | ||
|
||
go 1.14 |
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