Move back to official helix

This commit is contained in:
Ash Keel 2021-12-15 10:28:34 +01:00
parent de86fc1af6
commit 8bb2f79fd9
No known key found for this signature in database
GPG Key ID: BAD8D93E7314ED3E
2 changed files with 5 additions and 4 deletions

6
go.mod
View File

@ -8,11 +8,9 @@ require (
github.com/gempir/go-twitch-irc/v2 v2.5.0
github.com/json-iterator/go v1.1.12
github.com/mattn/go-colorable v0.1.12
github.com/nicklaw5/helix/v2 v2.2.0
github.com/nicklaw5/helix/v2 v2.2.1
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4
github.com/sirupsen/logrus v1.8.1
github.com/strimertul/kilovolt/v6 v6.1.1
github.com/strimertul/stulbe-client-go v0.6.0
)
replace github.com/nicklaw5/helix/v2 => github.com/ashkeel/helix/v2 v2.2.1-0.20211206103917-e677e633538f
)

3
go.sum
View File

@ -103,6 +103,9 @@ github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJ
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/nicklaw5/helix/v2 v2.2.0/go.mod h1:0ONzvVi1cH+k3a7EDIFNNqxfW0podhf+CqlmFvuexq8=
github.com/nicklaw5/helix/v2 v2.2.1 h1:FBipyC05/z0Q/CcXzwxIgESxobBoiGsQ9PkRUBMApk8=
github.com/nicklaw5/helix/v2 v2.2.1/go.mod h1:0ONzvVi1cH+k3a7EDIFNNqxfW0podhf+CqlmFvuexq8=
github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc h1:Ak86L+yDSOzKFa7WM5bf5itSOo1e3Xh8bm5YCMUXIjQ=
github.com/orcaman/concurrent-map v0.0.0-20210501183033-44dafcb38ecc/go.mod h1:Lu3tH6HLW3feq74c2GC+jIMS/K2CFcDWnWD9XkenwhI=
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=