File: go.mod

package info (click to toggle)
golang-github-igm-sockjs-go 3.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 512 kB
  • sloc: javascript: 39; makefile: 5
file content (8 lines) | stat: -rw-r--r-- 130 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/igm/sockjs-go/v3

go 1.14

require (
	github.com/gorilla/websocket v1.4.2
	github.com/stretchr/testify v1.5.1
)