Skip to content

Commit

Permalink
Merge pull request #252 from ewohltman/develop
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
ewohltman committed Apr 13, 2020
2 parents 12e063f + 0c5b2e4 commit e0ecbae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions go.mod
Expand Up @@ -2,10 +2,10 @@ module github.com/ewohltman/ephemeral-roles

go 1.14

replace github.com/bwmarrin/discordgo => github.com/ewohltman/discordgo v0.20.3-0.20200408121130-da323cc61884
replace github.com/bwmarrin/discordgo => github.com/ewohltman/discordgo v0.20.3-0.20200413094755-5a68d35e19f2

require (
github.com/bwmarrin/discordgo v0.20.2
github.com/bwmarrin/discordgo v0.20.3
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/golang/protobuf v1.3.5 // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
Expand All @@ -18,5 +18,5 @@ require (
github.com/uber/jaeger-client-go v2.22.1+incompatible
github.com/uber/jaeger-lib v2.2.0+incompatible
go.uber.org/atomic v1.6.0 // indirect
golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b // indirect
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Expand Up @@ -15,8 +15,8 @@ github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/ewohltman/discordgo v0.20.3-0.20200408121130-da323cc61884 h1:FjuM8VqPiRrLJ4Ng6EoE9lisBNST6lJJHhVHT06FgfE=
github.com/ewohltman/discordgo v0.20.3-0.20200408121130-da323cc61884/go.mod h1:phiR86AY7EEYiDst9ocktQmUDsBGhl96BCtWj+u2s64=
github.com/ewohltman/discordgo v0.20.3-0.20200413094755-5a68d35e19f2 h1:WVPW/1nyd977Luq1JybVNaJUofjru/zHnXnLi+E+GS0=
github.com/ewohltman/discordgo v0.20.3-0.20200413094755-5a68d35e19f2/go.mod h1:phiR86AY7EEYiDst9ocktQmUDsBGhl96BCtWj+u2s64=
github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE=
Expand Down Expand Up @@ -138,8 +138,8 @@ golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 h1:ywK/j/KkyTHcdyYSZNXGjMwgm
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4 h1:c1Sgqkh8v6ZxafNGG64r8C8UisIW2TKMJN8P86tKjr0=
golang.org/x/sys v0.0.0-20200406155108-e3b113bbe6a4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b h1:h03Ur1RlPrGTjua4koYdpGl8W0eYo8p1uI9w7RPlkdk=
golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa h1:mQTN3ECqfsViCNBgq+A40vdwhkGykrrQlYe3mPj6BoU=
golang.org/x/sys v0.0.0-20200409092240-59c9f1ba88fa/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c h1:IGkKhmfzcztjm6gYkykvu/NiS8kaqbCWAEWWAyf8J5U=
Expand Down

0 comments on commit e0ecbae

Please sign in to comment.