mirror of
https://github.com/SagerNet/sing-shadowsocks.git
synced 2025-04-03 20:07:40 +03:00
Bumps [github.com/sagernet/sing](https://github.com/sagernet/sing) from 0.2.11 to 0.2.12. - [Commits](https://github.com/sagernet/sing/compare/v0.2.11...v0.2.12) --- updated-dependencies: - dependency-name: github.com/sagernet/sing 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.12
|
|
golang.org/x/crypto v0.13.0
|
|
lukechampine.com/blake3 v1.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/klauspost/cpuid/v2 v2.0.12 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
)
|