1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-07-29 08:52:41 +00:00
arikawa/go.mod
dependabot[bot] b20a4a4a58
build(deps): bump golang.org/x/crypto in the go_modules group
Bumps the go_modules group with 1 update: [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: direct:production
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 19:07:20 +00:00

14 lines
257 B
Modula-2

module github.com/diamondburned/arikawa/v3
go 1.23
toolchain go1.24.1
require (
github.com/gorilla/schema v1.4.1
github.com/gorilla/websocket v1.5.3
golang.org/x/crypto v0.35.0
golang.org/x/time v0.10.0
)
require golang.org/x/sys v0.30.0 // indirect