This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
Releases: google/exposure-notifications-verification-server
Releases · google/exposure-notifications-verification-server
v1.6.0
Dependencies
Added
Nothing has changed.
Changed
- cloud.google.com/go/compute: v1.0.0 → v1.1.0
- cloud.google.com/go/iam: v0.1.0 → v0.1.1
- cloud.google.com/go/storage: v1.18.2 → v1.19.0
- github.com/Azure/azure-sdk-for-go: v61.2.0+incompatible → v61.4.0+incompatible
- github.com/aws/aws-sdk-go: v1.42.35 → v1.42.44
- github.com/chromedp/cdproto: dcaca7e → 175728e
- github.com/fsnotify/fsnotify: v1.5.1 → v1.4.9
- github.com/go-sql-driver/mysql: v1.6.0 → v1.5.0
- github.com/gofrs/uuid: v4.1.0+incompatible → v4.0.0+incompatible
- github.com/google/exposure-notifications-server: v1.5.0 → v1.6.0
- github.com/google/go-cmp: v0.5.6 → v0.5.7
- github.com/joho/godotenv: v1.4.0 → v1.3.0
- github.com/mattn/go-ieproxy: v0.0.2 → v0.0.3
- github.com/mattn/go-sqlite3: v1.14.9 → v1.14.6
- github.com/prometheus/client_golang: v1.11.0 → v1.12.1
- golang.org/x/crypto: 5e0467b → 198e437
- golang.org/x/net: 0dd24b2 → cd36cc0
- golang.org/x/sys: da31bd3 → 99c3d69
- golang.org/x/term: 7de9c90 → 03fcf44
- google.golang.org/api: v0.65.0 → v0.66.0
- google.golang.org/genproto: d2e6a12 → 9970aeb
- google.golang.org/grpc: v1.43.0 → v1.44.0
Removed
Nothing has changed.
v1.5.2
Emailer
- Fix an issue where BCCed addresses would incorrectly appear on the email envelope, defeating the purpose of BCC. (#2325, @sethvargo)
- Fix an issue where CC and BCC recipients were not included in the email envelope for system alerts. (#2324, @sethvargo)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
v1.5.1
Changes since v1.5.0
Bugs
- Fix a bug with the sms anomalies emailer where it may fail after the first run.
Changes since v1.4.0
UI
- Add explanation for possible delta in token claim / publish rate due to iOS user-report behavior (#2309, @bschlaman)
Operations
- Add functionality for sending alert emails to realm contacts for SMS and code anomalies. This removes the server operator from the loop in alerting realms of potential issues with SMS error rates or code claim ratios. However, this does require configuration and setup. If you previously enabled twilio ignored codes, remove the
ignored_twilio_error_codes
definition from your Terraform. For detailed setup instructions, see https://github.com/google/exposure-notifications-verification-server/blob/main/docs/production.md#setup-system-emails. This introduces a new service,emailer
. When deploying, runterraform taint module.en.null_resource.build
to ensure the new service is built. The initial Terraform deployment may fail with errors about a missing metric. After you configure the emailer as noted above, update the Terraform configuration for module theen
anden-alerting
module and setenable_emailer = true
, then run Terraform a second time and it will succeed. If you restrict ingress traffic, also ensure add the revision annotation"run.googleapis.com/ingress" : "all"
to theemailer
service. (#2308, @sethvargo) - Add support for setting CC and BCC on all system-sent emails. To configure this, see the production guide for sending system emails. (#2320, @sethvargo)
- Only register metric descriptors that have not yet been registered. (#2311, @sethvargo)
SMS
- Allow user report to utilize a different "from" number for SMS sending. This can help reduce queuing and self report codes being blocked by a large bulk issue in a jurisdiction. (#2312, @mikehelmick)
- Fix an issue where the server might crash when a large number of codes were submitted to the SMS provider and the SMS provider rejects the request due to a queueing issue. (#2307, @sethvargo)
Dependencies
Added
- cloud.google.com/go/compute: v1.0.0
- cloud.google.com/go/iam: v0.1.0
Changed
- cloud.google.com/go/monitoring: v1.1.0 → v1.2.0
- cloud.google.com/go: v0.98.0 → v0.100.2
- github.com/Azure/azure-sdk-for-go: v60.0.0+incompatible → v61.2.0+incompatible
- github.com/Azure/go-autorest/autorest/adal: v0.9.17 → v0.9.18
- github.com/Azure/go-autorest/autorest/azure/auth: v0.5.9 → v0.5.11
- github.com/Azure/go-autorest/autorest/azure/cli: v0.4.4 → v0.4.5
- github.com/Azure/go-autorest/autorest: v0.11.22 → v0.11.24
- github.com/aws/aws-sdk-go: v1.42.20 → v1.42.35
- github.com/benbjohnson/clock: v1.1.0 → v1.3.0
- github.com/checkpoint-restore/go-criu/v5: v5.0.0 → v5.3.0
- github.com/chromedp/cdproto: d2673e9 → dcaca7e
- github.com/cilium/ebpf: v0.6.2 → v0.7.0
- github.com/cncf/xds/go: a8f9461 → cb28da3
- github.com/containerd/console: v1.0.2 → v1.0.3
- github.com/containerd/continuity: v0.2.1 → v0.2.2
- github.com/cyphar/filepath-securejoin: v0.2.2 → v0.2.3
- github.com/envoyproxy/go-control-plane: v0.10.1 → cf90f65
- github.com/envoyproxy/protoc-gen-validate: v0.6.2 → v0.1.0
- github.com/fsnotify/fsnotify: v1.4.9 → v1.5.1
- github.com/gin-gonic/gin: v1.7.4 → v1.7.7
- github.com/go-playground/validator/v10: v10.9.0 → v10.10.0
- github.com/go-sql-driver/mysql: v1.5.0 → v1.6.0
- github.com/godbus/dbus/v5: v5.0.4 → v5.0.6
- github.com/gofrs/uuid: v4.0.0+incompatible → v4.1.0+incompatible
- github.com/google/exposure-notifications-server: v1.3.0 → v1.5.0
- github.com/hashicorp/go-hclog: v1.0.0 → v1.1.0
- github.com/hashicorp/go-version: v1.3.0 → v1.4.0
- github.com/hashicorp/vault/api: v1.3.0 → v1.3.1
- github.com/joho/godotenv: v1.3.0 → v1.4.0
- github.com/mattn/go-ieproxy: v0.0.1 → v0.0.2
- github.com/mattn/go-sqlite3: v1.14.6 → v1.14.9
- github.com/microcosm-cc/bluemonday: v1.0.16 → v1.0.17
- github.com/moby/sys/mountinfo: v0.4.1 → v0.5.0
- github.com/nyaruka/phonenumbers: v1.0.73 → v1.0.74
- github.com/opencontainers/runc: v1.0.3 → v1.1.0
- github.com/opencontainers/selinux: v1.8.2 → v1.10.0
- github.com/seccomp/libseccomp-golang: v0.9.1 → 3879420
- github.com/sethvargo/go-retry: v0.1.0 → v0.2.2
- go.uber.org/goleak: 6911603 → v1.1.11
- go.uber.org/zap: v1.19.1 → v1.20.0
- golang.org/x/crypto: 5770296 → 5e0467b
- golang.org/x/net: 266e24b → 0dd24b2
- golang.org/x/sys: 97ca703 → da31bd3
- google.golang.org/api: v0.61.0 → v0.65.0
- google.golang.org/genproto: 3cb0678 → d2e6a12
- google.golang.org/grpc: v1.42.0 → v1.43.0
Removed
v1.5.0
UI
- Add explanation for possible delta in token claim / publish rate due to iOS user-report behavior (#2309, @bschlaman)
Operations
- Add functionality for sending alert emails to realm contacts for SMS and code anomalies. This removes the server operator from the loop in alerting realms of potential issues with SMS error rates or code claim ratios. However, this does require configuration and setup. If you previously enabled twilio ignored codes, remove the
ignored_twilio_error_codes
definition from your Terraform. For detailed setup instructions, see https://github.com/google/exposure-notifications-verification-server/blob/main/docs/production.md#setup-system-emails. This introduces a new service,emailer
. When deploying, runterraform taint module.en.null_resource.build
to ensure the new service is built. The initial Terraform deployment may fail with errors about a missing metric. After you configure the emailer as noted above, update the Terraform configuration for module theen
anden-alerting
module and setenable_emailer = true
, then run Terraform a second time and it will succeed. If you restrict ingress traffic, also ensure add the revision annotation"run.googleapis.com/ingress" : "all"
to theemailer
service. (#2308, @sethvargo) - Add support for setting CC and BCC on all system-sent emails. To configure this, see the production guide for sending system emails. (#2320, @sethvargo)
- Only register metric descriptors that have not yet been registered. (#2311, @sethvargo)
SMS
- Allow user report to utilize a different "from" number for SMS sending. This can help reduce queuing and self report codes being blocked by a large bulk issue in a jurisdiction. (#2312, @mikehelmick)
- Fix an issue where the server might crash when a large number of codes were submitted to the SMS provider and the SMS provider rejects the request due to a queueing issue. (#2307, @sethvargo)
Dependencies
Added
- cloud.google.com/go/compute: v1.0.0
- cloud.google.com/go/iam: v0.1.0
Changed
- cloud.google.com/go/monitoring: v1.1.0 → v1.2.0
- cloud.google.com/go: v0.98.0 → v0.100.2
- github.com/Azure/azure-sdk-for-go: v60.0.0+incompatible → v61.2.0+incompatible
- github.com/Azure/go-autorest/autorest/adal: v0.9.17 → v0.9.18
- github.com/Azure/go-autorest/autorest/azure/auth: v0.5.9 → v0.5.11
- github.com/Azure/go-autorest/autorest/azure/cli: v0.4.4 → v0.4.5
- github.com/Azure/go-autorest/autorest: v0.11.22 → v0.11.24
- github.com/aws/aws-sdk-go: v1.42.20 → v1.42.35
- github.com/benbjohnson/clock: v1.1.0 → v1.3.0
- github.com/checkpoint-restore/go-criu/v5: v5.0.0 → v5.3.0
- github.com/chromedp/cdproto: d2673e9 → dcaca7e
- github.com/cilium/ebpf: v0.6.2 → v0.7.0
- github.com/cncf/xds/go: a8f9461 → cb28da3
- github.com/containerd/console: v1.0.2 → v1.0.3
- github.com/containerd/continuity: v0.2.1 → v0.2.2
- github.com/cyphar/filepath-securejoin: v0.2.2 → v0.2.3
- github.com/envoyproxy/go-control-plane: v0.10.1 → cf90f65
- github.com/envoyproxy/protoc-gen-validate: v0.6.2 → v0.1.0
- github.com/fsnotify/fsnotify: v1.4.9 → v1.5.1
- github.com/gin-gonic/gin: v1.7.4 → v1.7.7
- github.com/go-playground/validator/v10: v10.9.0 → v10.10.0
- github.com/go-sql-driver/mysql: v1.5.0 → v1.6.0
- github.com/godbus/dbus/v5: v5.0.4 → v5.0.6
- github.com/gofrs/uuid: v4.0.0+incompatible → v4.1.0+incompatible
- github.com/google/exposure-notifications-server: v1.3.0 → v1.5.0
- github.com/hashicorp/go-hclog: v1.0.0 → v1.1.0
- github.com/hashicorp/go-version: v1.3.0 → v1.4.0
- github.com/hashicorp/vault/api: v1.3.0 → v1.3.1
- github.com/joho/godotenv: v1.3.0 → v1.4.0
- github.com/mattn/go-ieproxy: v0.0.1 → v0.0.2
- github.com/mattn/go-sqlite3: v1.14.6 → v1.14.9
- github.com/microcosm-cc/bluemonday: v1.0.16 → v1.0.17
- github.com/moby/sys/mountinfo: v0.4.1 → v0.5.0
- github.com/nyaruka/phonenumbers: v1.0.73 → v1.0.74
- github.com/opencontainers/runc: v1.0.3 → v1.1.0
- github.com/opencontainers/selinux: v1.8.2 → v1.10.0
- github.com/seccomp/libseccomp-golang: v0.9.1 → 3879420
- github.com/sethvargo/go-retry: v0.1.0 → v0.2.2
- go.uber.org/goleak: 6911603 → v1.1.11
- go.uber.org/zap: v1.19.1 → v1.20.0
- golang.org/x/crypto: 5770296 → 5e0467b
- golang.org/x/net: 266e24b → 0dd24b2
- golang.org/x/sys: 97ca703 → da31bd3
- google.golang.org/api: v0.61.0 → v0.65.0
- google.golang.org/genproto: 3cb0678 → d2e6a12
- google.golang.org/grpc: v1.42.0 → v1.43.0
Removed
v1.4.0
Changes since v1.3.0
User-report
- Add user report debug option for development environments. (#2300, @mikehelmick)
- For user-report webview, use agency background color instead of agency color. (#2303, @mikehelmick)
Operations
- Allow server operators to ignore specific Twilio error codes in SMS alerts. Server operators can set the
ignored_twilio_error_codes
variable in the alerting module to a string list of error codes that should be ignored when determined if there are elevated SMS errors for a realm. This can be helpful for Twilio errors that are non-actionable, such as "30006" which means a message was sent to a landline phone number. This is a global configuration that applies to all realms on the server; there is no realm-specific configuration. This change affects the monitoring and alerting policy, not the data collection. Realms will still see all SMS errors in their statistics dashboard, even if that error code is excluded from the alerting policy. (#2306, @sethvargo)
Bug fixes
- Extends stats retention default by 1d to avoid the last day being cleaned up and still being shown. (#2299, @mikehelmick)
- Fix an issue where the server might crash when a large number of codes were submitted to the SMS provider and the SMS provider rejects the request due to a queueing issue. (#2307, @sethvargo)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
v1.3.0
Enhancements
- Add user report translations for PS. (#2292, @mikehelmick)
- Adds user report translations for OM and TI languages. (#2291, @mikehelmick)
- Change default pagination to be 24 elements per page. (#2290, @sethvargo)
- Improve tracing of requests that span multiple services (like the e2e runer) (#2296, @sethvargo)
- Set a custom user-agent header when running e2e tests to make log identification easier (#2293, @sethvargo)
Dependencies
Added
Nothing has changed.
Changed
- cloud.google.com/go: v0.97.0 → v0.98.0
- github.com/Azure/azure-sdk-for-go: v59.0.0+incompatible → v60.0.0+incompatible
- github.com/Azure/go-autorest/autorest/adal: v0.9.16 → v0.9.17
- github.com/Azure/go-autorest/autorest/azure/auth: v0.5.8 → v0.5.9
- github.com/Azure/go-autorest/autorest/azure/cli: v0.4.3 → v0.4.4
- github.com/Azure/go-autorest/autorest: v0.11.21 → v0.11.22
- github.com/aws/aws-sdk-go: v1.41.14 → v1.42.20
- github.com/chromedp/cdproto: 2570df9 → d2673e9
- github.com/chromedp/chromedp: v0.7.4 → v0.7.6
- github.com/cncf/xds/go: cb28da3 → a8f9461
- github.com/envoyproxy/go-control-plane: v0.10.0 → v0.10.1
- github.com/golang-jwt/jwt/v4: v4.1.0 → v4.2.0
- github.com/google/exposure-notifications-server: v1.2.0 → v1.3.0
- github.com/hashicorp/go-secure-stdlib/mlock: v0.1.1 → v0.1.2
- github.com/hashicorp/go-secure-stdlib/strutil: v0.1.1 → v0.1.2
- github.com/jackc/pgconn: v1.10.0 → v1.10.1
- github.com/jackc/pgproto3/v2: v2.1.1 → v2.2.0
- github.com/jackc/pgtype: v1.8.1 → v1.9.1
- github.com/jackc/pgx/v4: v4.13.0 → v4.14.1
- github.com/jackc/puddle: v1.1.4 → v1.2.1
- github.com/lib/pq: v1.10.3 → v1.10.4
- github.com/mattn/go-colorable: v0.1.11 → v0.1.12
- github.com/mitchellh/mapstructure: v1.4.2 → v1.4.3
- github.com/opencontainers/image-spec: v1.0.1 → v1.0.2
- github.com/opencontainers/runc: v1.0.2 → v1.0.3
- github.com/prometheus/statsd_exporter: v0.22.3 → v0.22.4
- github.com/sethvargo/go-envconfig: v0.3.5 → v0.4.0
- golang.org/x/crypto: 089bfa5 → 5770296
- golang.org/x/net: 9967326 → 266e24b
- golang.org/x/oauth2: ba495a6 → d3ed0bb
- golang.org/x/sys: 611d5d6 → 97ca703
- golang.org/x/time: 1f47c86 → f0f3c7e
- google.golang.org/api: v0.60.0 → v0.61.0
- google.golang.org/genproto: 62acf1d → 3cb0678
- google.golang.org/grpc: v1.41.0 → v1.42.0
Removed
Nothing has changed.
v1.2.0
Release notes for exposure-notifications-verificaiton-server
Changelog since v1.1.0
Changes by Kind
Security
This was first patched, in v1.1.2, but is being repeated here
- SECURITY PATCH! This release fixes an issue where users or API keys with permission to expire verification codes could have expired codes that belonged to another realm if they guessed the UUID.
Enhancement
- Add human vetted translations for
my
(#2254, @mikehelmick) - Allows for a max latency injected for chaff requests, default is set to 1000 ms and is configurable. (#2279, @mikehelmick)
- System administrators can now remove a phone number from the user report deduplication list before the phone number ages out. (#2270, @mikehelmick)
- Add a global configuration option (applies to all realms) to configure the number of standard deviations away from the norm before behavior is consider an anomaly. You can configure this value by setting
ANOMALY_ALLOWED_STDEVS
on theserver
andmodeler
components to any positive float value. The default value is 2.0. (#2281, @sethvargo) - Add more documentation for SMS error statistics. (#2259, @sethvargo)
- Add sms errors chart to realm guide (#2282, @sethvargo)
- Adds user report translations for AF and ZU. (#2280, @mikehelmick)
- Allows HTTP GET request method (in addition to POST) for initiating the user report webview. The API key and nonce must still be passed as HTTP headers (unless dev mode is also enabled). dev mode should NOT be enabled in production to avoid logging the API key query params. (#2260, @mikehelmick)
- Ensure there is only one E2E realm and prohibit naming realms similarly to avoid confusion. (#2286, @sethvargo)
- Ensure validation errors always return an HTTP 422 response code for the web interface. (#2276, @sethvargo)
- Fix an issue with rendering charts when realms had less than 30 days worth of key server statistics. (#2269, @sethvargo)
- Fix parameters for the CodesClaimedRatioAnomaly and ElevatedSMSErrors alerts (#2266, @bschlaman)
- Ignore e2e realm in anomaly notifications. (#2284, @sethvargo)
- Improve performance for redrawing charts when the browser window is resized. (#2255, @sethvargo)
- Make Cloud Scheduler timezone configurable in Terraform via
var.cloud_scheduler_timezone
and update the default value to UTC time. (#2262, @sethvargo) - NotifyAnomalies and EnableSMSErrorWebhook are now enabled by default and cannot be disabled. (#2257, @sethvargo)
- Return more detailed responses on code expiration errors. Only return 500 on server-side errors. (#2264, @sethvargo)
Dependencies
Added
Nothing has changed.
Changed
- github.com/google/exposure-notifications-server: v1.1.0 → v1.2.0
- github.com/mikehelmick/go-chaff: v0.5.0 → v0.6.0
Removed
Nothing has changed.
v1.1.2
Security
- SECURITY PATCH! This release fixes an issue where users or API keys with permission to expire verification codes could have expired codes that belonged to another realm if they guessed the UUID.
Self-report
- Allows HTTP GET request method (in addition to POST) for initiating the user report webview. The API key and nonce must still be passed as HTTP headers (unless dev mode is also enabled). dev mode should NOT be enabled in production to avoid logging the API key query params. (#2260, @mikehelmick)
Operations
- Make Cloud Scheduler timezone configurable in Terraform via
var.cloud_scheduler_timezone
and update the default value to UTC time. (#2262, @sethvargo) - Return more detailed responses on code expiration errors. Only return 500 on server-side errors. (#2264, @sethvargo)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
v1.1.1
Internationalization
- Add human vetted translations for
my
(#2254, @mikehelmick)
Administration
- Add more documentation for SMS error statistics. (#2259, @sethvargo)
Bug fixes and features
- Improve performance for redrawing charts when the browser window is resized. (#2255, @sethvargo)
- Allows HTTP GET request method (in addition to POST) for initiating the user report webview. The API key and nonce must still be passed as HTTP headers (unless dev mode is also enabled). dev mode should NOT be enabled in production to avoid logging the API key query params. (#2260, @mikehelmick)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
v1.1.0
Upgrade notes
- You may get errors during the Terraform apply about a missing metric. Ignore this error and continue the deploy, then re-run Terraform when finished.
- This release contains two new features: SMS error webhooks and anomaly notifications. These features are both enabled by default. If you want to disable these features, see the release note below for instructions to disable. We do not recommend disabling these features.
Enhancements
- Add functionality for individual realms to configure a Twilio error webhook. If configured, the realm statistics page will display a summary of recent Twilio errors by error code, grouped by UTC day. This feature is available by default, but requires configuration on the Twilio account. It can be disabled by setting
ENABLE_SMS_ERROR_WEBHOOK=false
. We do not recommend disabling this setting unless there are technical issues. The ability to disable this feature will be removed in a future release. (#2231, @sethvargo) - Add predictive modeling for anomaly detection for code claim rates. If the most recent day's ratio falls below one standard deviation of the 14-day historical average, it's considered an anomaly. Anomalies are flagged in the UI to users with StatsRead permissions via a persistent banner. Anomalies are also visible system admin realms index page and realm page. Server operators can disable the realm banner by setting
NOTIFY_ANOMALIES=false
. Server operators will also receive an alert on their non-paging alert channel when realm's are in an anomaly state. See the newCodesClaimedRatioAnomaly
playbook for more information. We do not recommend disabling this setting unless there are technical issues. The ability to disable this feature will be removed in a future release. (#2229, @sethvargo) - Adds Burmese user report webview translations (#2252, @mikehelmick)
- Split translations for main server and enx-redirect server to allow decoupling of the translation set. (#2224, @mikehelmick)
- Adds HI and PA as supported user-report webview languages. (#2248, @mikehelmick)
- Greatly increases the number of translations for the user report web view. (#2251, @mikehelmick)
Bug fixes
- Fixed missing return that could display errors to users when enable/disabling API keys under certain circumstances (#2240, @mikehelmick)
- Fix the name for the
backup-worker
job in gcloud command in Terraform output. (#2227, @sethvargo) - Fix an issue with the per-user and external issuer tables on the statistics page that would prevent the nested fields from expanding. (#2249, @sethvargo)
- When deleting a verification code post-SMS send fail, use the primary key for more efficient deletion (#2250, @mikehelmick)
- Only rebuild models once on each invocation of the modeler. (#2228, @sethvargo)
Dependencies
Added
- gioui.org: 57750fc
- github.com/Microsoft/hcsshim/test: 43a75bb
- github.com/PuerkitoBio/purell: v1.1.1
- github.com/PuerkitoBio/urlesc: de5bf2a
- github.com/Shopify/logrus-bugsnag: 577dee2
- github.com/ajstarks/svgo: 644b8db
- github.com/alexflint/go-filemutex: 72bdc8e
- github.com/bitly/go-simplejson: v0.5.0
- github.com/blang/semver: v3.5.1+incompatible
- github.com/boombuler/barcode: v1.0.0
- github.com/bshuster-repo/logrus-logstash-hook: v0.4.1
- github.com/buger/jsonparser: f4dd9f5
- github.com/bugsnag/bugsnag-go: b1d1530
- github.com/bugsnag/osext: 0dd3f91
- github.com/bugsnag/panicwrap: e2c2850
- github.com/checkpoint-restore/go-criu/v4: v4.1.0
- github.com/containerd/aufs: v1.0.0
- github.com/containerd/btrfs: v1.0.0
- github.com/containerd/go-cni: v1.0.2
- github.com/containerd/imgcrypt: v1.1.1
- github.com/containerd/nri: v0.1.0
- github.com/containerd/zfs: v1.0.0
- github.com/containernetworking/cni: v0.8.1
- github.com/containernetworking/plugins: v0.9.1
- github.com/containers/ocicrypt: v1.1.1
- github.com/coreos/go-iptables: v0.5.0
- github.com/coreos/go-oidc: v2.1.0+incompatible
- github.com/d2g/dhcp4: a1d1b6c
- github.com/d2g/dhcp4client: v1.0.0
- github.com/d2g/dhcp4server: 7d4a0a7
- github.com/d2g/hardwareaddr: e7d9fbe
- github.com/denverdino/aliyungo: a747050
- github.com/dnaeon/go-vcr: v1.0.1
- github.com/docker/go-events: e31b211
- github.com/docker/go-metrics: v0.0.1
- github.com/docker/libtrust: fa56704
- github.com/docker/spdystream: 449fdfc
- github.com/docopt/docopt-go: ee0de3b
- github.com/elazarl/goproxy: 947c36d
- github.com/emicklei/go-restful: v2.9.5+incompatible
- github.com/evanphx/json-patch/v5: v5.5.0
- github.com/evanphx/json-patch: v4.9.0+incompatible
- github.com/fogleman/gg: v1.3.0
- github.com/fullsailor/pkcs7: d7302db
- github.com/gabriel-vasile/mimetype: v1.4.0
- github.com/garyburd/redigo: 535138d
- github.com/go-fonts/dejavu: v0.1.0
- github.com/go-fonts/latin-modern: v0.2.0
- github.com/go-fonts/liberation: v0.1.1
- github.com/go-fonts/stix: v0.1.0
- github.com/go-ini/ini: v1.25.4
- github.com/go-latex/latex: b3d85cf
- github.com/go-logr/logr: v0.2.0
- github.com/go-openapi/jsonpointer: v0.19.3
- github.com/go-openapi/jsonreference: v0.19.3
- github.com/go-openapi/spec: v0.19.3
- github.com/go-openapi/swag: v0.19.5
- github.com/gogo/googleapis: v1.4.0
- github.com/golang/freetype: e2365df
- github.com/gomodule/redigo: v1.8.2
- github.com/googleapis/gnostic: v0.4.1
- github.com/hashicorp/go-secure-stdlib/base62: v0.1.1
- github.com/hashicorp/go-secure-stdlib/mlock: [v0.1.1](https://github.com/has...