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

Commit

Permalink
update disgolink version
Browse files Browse the repository at this point in the history
  • Loading branch information
topi314 committed Apr 3, 2022
1 parent 78251e0 commit 5e0476b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ module github.com/disgoorg/source-extensions-plugin

go 1.18

require (
github.com/disgoorg/disgolink/lavalink v1.5.0
github.com/pkg/errors v0.9.1
)
require github.com/disgoorg/disgolink/lavalink v1.5.1

require (
github.com/disgoorg/log v1.2.0 // indirect
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/disgoorg/disgolink/lavalink v1.5.0 h1:kIZK5HUtl3KYEhnEWehObypQOwwlBBaQzSL/UnXTQ38=
github.com/disgoorg/disgolink/lavalink v1.5.0/go.mod h1:SwZ+KLXcPrJcpRuUXJP1NDTcEUYvcLMG6IjLqMBqaX8=
github.com/disgoorg/disgolink/lavalink v1.5.1 h1:6HXXnIntwtbcjfEly3HVDT+wcDwS8Hj3ru40bLq59pg=
github.com/disgoorg/disgolink/lavalink v1.5.1/go.mod h1:gQ/ehyTfqfUnrPGjgECDaQOUai/ft9YmlPth7TTUJkI=
github.com/disgoorg/log v1.2.0 h1:sqlXnu/ZKAlIlHV9IO+dbMto7/hCQ474vlIdMWk8QKo=
github.com/disgoorg/log v1.2.0/go.mod h1:3x1KDG6DI1CE2pDwi3qlwT3wlXpeHW/5rVay+1qDqOo=
github.com/disgoorg/snowflake v1.1.0 h1:uVF9QqI31uqo0kzbZahwvjaYQxn40SUfFK5pCNzfjYQ=
github.com/disgoorg/snowflake v1.1.0/go.mod h1:wUUTKWS1jSV0gIb3TSPsdJORNF8BcjKTjVeyrULEhr8=
github.com/gorilla/websocket v1.5.0 h1:PPwGk2jz7EePpoHN/+ClbZu8SPxiqlu12wZP/3sWmnc=
github.com/gorilla/websocket v1.5.0/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
2 changes: 1 addition & 1 deletion isrc_source_extension.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package source_extensions

import (
"errors"
"io"

"github.com/disgoorg/disgolink/lavalink"
"github.com/pkg/errors"
)

type ISRCSourceExtension struct{}
Expand Down

0 comments on commit 5e0476b

Please sign in to comment.