sing-shadowtls/go.mod
dependabot[bot] 775780532b
Bump golang.org/x/crypto from 0.11.0 to 0.17.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-18 23:10:35 +00:00

9 lines
152 B
Modula-2

module github.com/sagernet/sing-shadowtls
go 1.18
require (
github.com/sagernet/sing v0.2.9
golang.org/x/crypto v0.17.0
golang.org/x/sys v0.15.0
)