Skip to content

Commit

Permalink
use older version of twitch irc library
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbattle committed May 5, 2023
1 parent 4e042c2 commit 0b8ebf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion algos/live.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"bufio"
"encoding/json"
"fmt"
twitchirc "github.com/gempir/go-twitch-irc"
twitchirc "github.com/gempir/go-twitch-irc/v3"
"github.com/goldbattle/twitch_vods/models"
"github.com/goldbattle/twitch_vods/twitch"
"github.com/nicklaw5/helix"
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/goldbattle/twitch_vods
go 1.16

require (
github.com/gempir/go-twitch-irc v1.1.0
github.com/gempir/go-twitch-irc/v3 v3.3.0
github.com/grafov/m3u8 v0.12.0
github.com/nicklaw5/helix v1.25.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/gempir/go-twitch-irc v1.1.0 h1:Q9gQGI/3yJzYwlYDlFsGJzWfpaqubMExfmBXNpOC6W0=
github.com/gempir/go-twitch-irc v1.1.0/go.mod h1:Pc661rsUSmkQXvI9W2bNyLt4ZrMAgHZPnVwMQEJ0fdo=
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/golang-jwt/jwt v3.2.1+incompatible h1:73Z+4BJcrTC+KczS6WvTPvRGOp1WmfEP4Q1lOd9Z/+c=
github.com/golang-jwt/jwt v3.2.1+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
github.com/grafov/m3u8 v0.12.0 h1:T6iTwTsSEtMcwkayef+FJO8kj+Sglr4Lh81Zj8Ked/4=
Expand Down

0 comments on commit 0b8ebf4

Please sign in to comment.