-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #509 from vania-pooh/master
Bump Golang to 1.19.3 and dependencies
- Loading branch information
Showing
7 changed files
with
21 additions
and
12 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
module github.com/aerokube/selenoid-ui | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/aandryashin/matchers v0.0.0-20161126170413-435295ea180e | ||
github.com/abbot/go-http-auth v0.4.0 | ||
github.com/aerokube/util v0.0.0-20181001032247-3a9b3f70da09 | ||
github.com/koding/websocketproxy v0.0.0-20180716164433-0fa3f994f6e7 | ||
github.com/koding/websocketproxy v0.0.0-20181220232114-7ed82d81a28c | ||
github.com/rakyll/statik v0.1.7 | ||
) | ||
|
||
require ( | ||
github.com/gorilla/websocket v1.4.0 // indirect | ||
golang.org/x/crypto v0.0.0-20201002094018-c90954cbb977 // indirect | ||
golang.org/x/net v0.0.0-20211008194852-3b03d305991f // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
golang.org/x/crypto v0.3.0 // indirect | ||
golang.org/x/net v0.2.0 // 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