-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
37 lines (31 loc) · 1.34 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
32
33
34
35
36
37
module github.com/lnxjedi/gopherbot/v2
go 1.19
replace github.com/lnxjedi/gopherbot/robot => ./robot
require (
github.com/aws/aws-sdk-go v1.44.152
github.com/duosecurity/duo_api_golang v0.0.0-20221117185402-091daa09e19d
github.com/emersion/go-textwrapper v0.0.0-20200911093747-65d896831594
github.com/joho/godotenv v1.4.0
github.com/jordan-wright/email v0.0.0-20200121133829-a0b5c5b58bb6
github.com/lnxjedi/gopherbot/robot v0.0.0-20221211204919-1966e9d9cfec
github.com/lnxjedi/readline v0.0.0-20200213173224-cdfc6ee4b159
github.com/pquerna/otp v1.3.0
github.com/robfig/cron v1.2.0
github.com/slack-go/slack v0.12.2
golang.org/x/sys v0.3.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
github.com/chzyer/test v1.0.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
// *** When using a fork - in this case, iaburton's safer-socketmode
replace github.com/slack-go/slack => github.com/lnxjedi/slack v0.1.2
// *** For local Slack lib dev - comment out any other replace for slack above
// replace github.com/slack-go/slack => ../slack