-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GH-260: Updated go version to 1.20 in go.mod. Ran go mod tidy
- Loading branch information
Showing
2 changed files
with
9 additions
and
7 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,15 +1,21 @@ | ||
module github.com/resgateio/resgate | ||
|
||
go 1.13 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/bsm/openmetrics v0.3.1 | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/jirenius/timerqueue v1.0.0 | ||
github.com/nats-io/nats-server/v2 v2.6.6 // indirect | ||
github.com/nats-io/nats.go v1.13.1-0.20211122170419-d7c1d78a50fc | ||
github.com/posener/wstest v1.2.0 | ||
github.com/rs/xid v1.3.0 | ||
) | ||
|
||
require ( | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/nats-io/nats-server/v2 v2.6.6 // indirect | ||
github.com/nats-io/nkeys v0.3.0 // indirect | ||
github.com/nats-io/nuid v1.0.1 // indirect | ||
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e // indirect | ||
google.golang.org/protobuf v1.27.1 // 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