Skip to content

Commit

Permalink
Update imports for Muxy fork (#4)
Browse files Browse the repository at this point in the history
* Update package in user_test for Muxy fork

* Update the sample CLI client to use muxy/twitchgo
  • Loading branch information
cwc committed May 15, 2020
1 parent fd56666 commit 4a38b37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/twitchClient/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

"golang.org/x/oauth2"

"github.com/ddrboxman/twitchgo"
"github.com/muxy/twitchgo"
"github.com/k0kubun/pp"

"github.com/motemen/go-loghttp"
Expand Down
2 changes: 1 addition & 1 deletion user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"path"
"testing"

"github.com/ddrboxman/twitchgo"
"github.com/muxy/twitchgo"
)

// RewriteTransport is an http.RoundTripper that rewrites requests
Expand Down

0 comments on commit 4a38b37

Please sign in to comment.