Skip to content

Commit 91f027b

Browse files
Bump github.com/gorilla/websocket
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 0.0.0-20170926233335-4201258b820c to 1.5.0. - [Release notes](https://github.com/gorilla/websocket/releases) - [Commits](https://github.com/gorilla/websocket/commits/v1.5.0) --- updated-dependencies: - dependency-name: github.com/gorilla/websocket dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5e709fd commit 91f027b

File tree

2 files changed

+20
-43
lines changed

2 files changed

+20
-43
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/grafana/grafana-starter-datasource-backend
33
go 1.16
44

55
require (
6-
github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c
6+
github.com/gorilla/websocket v1.5.0
77
github.com/grafana/grafana-plugin-sdk-go v0.158.0
88
)

0 commit comments

Comments
 (0)