-
Notifications
You must be signed in to change notification settings - Fork 297
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 #381 from rymdport/go118
Update Go module version to 1.18
- Loading branch information
Showing
2 changed files
with
19 additions
and
4 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,14 +1,30 @@ | ||
module nhooyr.io/websocket | ||
|
||
go 1.13 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/gin-gonic/gin v1.6.3 | ||
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect | ||
github.com/gobwas/pool v0.2.0 // indirect | ||
github.com/gobwas/ws v1.0.2 | ||
github.com/golang/protobuf v1.3.5 | ||
github.com/google/go-cmp v0.4.0 | ||
github.com/gorilla/websocket v1.4.1 | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 | ||
) | ||
|
||
require ( | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
github.com/go-playground/locales v0.13.0 // indirect | ||
github.com/go-playground/universal-translator v0.17.0 // indirect | ||
github.com/go-playground/validator/v10 v10.2.0 // indirect | ||
github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee // indirect | ||
github.com/gobwas/pool v0.2.0 // indirect | ||
github.com/json-iterator/go v1.1.9 // indirect | ||
github.com/leodido/go-urn v1.2.0 // indirect | ||
github.com/mattn/go-isatty v0.0.12 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect | ||
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 // indirect | ||
github.com/ugorji/go/codec v1.1.7 // indirect | ||
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 // indirect | ||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect | ||
gopkg.in/yaml.v2 v2.2.8 // 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