module github.com/graph-gophers/graphql-transport-ws

go 1.15

require (
	github.com/gorilla/websocket v1.4.1
	github.com/stretchr/testify v1.7.0
)
