File: go.mod

package info (click to toggle)
golang-github-slack-go-slack 0.11.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,720 kB
  • sloc: makefile: 54
file content (12 lines) | stat: -rw-r--r-- 290 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
module github.com/slack-go/slack

go 1.16

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/go-test/deep v1.0.4
	github.com/google/go-cmp v0.5.7
	github.com/gorilla/websocket v1.4.2
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/stretchr/testify v1.2.2
)