Skip to content

Commit

Permalink
Bump github.com/privacybydesign/irmago from 0.12.6 to 0.15.0
Browse files Browse the repository at this point in the history
Bumps [github.com/privacybydesign/irmago](https://github.com/privacybydesign/irmago) from 0.12.6 to 0.15.0.
- [Release notes](https://github.com/privacybydesign/irmago/releases)
- [Changelog](https://github.com/privacybydesign/irmago/blob/master/CHANGELOG.md)
- [Commits](privacybydesign/irmago@v0.12.6...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/privacybydesign/irmago
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 0bee26c commit 9744931
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 40 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ require (
// check the oapi-codegen tool version in the makefile when upgrading the runtime
github.com/oapi-codegen/runtime v1.1.0
github.com/piprate/json-gold v0.5.1-0.20230111113000-6ddbe6e6f19f
github.com/privacybydesign/irmago v0.12.6
github.com/privacybydesign/irmago v0.15.0
github.com/prometheus/client_golang v1.17.0
github.com/prometheus/client_model v0.5.0
github.com/redis/go-redis/v9 v9.3.0
Expand Down Expand Up @@ -60,7 +60,6 @@ require (
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bsm/redislock v0.7.2 // indirect
github.com/bwesterb/byteswriter v1.0.0 // indirect
github.com/bwesterb/go-atum v1.1.5 // indirect
github.com/bwesterb/go-exptable v1.0.0 // indirect
Expand All @@ -82,7 +81,7 @@ require (
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/fxamacker/cbor v1.5.1 // indirect
github.com/go-chi/chi/v5 v5.0.10 // indirect
github.com/go-co-op/gocron v1.14.0 // indirect
github.com/go-co-op/gocron v1.28.3 // indirect
github.com/go-errors/errors v1.4.2 // indirect
github.com/go-jose/go-jose/v3 v3.0.1 // indirect
github.com/go-redis/redis/v8 v8.11.5 // indirect
Expand All @@ -107,11 +106,9 @@ require (
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jinzhu/gorm v1.9.16 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/compress v1.17.4 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/lestrrat-go/blackmagic v1.0.2 // indirect
github.com/lestrrat-go/httpcc v1.0.1 // indirect
Expand Down Expand Up @@ -142,7 +139,7 @@ require (
github.com/nightlyone/lockfile v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/privacybydesign/gabi v0.0.0-20221012093643-8e978bfbb252 // indirect
github.com/privacybydesign/gabi v0.0.0-20221212095008-68a086907750 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
Expand All @@ -166,7 +163,6 @@ require (
github.com/yuin/gopher-lua v1.1.0 // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/term v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
Expand All @@ -180,7 +176,11 @@ require (
require gorm.io/driver/postgres v1.5.4

require (
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgx/v5 v5.4.3 // indirect
github.com/microsoft/go-mssqldb v1.6.0 // indirect
gorm.io/driver/mysql v1.5.2 // indirect
gorm.io/driver/sqlserver v1.5.2 // indirect
)
Loading

0 comments on commit 9744931

Please sign in to comment.