Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
System-Glitch committed Nov 22, 2021
1 parent 5e57dc7 commit 2b04251
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 350 deletions.
19 changes: 10 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@ require (
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.2
github.com/imdario/mergo v0.3.12
github.com/jackc/pgx/v4 v4.13.0 // indirect
github.com/mattn/go-sqlite3 v1.14.8 // indirect
github.com/jackc/pgconn v1.10.1 // indirect
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
github.com/jackc/pgtype v1.9.0 // indirect
github.com/jinzhu/now v1.1.3 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
golang.org/x/text v0.3.7 // indirect
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
gorm.io/driver/mysql v1.1.2
gorm.io/driver/postgres v1.1.0
gorm.io/driver/sqlite v1.1.4
gorm.io/driver/sqlserver v1.0.8
gorm.io/gorm v1.21.14
gorm.io/driver/mysql v1.2.0
gorm.io/driver/postgres v1.2.2
gorm.io/driver/sqlite v1.2.4
gorm.io/driver/sqlserver v1.2.1
gorm.io/gorm v1.22.3
)

0 comments on commit 2b04251

Please sign in to comment.