mirror of
https://github.com/pushbits/server.git
synced 2025-08-03 16:48:38 +02:00
Update dependencies
This commit is contained in:
parent
d7721e827b
commit
56063c534f
2 changed files with 121 additions and 7 deletions
26
go.mod
26
go.mod
|
@ -3,13 +3,25 @@ module github.com/pushbits/server
|
|||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/alexedwards/argon2id v0.0.0-20200522061839-9369edc04b05
|
||||
github.com/PuerkitoBio/goquery v1.5.1 // indirect
|
||||
github.com/alexedwards/argon2id v0.0.0-20201228115903-cf543ebc1f7b
|
||||
github.com/gin-contrib/location v0.0.2
|
||||
github.com/gin-gonic/gin v1.6.3
|
||||
github.com/jinzhu/configor v1.2.0
|
||||
github.com/matrix-org/gomatrix v0.0.0-20200501121722-e5578b12c752
|
||||
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
|
||||
gorm.io/driver/mysql v0.3.1
|
||||
gorm.io/driver/sqlite v1.0.8
|
||||
gorm.io/gorm v0.2.24
|
||||
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
||||
github.com/golang/protobuf v1.4.3 // indirect
|
||||
github.com/jinzhu/configor v1.2.1
|
||||
github.com/json-iterator/go v1.1.10 // indirect
|
||||
github.com/leodido/go-urn v1.2.1 // indirect
|
||||
github.com/matrix-org/gomatrix v0.0.0-20200827122206-7dd5e2a05bcd
|
||||
github.com/mattn/go-sqlite3 v1.14.6 // indirect
|
||||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
||||
github.com/modern-go/reflect2 v1.0.1 // indirect
|
||||
github.com/ugorji/go v1.2.4 // indirect
|
||||
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
||||
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
|
||||
google.golang.org/protobuf v1.25.0 // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
gorm.io/driver/mysql v1.0.4
|
||||
gorm.io/driver/sqlite v1.1.4
|
||||
gorm.io/gorm v1.20.12
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue