Skip to content

Commit

Permalink
Bump gorm.io/driver/postgres from 1.1.0 to 1.3.3
Browse files Browse the repository at this point in the history
Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.1.0 to 1.3.3.
- [Release notes](https://github.com/go-gorm/postgres/releases)
- [Commits](go-gorm/postgres@v1.1.0...v1.3.3)

---
updated-dependencies:
- dependency-name: gorm.io/driver/postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 4, 2022
1 parent 07b4551 commit 262445a
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 120 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,22 @@ require (
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/jackc/pgconn v1.8.1
github.com/jonboulle/clockwork v0.2.2
github.com/lib/pq v1.10.2 // indirect
github.com/jackc/pgconn v1.11.0
github.com/jonboulle/clockwork v0.2.3
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/prometheus/client_golang v1.11.0
github.com/tektoncd/pipeline v0.29.0
go.uber.org/automaxprocs v1.4.0 // indirect
go.uber.org/automaxprocs v1.4.0
go.uber.org/zap v1.19.1
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5
google.golang.org/api v0.60.0
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
gorm.io/driver/mysql v1.0.3
gorm.io/driver/postgres v1.1.0
gorm.io/driver/postgres v1.3.3
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.9
gorm.io/gorm v1.23.1
k8s.io/api v0.21.4
k8s.io/apimachinery v0.21.4
k8s.io/client-go v0.21.4
Expand Down
Loading

0 comments on commit 262445a

Please sign in to comment.