1
0
Fork 0
forked from External/ergo

upgrade dependencies for 2.9 cycle

This commit is contained in:
Shivaram Lingamneni 2021-11-16 18:18:03 -05:00
parent 51fca3cc0b
commit 8218d1caab
342 changed files with 21391 additions and 13867 deletions

8
go.mod
View file

@ -11,7 +11,7 @@ require (
github.com/ergochat/irc-go v0.0.0-20210617222258-256f1601d3ce
github.com/go-sql-driver/mysql v1.6.0
github.com/go-test/deep v1.0.6 // indirect
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/websocket v1.4.2
github.com/okzk/sdnotify v0.0.0-20180710141335-d9becc38acbd
github.com/onsi/ginkgo v1.12.0 // indirect
@ -20,8 +20,8 @@ require (
github.com/tidwall/buntdb v1.2.7
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-20210415154028-4f45737414dc
golang.org/x/text v0.3.6
golang.org/x/crypto v0.0.0-20211115234514-b4de73f9ece8
golang.org/x/text v0.3.7
gopkg.in/yaml.v2 v2.4.0
)
@ -34,7 +34,7 @@ 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-20201119102817-f84b799fce68 // indirect
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
)