slack-go/slack

replace gorilla/websocket dependency which is no longer maintained

jfatta opened this issue · 2 comments

jfatta commented

Description

slack-go/slack uses github.com/gorilla/websocket which is no longer maintained now according to:
https://github.com/gorilla#gorilla-toolkit

It would be useful to replace this dependency with a maintained module for security purposes initially.

@jfatta Do you know any other modules which is maintaned?

ehakan commented

There is nbio. Has websockets, integrates with stdlib and projects like echo, gin, go-chi.