mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-25 14:07:01 +00:00
c1d1d5714b
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.6.0 to 0.8.0. - [Commits](https://github.com/golang/time/compare/v0.6.0...v0.8.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>
13 lines
237 B
Modula-2
13 lines
237 B
Modula-2
module github.com/diamondburned/arikawa/v3
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/gorilla/schema v1.4.1
|
|
github.com/gorilla/websocket v1.5.3
|
|
golang.org/x/crypto v0.29.0
|
|
golang.org/x/time v0.8.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.27.0 // indirect
|