-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
10 changed files
with
164 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,37 @@ | ||
module github.com/lavalink-devs/lavalink-bot | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/disgoorg/disgo v0.16.8 | ||
github.com/disgoorg/disgolink/v3 v3.0.0-20230810103102-c572e085fba1 | ||
github.com/disgoorg/disgo v0.17.0 | ||
github.com/disgoorg/disgolink/v3 v3.0.0-20231123221557-7482a52d013a | ||
github.com/disgoorg/json v1.1.0 | ||
github.com/disgoorg/lavasearch-plugin v0.0.0-20230812211104-12547850ae07 | ||
github.com/disgoorg/lavasrc-plugin v0.0.0-20230812211312-b2484e9b20da | ||
github.com/disgoorg/log v1.2.1 | ||
github.com/disgoorg/snowflake/v2 v2.0.1 | ||
github.com/disgoorg/sponsorblock-plugin v0.0.0-20230821004903-f71718b0f2ea | ||
github.com/disgoorg/sponsorblock-plugin v0.0.0-20231123224051-77fcea11cfe1 | ||
github.com/google/go-github/v52 v52.0.0 | ||
github.com/lithammer/fuzzysearch v1.1.8 | ||
github.com/mattn/go-colorable v0.1.13 | ||
github.com/topi314/tint v0.0.0-20231106205902-77268b701ca6 | ||
go.deanishe.net/fuzzy v1.0.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect | ||
github.com/cloudflare/circl v1.3.3 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect | ||
github.com/cloudflare/circl v1.3.6 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/go-querystring v1.1.0 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/magefile/mage v1.15.0 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/sasha-s/go-csync v0.0.0-20210812194225-61421b77c44b // indirect | ||
golang.org/x/crypto v0.12.0 // indirect | ||
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect | ||
golang.org/x/net v0.14.0 // indirect | ||
golang.org/x/oauth2 v0.11.0 // indirect | ||
golang.org/x/sys v0.11.0 // indirect | ||
golang.org/x/text v0.12.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
golang.org/x/crypto v0.15.0 // indirect | ||
golang.org/x/net v0.18.0 // indirect | ||
golang.org/x/oauth2 v0.14.0 // indirect | ||
golang.org/x/sys v0.14.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
google.golang.org/appengine v1.6.8 // indirect | ||
google.golang.org/protobuf v1.31.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters