grumble/go.mod
dependabot[bot] e6ee2001c6
Bump golang.org/x/crypto from 0.21.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.21.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.21.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-12 03:47:21 +00:00

9 lines
150 B
Modula-2

module mumble.info/grumble
go 1.14
require (
github.com/golang/protobuf v1.5.4
github.com/gorilla/websocket v1.5.1
golang.org/x/crypto v0.31.0
)