-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from privacybydesign/dependency-update
Upgrade dependency to fix vulnerability
- Loading branch information
Showing
3 changed files
with
181 additions
and
819 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,63 @@ | ||
module github.com/privacybydesign/uniqueid-issuer | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/go-chi/chi v4.1.2+incompatible | ||
github.com/go-chi/cors v1.0.0 | ||
github.com/go-errors/errors v1.4.1 // indirect | ||
github.com/privacybydesign/irmago v0.9.1-0.20220201194040-b00bf11ce3b8 | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/go-chi/cors v1.2.1 | ||
github.com/privacybydesign/irmago v0.12.1 | ||
) | ||
|
||
require ( | ||
github.com/alexandrevicenzi/go-sse v1.6.0 // 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 | ||
github.com/bwesterb/go-pow v1.0.0 // indirect | ||
github.com/bwesterb/go-xmssmt v1.5.2 // indirect | ||
github.com/cespare/xxhash v1.1.0 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/edsrzf/mmap-go v1.1.0 // indirect | ||
github.com/eknkc/basex v1.0.1 // indirect | ||
github.com/fatih/color v1.14.1 // indirect | ||
github.com/fxamacker/cbor v1.5.1 // indirect | ||
github.com/go-chi/chi/v5 v5.0.8 // indirect | ||
github.com/go-co-op/gocron v1.18.1 // indirect | ||
github.com/go-errors/errors v1.4.2 // indirect | ||
github.com/go-redis/redis/v8 v8.11.5 // indirect | ||
github.com/go-sql-driver/mysql v1.7.0 // indirect | ||
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-retryablehttp v0.7.2 // indirect | ||
github.com/jinzhu/gorm v1.9.16 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.4 // indirect | ||
github.com/lib/pq v1.10.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.17 // indirect | ||
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect | ||
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect | ||
github.com/minio/sha256-simd v1.0.0 // indirect | ||
github.com/mr-tron/base58 v1.2.0 // indirect | ||
github.com/multiformats/go-multihash v0.0.11 // indirect | ||
github.com/nightlyone/lockfile v1.0.0 // indirect | ||
github.com/privacybydesign/gabi v0.0.0-20221212095008-68a086907750 // indirect | ||
github.com/robfig/cron/v3 v3.0.1 // indirect | ||
github.com/sietseringers/go-sse v0.0.0-20200801161811-e2cf2c63ca50 // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/spaolacci/murmur3 v1.1.0 // indirect | ||
github.com/templexxx/cpu v0.1.0 // indirect | ||
github.com/templexxx/xorsimd v0.4.2 // indirect | ||
github.com/timshannon/bolthold v0.0.0-20210913165410-232392fc8a6a // indirect | ||
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect | ||
github.com/x448/float16 v0.8.4 // indirect | ||
go.etcd.io/bbolt v1.3.7 // indirect | ||
golang.org/x/crypto v0.7.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.6.0 // indirect | ||
golang.org/x/term v0.6.0 // indirect | ||
) |
Oops, something went wrong.