mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-01 12:34:28 +00:00
4d2f793418
Bumps the go_modules group with 1 update in the /0-examples/voice directory: [github.com/gorilla/schema](https://github.com/gorilla/schema). Updates `github.com/gorilla/schema` from 1.2.0 to 1.4.1 - [Release notes](https://github.com/gorilla/schema/releases) - [Commits](https://github.com/gorilla/schema/compare/v1.2.0...v1.4.1) --- updated-dependencies: - dependency-name: github.com/gorilla/schema dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
497 B
Modula-2
18 lines
497 B
Modula-2
module github.com/diamondburned/arikawa/v3/0-examples/voice
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/diamondburned/arikawa/v3 v3.0.0-rc.6
|
|
github.com/diamondburned/oggreader v0.0.0-20201118014549-87df9534b647
|
|
)
|
|
|
|
require (
|
|
github.com/gorilla/schema v1.4.1 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/crypto v0.17.0 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
)
|