Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
update disgolink
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Jan 25, 2022
1 parent c52357e commit 56abb79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ module github.com/DisgoOrg/spotify-plugin

go 1.17

require (
github.com/DisgoOrg/disgolink v1.1.1
)
require github.com/DisgoOrg/disgolink/lavalink v1.1.2

require (
github.com/DisgoOrg/log v1.1.2 // indirect
github.com/DisgoOrg/snowflake v1.0.1 // indirect
github.com/DisgoOrg/snowflake v1.0.3 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
github.com/DisgoOrg/disgolink v1.1.1 h1:AYs4gZa920ejBaj8QZZD15rZTidUzCVaEe7zGAOy+4w=
github.com/DisgoOrg/disgolink v1.1.1/go.mod h1:6iqOB9yi9MbNB804oVlhFO9Ba5A31Tb/4q95wKhm0bc=
github.com/DisgoOrg/disgolink/lavalink v1.1.2 h1:/0L1UV5QXQyobDhTXPLQJPK4G6VNv5lnVoKAllC0ggY=
github.com/DisgoOrg/disgolink/lavalink v1.1.2/go.mod h1:oLXNVyw7Ab0sOItQSrW/Bk3/IrBwGHdlz5dE2PKxvEA=
github.com/DisgoOrg/log v1.1.2 h1:tGJS4jaH1PyjPRHybHp8WpYJ/4fR3fYWT4Mv1PoDGBM=
github.com/DisgoOrg/log v1.1.2/go.mod h1:tSMofXaNhQNvzLRoL4tAiCG9yGY1ES5DLvduh7e9GRU=
github.com/DisgoOrg/snowflake v1.0.1 h1:+UKgfjOnj2KBj/20tWKFNzhbo9awzThkY12ZaOQzaSg=
github.com/DisgoOrg/snowflake v1.0.1/go.mod h1:jIQVlVmElm2OGt6v52ITf/71ODaU09chUCflxt8+3yM=
github.com/DisgoOrg/snowflake v1.0.3 h1:KfzswrZOr8ISu/J5P3C5+QC9yKxW7nNJWeCJpkldxbI=
github.com/DisgoOrg/snowflake v1.0.3/go.mod h1:jIQVlVmElm2OGt6v52ITf/71ODaU09chUCflxt8+3yM=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=
Expand Down

0 comments on commit 56abb79

Please sign in to comment.