migrate to xsync v2.

This commit is contained in:
fiatjaf
2023-09-04 16:44:36 -03:00
parent 1f605f3629
commit eef7c40dc7
4 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -9,10 +9,11 @@ require (
github.com/gobwas/httphead v0.1.0
github.com/gobwas/ws v1.2.0
github.com/mailru/easyjson v0.7.7
github.com/puzpuzpuz/xsync v1.5.2
github.com/puzpuzpuz/xsync/v2 v2.5.0
github.com/tidwall/gjson v1.14.4
github.com/tyler-smith/go-bip32 v1.0.0
github.com/tyler-smith/go-bip39 v1.1.0
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/exp v0.0.0-20221106115401-f9659909a136
golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc
)
@@ -31,6 +32,5 @@ require (
github.com/pkg/errors v0.9.1 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
golang.org/x/sys v0.6.0 // indirect
)