update: Implement the proxy.UserManager of ss2022

This commit is contained in:
Senis John 2022-12-03 21:04:14 +08:00 committed by yuhan6665
parent 79eda46c62
commit 143229b148
5 changed files with 103 additions and 1 deletions

1
go.mod
View file

@ -54,6 +54,7 @@ require (
golang.org/x/time v0.2.0 // indirect
golang.org/x/tools v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.1.7 // indirect