slack-go / slack

Slack API in Go, originally by @nlopes; Maintainers needed, contact @parsley42
https://pkg.go.dev/github.com/slack-go/slack
BSD 2-Clause "Simplified" License
4.63k stars 1.12k forks source link

replace gorilla/websocket dependency which is no longer maintained #1154

Closed jfatta closed 6 months ago

jfatta commented 1 year ago

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.

kanata2 commented 1 year ago

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

ehakan commented 1 year ago

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