Skip to content

Commit

Permalink
Update slack lib
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Mar 23, 2024
1 parent 05d68ed commit 797a8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.4

require (
github.com/cli/go-gh v1.2.1
github.com/rneatherway/slack v0.0.0-20240117120640-5eb19a83b60c
github.com/rneatherway/slack v0.0.0-20240323132214-0af54ceb5c65
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
nhooyr.io/websocket v1.8.7
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
github.com/rneatherway/slack v0.0.0-20240117120640-5eb19a83b60c h1:Fl/Ocol1DyGL6X8rXGSFv0H4G7cnxz7AN70rT5aez/Y=
github.com/rneatherway/slack v0.0.0-20240117120640-5eb19a83b60c/go.mod h1:2WA0D8ytQf+d/hE4QqppWRjFOz86WFG6XX8rpsRLHT8=
github.com/rneatherway/slack v0.0.0-20240323132214-0af54ceb5c65 h1:aKxOcmudHNIZz2C0ncYCoRIiHAP1Js4EMsmOPG19eDQ=
github.com/rneatherway/slack v0.0.0-20240323132214-0af54ceb5c65/go.mod h1:2WA0D8ytQf+d/hE4QqppWRjFOz86WFG6XX8rpsRLHT8=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA=
github.com/spf13/cobra v1.6.1/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY=
Expand Down

0 comments on commit 797a8aa

Please sign in to comment.