-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.0-rc9: migrate to modules (#138)
- Loading branch information
Showing
5 changed files
with
25 additions
and
83 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
module github.com/mkenney/go-chrome | ||
|
||
go 1.18 | ||
|
||
require ( | ||
github.com/bdlm/errors v0.1.1 | ||
github.com/bdlm/log v0.1.20 | ||
github.com/bdlm/std v1.0.1 | ||
github.com/gorilla/websocket v1.5.0 | ||
) | ||
|
||
require ( | ||
github.com/stretchr/testify v1.7.1 // indirect | ||
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect | ||
golang.org/x/sys v0.0.0-20220412071739-889880a91fd5 // indirect | ||
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect | ||
) |
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
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