1
0
Fork 0
forked from External/ergo

upgrade other x dependencies

This commit is contained in:
Shivaram Lingamneni 2023-01-15 08:30:18 -05:00
parent 7a82554f9d
commit eb84103865
221 changed files with 22212 additions and 2706 deletions

6
go.mod
View file

@ -20,7 +20,7 @@ require (
github.com/tidwall/buntdb v1.2.10
github.com/toorop/go-dkim v0.0.0-20201103131630-e1cd1a0a5208
github.com/xdg-go/scram v1.0.2
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/crypto v0.5.0
golang.org/x/text v0.6.0
gopkg.in/yaml.v2 v2.4.0
)
@ -36,8 +36,8 @@ require (
github.com/tidwall/rtred v0.1.2 // indirect
github.com/tidwall/tinyqueue v0.1.1 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/term v0.4.0 // indirect
)
replace github.com/gorilla/websocket => github.com/ergochat/websocket v1.4.2-oragono1