1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2025-07-19 02:32:25 +00:00
arikawa/go.mod
dependabot[bot] e47e27bd82 build(deps): bump golang.org/x/time from 0.9.0 to 0.10.0
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.9.0 to 0.10.0.
- [Commits](https://github.com/golang/time/compare/v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-02 15:51:44 -08:00

13 lines
238 B
Modula-2

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