websocket/go.mod

10 lines
135 B
Modula-2
Raw Normal View History

2018-12-18 10:24:45 +03:00
module github.com/gorilla/websocket
go 1.20
retract (
v1.5.2 // tag accidentally overwritten
)
require golang.org/x/net v0.26.0