This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Golang to 1.17 and updated golang.org/x/net to latest version
- Loading branch information
1 parent
306c3e0
commit 76c6490
Showing
5 changed files
with
12 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
module github.com/aerokube/selenoid-ui | ||
|
||
go 1.15 | ||
go 1.17 | ||
|
||
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/gorilla/websocket v1.4.0 // indirect | ||
github.com/hashicorp/go-version v1.2.1 // indirect | ||
github.com/koding/websocketproxy v0.0.0-20180716164433-0fa3f994f6e7 | ||
github.com/mitchellh/gox v1.0.1 // indirect | ||
github.com/rakyll/statik v0.1.7 | ||
golang.org/x/crypto v0.0.0-20201002094018-c90954cbb977 // indirect | ||
golang.org/x/net v0.0.0-20200930145003-4acb6c075d10 // indirect | ||
golang.org/x/net v0.0.0-20211008194852-3b03d305991f // 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