Skip to content

Commit

Permalink
Change module reference to new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Jan 17, 2024
1 parent 3d6f944 commit 0c89811
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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/slackclient v0.0.0-20240116191627-30a6b8dd2842
github.com/rneatherway/slack v0.0.0-20240117120640-5eb19a83b60c
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
nhooyr.io/websocket v1.8.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec/go.mod h1:qq
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
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/slackclient v0.0.0-20240116191627-30a6b8dd2842 h1:/LMM3zUikvkLvc5cpkAvQ0SCZVqyU9ahbFDHSJOFnr4=
github.com/rneatherway/slackclient v0.0.0-20240116191627-30a6b8dd2842/go.mod h1:4qjWFXil77adHbdMVR+h776rsg92SFBxr1fjw7DfIDs=
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/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
2 changes: 1 addition & 1 deletion internal/slackclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"strings"
"time"

slack "github.com/rneatherway/slackclient"
"github.com/rneatherway/slack"

"nhooyr.io/websocket"
)
Expand Down

0 comments on commit 0c89811

Please sign in to comment.