Skip to content

Commit

Permalink
add gorilla websocket dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Hodgetts committed Nov 3, 2022
1 parent dc3f3d3 commit d6e061e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.18
require (
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/kubeshop/kusk-gateway v1.3.12
github.com/stretchr/testify v1.8.0
gopkg.in/yaml.v3 v3.0.1
Expand Down Expand Up @@ -37,7 +38,6 @@ require (
github.com/google/gnostic v0.6.9 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/imdario/mergo v0.3.13 // indirect
github.com/invopop/yaml v0.2.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down

0 comments on commit d6e061e

Please sign in to comment.