Skip to content

Commit

Permalink
Use go-twitch-irc v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
airforce270 committed Nov 21, 2023
1 parent 70bee85 commit a5bf31e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ go 1.21.4

require (
github.com/Danny-Dasilva/CycleTLS/cycletls v0.0.0-20231115113039-7c6710610fbd
github.com/gempir/go-twitch-irc/v3 v3.3.0
github.com/gempir/go-twitch-irc/v4 v4.0.0
github.com/google/go-cmp v0.6.0
github.com/nicklaw5/helix/v2 v2.25.2
github.com/pelletier/go-toml/v2 v2.1.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f/go.mod h1:cu
github.com/dsnet/compress v0.0.1 h1:PlZu0n3Tuv04TzpfPbrnI0HW/YwodEXDS+oPKahKF0Q=
github.com/dsnet/compress v0.0.1/go.mod h1:Aw8dCMJ7RioblQeTqt88akK31OvO8Dhf5JflhBbQEHo=
github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780/go.mod h1:Lj+Z9rebOhdfkVLjJ8T6VcRQv3SXugXy999NBtR9aFY=
github.com/gempir/go-twitch-irc/v3 v3.3.0 h1:iBOKSwNbgsE/zYwzyoHNhXBlf/kkzl3V3k6H2myENRU=
github.com/gempir/go-twitch-irc/v3 v3.3.0/go.mod h1:/W9KZIiyizVecp4PEb7kc4AlIyXKiCmvlXrzlpPUytU=
github.com/gempir/go-twitch-irc/v4 v4.0.0 h1:sHVIvbWOv9nHXGEErilclxASv0AaQEr/r/f9C0B9aO8=
github.com/gempir/go-twitch-irc/v4 v4.0.0/go.mod h1:QsOMMAk470uxQ7EYD9GJBGAVqM/jDrXBNbuePfTauzg=
github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
github.com/go-ole/go-ole v1.3.0 h1:Dt6ye7+vXGIKZ7Xtk4s6/xVdGDQynvom7xCFEdWr6uE=
github.com/go-ole/go-ole v1.3.0/go.mod h1:5LS6F96DhAwUc7C+1HLexzMXY1xGRSryjyPPKW6zv78=
Expand Down
2 changes: 1 addition & 1 deletion platforms/twitch/badge.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package twitch
import (
"github.com/airforce270/airbot/permission"

twitchirc "github.com/gempir/go-twitch-irc/v3"
twitchirc "github.com/gempir/go-twitch-irc/v4"
)

type badge string
Expand Down
2 changes: 1 addition & 1 deletion platforms/twitch/badge_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package twitch
import (
"testing"

twitchirc "github.com/gempir/go-twitch-irc/v3"
twitchirc "github.com/gempir/go-twitch-irc/v4"
)

func TestUserHasBadge(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion platforms/twitch/twitch.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/airforce270/airbot/database/models"
"github.com/airforce270/airbot/permission"

twitchirc "github.com/gempir/go-twitch-irc/v3"
twitchirc "github.com/gempir/go-twitch-irc/v4"
"github.com/nicklaw5/helix/v2"
"gorm.io/gorm"
)
Expand Down

0 comments on commit a5bf31e

Please sign in to comment.