Skip to content

Commit

Permalink
Update dmux to fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
quorauk committed Mar 26, 2019
1 parent 309d316 commit 1e05bf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/bwmarrin/discordgo v0.19.0
github.com/go-redis/redis v6.15.2+incompatible
github.com/gorilla/mux v1.7.0
github.com/heshoots/dmux v0.0.1
github.com/heshoots/dmux v0.0.2
github.com/jinzhu/configor v1.0.0
github.com/jinzhu/gorm v1.9.2
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ github.com/heshoots/dmux v0.0.0-20190321225041-4432bbb8b10a h1:MotUCCTWRfx7IrG9N
github.com/heshoots/dmux v0.0.0-20190321225041-4432bbb8b10a/go.mod h1:Rf+XvUhclQ9b/Ldt58Ziyp+v+nCT3j7m18TwNYIqQys=
github.com/heshoots/dmux v0.0.1 h1:/rhhP6n/QFb6T1av7hI1Ab2sdCOk87hY7AL2tWLSldw=
github.com/heshoots/dmux v0.0.1/go.mod h1:Rf+XvUhclQ9b/Ldt58Ziyp+v+nCT3j7m18TwNYIqQys=
github.com/heshoots/dmux v0.0.2 h1:3LPCbEbpeKDFPoU4Hr5iu0WO61PEkeuh4S9GB3OFxoo=
github.com/heshoots/dmux v0.0.2/go.mod h1:Rf+XvUhclQ9b/Ldt58Ziyp+v+nCT3j7m18TwNYIqQys=
github.com/jinzhu/configor v1.0.0 h1:F8ck+vczDAvSbsz77Mj8pttFZQJTFau1uJ3efJkHoYU=
github.com/jinzhu/configor v1.0.0/go.mod h1:xycrO0mK6seJRAHXsdyk54QgPJ20aQNpTGi5xv8jQg8=
github.com/jinzhu/gorm v1.9.2 h1:lCvgEaqe/HVE+tjAR2mt4HbbHAZsQOv3XAZiEZV37iw=
Expand Down

0 comments on commit 1e05bf9

Please sign in to comment.