1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-12-11 06:26:35 +00:00
arikawa/0-examples/voice/go.mod
dependabot[bot] e46f753d49
build(deps): bump golang.org/x/crypto
Bumps the go_modules group with 1 update in the /0-examples/voice directory: [golang.org/x/crypto](https://github.com/golang/crypto).


Updates `golang.org/x/crypto` from 0.32.0 to 0.35.0
- [Commits](https://github.com/golang/crypto/compare/v0.32.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-version: 0.35.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-15 00:18:34 +00:00

18 lines
469 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.5.3 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/time v0.9.0 // indirect
)