Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 2, 2021
1 parent 21e625d commit 287da8f
Show file tree
Hide file tree
Showing 2 changed files with 504 additions and 9 deletions.
14 changes: 5 additions & 9 deletions go.mod
Expand Up @@ -5,6 +5,7 @@ go 1.15
require (
github.com/cockroachdb/apd v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-chi/chi v1.5.4
github.com/go-chi/chi/v5 v5.0.3
github.com/go-chi/cors v1.2.0
github.com/go-chi/render v1.0.1
Expand All @@ -14,26 +15,21 @@ require (
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx/v4 v4.11.0
github.com/jackc/pgx v3.6.2+incompatible
github.com/jackc/pgx/v4 v4.11.0
github.com/jmoiron/sqlx v1.3.4
github.com/lib/pq v1.8.0 // indirect
github.com/magiconair/properties v1.8.4 // indirect
github.com/natefinch/lumberjack v2.0.0+incompatible
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/afero v1.4.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/spf13/viper v1.8.1
github.com/unrolled/secure v1.0.9
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200930160638-afb6bcd081ae // indirect
go.uber.org/zap v1.18.1
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/ini.v1 v1.61.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
)

0 comments on commit 287da8f

Please sign in to comment.