mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.16.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
14 lines
263 B
Modula-2
14 lines
263 B
Modula-2
module github.com/sagernet/sing-shadowsocks
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/sagernet/sing v0.2.18
|
|
golang.org/x/crypto v0.17.0
|
|
lukechampine.com/blake3 v1.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
)
|