-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (27 loc) · 1.15 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module github.com/dyncan/slackv2
go 1.18
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/g8rswimmer/go-sfdc v2.0.1+incompatible
github.com/joho/godotenv v1.4.0
github.com/rusq/slackdump/v2 v2.0.1
github.com/tidwall/gjson v1.14.1
)
require (
github.com/MercuryEngineering/CookieMonster v0.0.0-20180304172713-1584578b3403 // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/playwright-community/playwright-go v0.2000.1 // indirect
github.com/rusq/dlog v1.3.3 // indirect
github.com/slack-go/slack v0.11.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
golang.org/x/time v0.0.0-20220609170525-579cf78fd858 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
)
replace github.com/slack-go/slack => github.com/rusq/slack v0.11.100