Skip to content

Commit 1bb55c7

Browse files
authored
Merge pull request #1 from chrispruitt/master
migrate from nlopes/slack to slack-go/slack and update deprecated API
2 parents fdfe3ef + beff734 commit 1bb55c7

298 files changed

Lines changed: 48684 additions & 11564 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gopkg.lock

Lines changed: 0 additions & 111 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 38 deletions
This file was deleted.

go.mod

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,13 @@ replace github.com/justmiles/standup-bot/lib/configs => ./lib/configs
88

99
replace github.com/justmiles/standup-bot/lib/standup => ./lib/standup
1010

11+
go 1.15
12+
1113
require (
12-
github.com/aws/aws-sdk-go v1.19.15
13-
github.com/davecgh/go-spew v1.1.1 // indirect
14+
github.com/aws/aws-sdk-go v1.37.21
1415
github.com/dustin/go-humanize v1.0.0
15-
github.com/go-chat-bot/bot v0.0.0-20181007231045-cf9880602203
16-
github.com/go-chat-bot/plugins v0.0.0-20181008204345-f5bd5fb31f12
17-
github.com/lucasb-eyer/go-colorful v1.0.2
18-
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
19-
github.com/lusis/slack-test v0.0.0-20190408224659-6cf59653add2 // indirect
20-
github.com/nlopes/slack v0.4.0
21-
github.com/pmezard/go-difflib v1.0.0 // indirect
22-
github.com/stretchr/testify v1.2.2 // indirect
23-
golang.org/x/net v0.0.0-20190311183353-d8887717615a // indirect
16+
github.com/go-chat-bot/bot v0.0.0-20201004141219-763f9eeac7d5
17+
github.com/go-chat-bot/plugins v0.0.0-20201024114236-00ff43fcf77f
18+
github.com/lucasb-eyer/go-colorful v1.2.0
19+
github.com/slack-go/slack v0.8.1
2420
)

0 commit comments

Comments
 (0)