sing-shadowsocks/go.mod
dependabot[bot] 14ec78fb5a
Bump github.com/sagernet/sing from 0.2.11 to 0.2.12
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>
2023-10-02 21:35:01 +00:00

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
)