CRI-O v1.26.0
The release notes have been generated for the commit range
v1.25.0…71af442 on Wed, 05 Apr 2023 13:02:43 UTC.
Downloads
Download one of our static release bundles via our Google Cloud Bucket:
To verify the artifact signatures via cosign, run:
> export COSIGN_EXPERIMENTAL=1
> cosign verify-blob cri-o.amd64.71af44278ae6592539789bb02e586b42e786f961.tar.gz \
--certificate-identity https://github.com/cri-o/cri-o/.github/workflows/test.yml@refs/tags/71af44278ae6592539789bb02e586b42e786f961 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-github-workflow-repository cri-o/cri-o \
--certificate-github-workflow-ref refs/tags/71af44278ae6592539789bb02e586b42e786f961 \
--signature cri-o.amd64.71af44278ae6592539789bb02e586b42e786f961.tar.gz.sig \
--certificate cri-o.amd64.71af44278ae6592539789bb02e586b42e786f961.tar.gz.cert
To verify the bill of materials (SBOM) in SPDX format using the bom tool, run:
> tar xfz cri-o.amd64.71af44278ae6592539789bb02e586b42e786f961.tar.gz
> bom validate -e cri-o.amd64.71af44278ae6592539789bb02e586b42e786f961.tar.gz.spdx -d cri-o
Changelog since v1.25.0
Changes by Kind
Other
- Add HostNetworkDisableSELinux option to configuration,
allowing users to enable/disable selinux within a pod when it is running in the host network namespace. (#6579, @hasan4791)
Dependency-Change
- ‘/dev’ is now mounted again without the ‘noexec’ flag. (#6582, @klihub)
- Fixed bug to restore
/var/lib/containers/storage/overlay/backingFsBlockDev
on XFS file systems. (#6358, @saschagrunert)
- The NRI-related configuration and command line options have been updated to reflect the corresponding changes in NRI itself. In particular,
- remove ‘nri_config_file’ configuration file and ‘–nri-config-file’ command line options
- add ‘nri_plugin_config_dir’ configuration and ‘–nri-plugin-config-dir’ command line options to specify directory to scan for configuration of plugins pre-launched by the runtime
- add ‘nri_disable_connections’ configuration and ‘–nri-disable-connections’ command line options to disable connections from externally launched plugins
- add ‘nri_plugin_registration_timeout’ configuration and ‘–nri-plugin-registration-timeout’ command line options to allow overriding the default plugin registration timeout
- add ‘nri_plugin_request_timeout’ configuration and ‘–nri-plugin-request-timeout’ command line options to allow overriding the default plugin request handling timeout (#6648, @klihub)
- Update github.com/container-orchestrated-devices/container-device-interface to v0.5.4. (#6711, @klihub)
- Updated CNI plugins to v1.2.0. (#6541, @saschagrunert)
- Updated crun to v1.8.3 and runc to v1.5.1. (#6770, @saschagrunert)
Deprecation
- Fix CVE-2022-4318 by failing to create container if it’s passed a HOME environment variable with a newline (#6450, @haircommander)
API Change
- Removed support for CRI
v1alpha2
, means that CRI-O now only supports v1
. (#6347, @saschagrunert)
Feature
- Add an option “add_inheritable_capabilities” which adds added capabilities to the inheritable list as well. As of CRI-O 1.24.0, CRI-O drops the inheritable capabilities to fix CVE-2022-27652 . However, this can cause regressions in workloads that attempt to pass capabilities to non-root users through inheritable capabilities. (#6236, @haircommander)
- Add configuration option to control the irqbalance configuration restore process for high performance hooks dynamic IRQ pinning. (#6388, @jlojosnegros)
- Added OTLP tracing support via conmon-rs. (#6293, @saschagrunert)
- Added a new boolean configuration flag “–evented-pleg”(defaulted to “false”) to enable the evented pleg mechanism in cri-o. The environment variable “EVENTED_PLEG” when set to “true” also enables the evented pleg in the cri-o. (#6404, @sairameshv)
- Added logs and GRPC error codes to OpenTelemetry traces. (#6294, @saschagrunert)
- Added seccomp notifier feature, which can be enabled by setting the annotation
io.kubernetes.cri-o.seccompNotifierAction
either to stop
(for terminating the workload) or anything else to just create metrics or logs. This also includes the new metric crio_containers_seccomp_notifier_count_total
. For more information on its usage, please refer to the crio.conf.5 man page. (#6120, @saschagrunert)
- Added support to checkpoint and restore containers in pods without infrastructure containers. (#6379, @adrianreber)
- Allow
crio.runtime.runtimes
configuration to be updated on reload. (#6248, @elezar)
- Allow for a reload to add additional runtimes and change the default runtime (#6056, @elezar)
- CRI-O honors the per-volume mappings specified by the Kubelet (#6750, @giuseppe)
- CRI-O now logs the stage of container or pod creation under system load. This allows users to find why their creation requests are stalling. (#5683, @haircommander)
- Extended checkpoint archive metadata with time of checkpointing. (#6464, @adrianreber)
- More information available in tracing spans (#6343, @vrutkovs)
Documentation
- Added documentation to
tutorials
how to use Open Telemetry tracing in CRI-O. (#6576, @saschagrunert)
- Updated CLI and config documentation to show how to enable Open Telemetry trace sampling for every span. (#6324, @saschagrunert)
Bug or Regression
- Fix a bug where
conmon_cgroup
and monitor_path
became out of sync (#6255, @haircommander)
- Fix a bug where
internal/resourcestore.(*ResourceStore).SetStageForResource
leaks memory (#6403, @haircommander)
- Fix a bug where static pods cannot be created because they’ve already been created. (#6123, @haircommander)
- Fix a bug where updating
default_runtime
would cause the runc
entry in the runtimes table to be deleted (#6257, @haircommander)
- Fix a segfault in
crio config
when runtime.workloads.resources
is nil (#6192, @haircommander)
- Fix conmonrs cgroup when infra container is dropped (#6416, @mrunalp)
- Fix panic of server when EnablePodEvents is set to true (#6630, @haircommander)
- Fixed wrong tracing key for hostname field (
service.instance.id
→ host.name
).
- Added process.id to the traces. (#6326, @saschagrunert)
- Update systemd unit restart policy to be
on-failure
(#6408, @haircommander)
Other (Cleanup or Flake)
- Fix some inconsistencies in the help text (#6217, @haircommander)
- Updated crun to v1.8.1. (#6697, @saschagrunert)
Uncategorized
- Add initial support for Node Resource Interface (NRI) v0.2.0. NRI allows vendors to customize container behavior and configuration using plugins. NRI plugins can register to various events in containers’ lifecycle and make controlled changes to containers’ configuration when these events occur. This feature is experimental and disabled by default. It can be enabled using the
--enable-nri
command line option or by setting enable_nri = true
in the CRI-O configuration [crio.nri]
table. The same table can be used to set other NRI-related configuration options. In addition to enabling NRI support in cri-o, an NRI configuration file also needs to be in place. The default location for this file is /etc/nri/nri.conf
and it can be empty. (#5318, @klihub)
- Change metrics endpoint to gracefully shutdown, and move metric server fatal errors to just errors. (#6748, @rphillips)
- This introduces the ability to store checkpoint archives as OCI images and push the checkpoint images to a remote registry. Important to remember is that the checkpoint image contains all memory pages of the checkpoint and therefore might contain sensitive information (password, encryption keys, …). (#6181, @adrianreber)
- Update github.com/containers/image to v5.24.0 for sigstore features (#6634, @mrunalp)
Dependencies
Added
- cloud.google.com/go/accessapproval: v1.5.0
- cloud.google.com/go/accesscontextmanager: v1.4.0
- cloud.google.com/go/aiplatform: v1.27.0
- cloud.google.com/go/analytics: v0.12.0
- cloud.google.com/go/apigateway: v1.4.0
- cloud.google.com/go/apigeeconnect: v1.4.0
- cloud.google.com/go/appengine: v1.5.0
- cloud.google.com/go/area120: v0.6.0
- cloud.google.com/go/artifactregistry: v1.9.0
- cloud.google.com/go/asset: v1.10.0
- cloud.google.com/go/assuredworkloads: v1.9.0
- cloud.google.com/go/automl: v1.8.0
- cloud.google.com/go/baremetalsolution: v0.4.0
- cloud.google.com/go/batch: v0.4.0
- cloud.google.com/go/beyondcorp: v0.3.0
- cloud.google.com/go/billing: v1.7.0
- cloud.google.com/go/binaryauthorization: v1.4.0
- cloud.google.com/go/certificatemanager: v1.4.0
- cloud.google.com/go/channel: v1.9.0
- cloud.google.com/go/cloudbuild: v1.4.0
- cloud.google.com/go/clouddms: v1.4.0
- cloud.google.com/go/cloudtasks: v1.8.0
- cloud.google.com/go/compute/metadata: v0.2.3
- cloud.google.com/go/contactcenterinsights: v1.4.0
- cloud.google.com/go/container: v1.7.0
- cloud.google.com/go/datacatalog: v1.8.0
- cloud.google.com/go/dataflow: v0.7.0
- cloud.google.com/go/dataform: v0.5.0
- cloud.google.com/go/datafusion: v1.5.0
- cloud.google.com/go/datalabeling: v0.6.0
- cloud.google.com/go/dataplex: v1.4.0
- cloud.google.com/go/dataproc: v1.8.0
- cloud.google.com/go/dataqna: v0.6.0
- cloud.google.com/go/datastream: v1.5.0
- cloud.google.com/go/deploy: v1.5.0
- cloud.google.com/go/dialogflow: v1.19.0
- cloud.google.com/go/dlp: v1.7.0
- cloud.google.com/go/documentai: v1.10.0
- cloud.google.com/go/domains: v0.7.0
- cloud.google.com/go/edgecontainer: v0.2.0
- cloud.google.com/go/essentialcontacts: v1.4.0
- cloud.google.com/go/eventarc: v1.8.0
- cloud.google.com/go/filestore: v1.4.0
- cloud.google.com/go/functions: v1.9.0
- cloud.google.com/go/gaming: v1.8.0
- cloud.google.com/go/gkebackup: v0.3.0
- cloud.google.com/go/gkeconnect: v0.6.0
- cloud.google.com/go/gkehub: v0.10.0
- cloud.google.com/go/gkemulticloud: v0.4.0
- cloud.google.com/go/gsuiteaddons: v1.4.0
- cloud.google.com/go/iap: v1.5.0
- cloud.google.com/go/ids: v1.2.0
- cloud.google.com/go/iot: v1.4.0
- cloud.google.com/go/language: v1.8.0
- cloud.google.com/go/lifesciences: v0.6.0
- cloud.google.com/go/longrunning: v0.3.0
- cloud.google.com/go/managedidentities: v1.4.0
- cloud.google.com/go/maps: v0.1.0
- cloud.google.com/go/mediatranslation: v0.6.0
- cloud.google.com/go/memcache: v1.7.0
- cloud.google.com/go/metastore: v1.8.0
- cloud.google.com/go/networkconnectivity: v1.7.0
- cloud.google.com/go/networkmanagement: v1.5.0
- cloud.google.com/go/networksecurity: v0.6.0
- cloud.google.com/go/notebooks: v1.5.0
- cloud.google.com/go/optimization: v1.2.0
- cloud.google.com/go/orchestration: v1.4.0
- cloud.google.com/go/orgpolicy: v1.5.0
- cloud.google.com/go/osconfig: v1.10.0
- cloud.google.com/go/oslogin: v1.7.0
- cloud.google.com/go/phishingprotection: v0.6.0
- cloud.google.com/go/policytroubleshooter: v1.4.0
- cloud.google.com/go/privatecatalog: v0.6.0
- cloud.google.com/go/pubsublite: v1.5.0
- cloud.google.com/go/recaptchaenterprise/v2: v2.5.0
- cloud.google.com/go/recommendationengine: v0.6.0
- cloud.google.com/go/recommender: v1.8.0
- cloud.google.com/go/redis: v1.10.0
- cloud.google.com/go/resourcemanager: v1.4.0
- cloud.google.com/go/resourcesettings: v1.4.0
- cloud.google.com/go/retail: v1.11.0
- cloud.google.com/go/run: v0.3.0
- cloud.google.com/go/scheduler: v1.7.0
- cloud.google.com/go/secretmanager: v1.9.0
- cloud.google.com/go/securitycenter: v1.16.0
- cloud.google.com/go/servicecontrol: v1.5.0
- cloud.google.com/go/servicedirectory: v1.7.0
- cloud.google.com/go/servicemanagement: v1.5.0
- cloud.google.com/go/serviceusage: v1.4.0
- cloud.google.com/go/shell: v1.4.0
- cloud.google.com/go/speech: v1.9.0
- cloud.google.com/go/storagetransfer: v1.6.0
- cloud.google.com/go/talent: v1.4.0
- cloud.google.com/go/texttospeech: v1.5.0
- cloud.google.com/go/tpu: v1.4.0
- cloud.google.com/go/translate: v1.4.0
- cloud.google.com/go/video: v1.9.0
- cloud.google.com/go/videointelligence: v1.9.0
- cloud.google.com/go/vision/v2: v2.5.0
- cloud.google.com/go/vmmigration: v1.3.0
- cloud.google.com/go/vmwareengine: v0.1.0
- cloud.google.com/go/vpcaccess: v1.5.0
- cloud.google.com/go/webrisk: v1.7.0
- cloud.google.com/go/websecurityscanner: v1.4.0
- cloud.google.com/go/workflows: v1.9.0
- github.com/AdamKorcz/go-118-fuzz-build: 5330a85
- github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper: v0.2.0
- github.com/agnivade/levenshtein: v1.1.1
- github.com/alibabacloud-go/alibabacloud-gateway-spi: v0.0.4
- github.com/alibabacloud-go/cr-20160607: v1.0.1
- github.com/alibabacloud-go/cr-20181201: v1.0.10
- github.com/alibabacloud-go/darabonba-openapi: v0.1.18
- github.com/alibabacloud-go/darabonba-string: v1.0.0
- github.com/alibabacloud-go/debug: 9472017
- github.com/alibabacloud-go/endpoint-util: v1.1.1
- github.com/alibabacloud-go/openapi-util: v0.0.11
- github.com/alibabacloud-go/tea-utils: v1.4.4
- github.com/alibabacloud-go/tea-xml: v1.1.2
- github.com/alibabacloud-go/tea: v1.1.18
- github.com/aliyun/credentials-go: v1.2.3
- github.com/andreyvit/diff: c7f18ee
- github.com/arbovm/levenshtein: 48b4e1c
- github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream: v1.4.3
- github.com/aws/aws-sdk-go-v2/internal/v4a: v1.0.5
- github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding: v1.9.3
- github.com/aws/aws-sdk-go-v2/service/internal/checksum: v1.1.9
- github.com/aws/aws-sdk-go-v2/service/internal/s3shared: v1.13.8
- github.com/aws/aws-sdk-go-v2/service/s3: v1.27.1
- github.com/aws/aws-sdk-go-v2/service/ssooidc: v1.14.0
- github.com/bwesterb/go-ristretto: v1.2.0
- github.com/checkpoint-restore/go-criu/v6: v6.3.0
- github.com/clbanning/mxj/v2: v2.5.6
- github.com/cloudflare/circl: v1.1.0
- github.com/containerd/btrfs/v2: v2.0.0
- github.com/containerd/cgroups/v3: v3.0.0
- github.com/containerd/typeurl/v2: v2.1.0
- github.com/decred/dcrd/dcrec/secp256k1/v4: 5444fa5
- github.com/depcheck-test/depcheck-test: 199033a
- github.com/dgryski/trifles: dd97f9a
- github.com/go-jose/go-jose/v3: v3.0.0
- github.com/goadesign/goa: v2.2.5+incompatible
- github.com/goark/errs: v1.1.0
- github.com/goark/go-cvss: v1.3.0
- github.com/goccy/go-json: v0.9.7
- github.com/google/go-github/v47: v47.1.0
- github.com/google/go-github/v48: v48.2.0
- github.com/google/renameio/v2: v2.0.0
- github.com/google/tink/go: v1.7.0
- github.com/jellydator/ttlcache/v2: v2.11.1
- github.com/jellydator/ttlcache/v3: v3.0.0
- github.com/jhump/gopoet: v0.1.0
- github.com/jhump/goprotoc: v0.5.0
- github.com/klauspost/cpuid/v2: v2.0.4
- github.com/lestrrat-go/backoff/v2: v2.0.8
- github.com/lestrrat-go/blackmagic: v1.0.0
- github.com/lestrrat-go/httpcc: v1.0.1
- github.com/lestrrat-go/iter: v1.0.1
- github.com/lestrrat-go/jwx: v1.2.25
- github.com/lestrrat-go/option: v1.0.0
- github.com/minio/sha256-simd: v1.0.0
- github.com/mistifyio/go-zfs/v3: v3.0.0
- github.com/moby/patternmatcher: v0.5.0
- github.com/moby/sys/sequential: v0.5.0
- github.com/modocache/gover: b58185e
- github.com/mozillazg/docker-credential-acr-helper: v0.3.0
- github.com/pjbgf/sha1cd: v0.2.3
- github.com/skeema/knownhosts: v1.1.0
- github.com/tchap/go-patricia/v2: v2.3.1
- github.com/tjfoc/gmsm: v1.3.2
- github.com/uptrace/opentelemetry-go-extra/otellogrus: v0.1.21
- github.com/uptrace/opentelemetry-go-extra/otelutil: v0.1.21
- github.com/vektah/gqlparser/v2: v2.4.5
- github.com/vmihailenco/msgpack/v5: v5.3.5
- github.com/vmihailenco/tagparser/v2: v2.0.0
- github.com/withfig/autocomplete-tools/integrations/cobra: v1.2.1
- go.opentelemetry.io/contrib/propagators/b3: v1.10.0
- goa.design/goa: v2.2.5+incompatible
- k8s.io/kubernetes/staging/src/k8s.io/dynamic-resource-allocation: b46a3f8
- k8s.io/kubernetes/staging/src/k8s.io/kms: b46a3f8
Changed
Removed
- 4d63.com/gochecknoglobals: v0.1.0
- bou.ke/monkey: v1.0.2
- contrib.go.opencensus.io/exporter/prometheus: v0.4.0
- contrib.go.opencensus.io/exporter/zipkin: v0.1.2
- github.com/Antonboom/errname: v0.1.5
- github.com/Antonboom/nilnil: v0.1.0
- github.com/DATA-DOG/go-sqlmock: v1.5.0
- github.com/DataDog/datadog-go: v3.2.0+incompatible
- github.com/DataDog/zstd: v1.4.5
- github.com/Djarvur/go-err113: aea10b5
- github.com/Masterminds/sprig/v3: v3.2.2
- github.com/Masterminds/squirrel: v1.5.3
- github.com/Masterminds/vcs: v1.13.3
- github.com/OpenPeeDeeP/depguard: v1.0.1
- github.com/ReneKroon/ttlcache/v2: v2.11.0
- github.com/StackExchange/wmi: v1.2.1
- github.com/ajstarks/svgo: 644b8db
- github.com/alexkohler/prealloc: v1.0.0
- github.com/ashanbrown/forbidigo: v1.2.0
- github.com/ashanbrown/makezero: b626158
- github.com/auth0/go-jwt-middleware: v1.0.1
- github.com/bkielbasa/cyclop: v1.2.0
- github.com/blendle/zapdriver: v1.3.1
- github.com/blizzy78/varnamelen: v0.3.0
- github.com/boltdb/bolt: v1.3.1
- github.com/bombsimon/wsl/v3: v3.3.0
- github.com/bradleyfalzon/ghinstallation/v2: v2.0.3
- github.com/breml/bidichk: v0.1.1
- github.com/butuzov/ireturn: v0.1.1
- github.com/charithe/durationcheck: v0.0.9
- github.com/chavacava/garif: e8a0a40
- github.com/circonus-labs/circonus-gometrics: v2.3.1+incompatible
- github.com/circonus-labs/circonusllhist: v0.1.3
- github.com/daixiang0/gci: v0.2.9
- github.com/denis-tingajkin/go-header: v0.4.2
- github.com/dgryski/go-gk: a69029f
- github.com/distribution/distribution/v3: ffbd94c
- github.com/docker/libnetwork: 5a177b7
- github.com/dtylman/scp: f3000a3
- github.com/esimonov/ifshort: v1.0.3
- github.com/ettle/strcase: v0.1.1
- github.com/evanphx/json-patch/v5: v5.6.0
- github.com/facebookgo/ensure: 63f1cf6
- github.com/facebookgo/stack: 7517733
- github.com/facebookgo/subset: c811ad8
- github.com/fanliao/go-promise: 1890db3
- github.com/fatih/structs: v1.1.0
- github.com/fatih/structtag: v1.2.0
- github.com/fogleman/gg: 0403632
- github.com/fzipp/gocyclo: v0.3.1
- github.com/gin-contrib/sse: v0.1.0
- github.com/gin-gonic/gin: v1.7.1
- github.com/go-asn1-ber/asn1-ber: v1.3.1
- github.com/go-critic/go-critic: v0.6.1
- github.com/go-ldap/ldap/v3: v3.1.10
- github.com/go-lintpack/lintpack: v0.5.2
- github.com/go-ozzo/ozzo-validation: v3.5.0+incompatible
- github.com/go-toolsmith/astcast: v1.0.0
- github.com/go-toolsmith/astcopy: v1.0.0
- github.com/go-toolsmith/astequal: v1.0.1
- github.com/go-toolsmith/astfmt: v1.0.0
- github.com/go-toolsmith/astinfo: 9809ff7
- github.com/go-toolsmith/astp: v1.0.0
- github.com/go-toolsmith/pkgload: v1.0.0
- github.com/go-toolsmith/strparse: v1.0.0
- github.com/go-toolsmith/typep: v1.0.2
- github.com/go-xmlfmt/xmlfmt: d5b6f63
- github.com/gobuffalo/fizz: v1.10.0
- github.com/gobuffalo/genny/v2: v2.0.5
- github.com/gobuffalo/github_flavored_markdown: v1.1.0
- github.com/gobuffalo/helpers: v0.6.1
- github.com/gobuffalo/nulls: v0.2.0
- github.com/gobuffalo/plush/v4: v4.0.0
- github.com/gobuffalo/pop/v5: v5.3.1
- github.com/gobuffalo/tags/v3: v3.1.0
- github.com/gobuffalo/validate/v3: v3.1.0
- github.com/gofrs/flock: v0.8.1
- github.com/golang/freetype: e2365df
- github.com/golangci/check: cfe4005
- github.com/golangci/dupl: 3e9179a
- github.com/golangci/errcheck: ef45e06
- github.com/golangci/go-misc: 927a3d8
- github.com/golangci/goconst: 041c5f2
- github.com/golangci/gocyclo: 2becd97
- github.com/golangci/gofmt: 244bba7
- github.com/golangci/golangci-lint: v1.43.0
- github.com/golangci/ineffassign: 42439a7
- github.com/golangci/lint-1: 297bf36
- github.com/golangci/maligned: b1d8939
- github.com/golangci/misspell: v0.3.5
- github.com/golangci/prealloc: 215b22d
- github.com/golangci/revgrep: c22e500
- github.com/golangci/unconvert: 28b1c44
- github.com/gomodule/redigo: v1.8.2
- github.com/google/go-github/v27: v27.0.6
- github.com/google/go-github/v33: v33.0.0
- github.com/google/go-github/v39: v39.2.0
- github.com/google/go-github/v42: v42.0.0
- github.com/google/mako: 122f8dc
- github.com/gookit/color: v1.4.2
- github.com/gophercloud/gophercloud: v0.1.0
- github.com/gorhill/cronexpr: 88b0669
- github.com/gostaticanalysis/analysisutil: v0.7.1
- github.com/gostaticanalysis/comment: v1.4.2
- github.com/gostaticanalysis/forcetypeassert: 01d4955
- github.com/gostaticanalysis/nilerr: v0.1.1
- github.com/gostaticanalysis/testutil: v0.4.0
- github.com/gosuri/uitable: v0.0.4
- github.com/hashicorp/go-kms-wrapping/entropy: v0.1.0
- github.com/hashicorp/go-secure-stdlib/base62: v0.1.1
- github.com/hashicorp/go-secure-stdlib/password: v0.1.1
- github.com/hashicorp/go-secure-stdlib/tlsutil: v0.1.1
- github.com/heketi/heketi: v10.3.0+incompatible
- github.com/heketi/tests: f3775cb
- github.com/hugelgupf/socketpair: 05d35a9
- github.com/influxdata/tdigest: a7d76c6
- github.com/insomniacslk/dhcp: 3c283ff
- github.com/jackc/chunkreader/v2: v2.0.1
- github.com/jackc/chunkreader: v1.0.0
- github.com/jackc/pgconn: v1.6.0
- github.com/jackc/pgio: v1.0.0
- github.com/jackc/pgmock: 13a1b77
- github.com/jackc/pgpassfile: v1.0.0
- github.com/jackc/pgproto3/v2: v2.0.2
- github.com/jackc/pgproto3: v1.1.0
- github.com/jackc/pgservicefile: 3430c54
- github.com/jackc/pgtype: v1.3.0
- github.com/jackc/pgx/v4: v4.6.0
- github.com/jackc/pgx: v3.6.2+incompatible
- github.com/jackc/puddle: v1.1.0
- github.com/jgautheron/goconst: v1.5.1
- github.com/jingyugao/rowserrcheck: v1.1.1
- github.com/jirfag/go-printf-func-name: 7558a9e
- github.com/jmoiron/sqlx: v1.3.5
- github.com/josharian/txtarfs: 0702f00
- github.com/jsimonetti/rtnetlink: d2c2404
- github.com/julz/importas: 841f0c0
- github.com/jung-kurt/gofpdf: 24315ac
- github.com/k0kubun/colorstring: 9440f19
- github.com/kballard/go-shellquote: 95032a8
- github.com/klauspost/cpuid: v1.2.0
- github.com/kulti/thelper: v0.4.0
- github.com/kunwardeep/paralleltest: v1.0.3
- github.com/kyoh86/exportloopref: v0.1.8
- github.com/labstack/echo/v4: v4.3.0
- github.com/labstack/gommon: v0.3.0
- github.com/lann/builder: 47ae307
- github.com/lann/ps: 62de8c4
- github.com/ldez/gomoddirectives: v0.2.2
- github.com/ldez/tagliatelle: v0.2.0
- github.com/logrusorgru/aurora: a7b3b31
- github.com/lpabon/godbc: v0.1.1
- github.com/luna-duclos/instrumentedsql: v1.1.3
- github.com/maratori/testpackage: v1.0.1
- github.com/markbates/errx: v1.1.0
- github.com/matoous/godox: 6504466
- github.com/mattn/goveralls: v0.0.2
- github.com/mbilski/exhaustivestruct: v1.2.0
- github.com/mdlayher/ethernet: 0394541
- github.com/mdlayher/netlink: v1.1.1
- github.com/mdlayher/raw: 50f2db8
- github.com/mgechev/dots: e955255
- github.com/mgechev/revive: v1.1.2
- github.com/microcosm-cc/bluemonday: v1.0.2
- github.com/mitchellh/go-ps: v1.0.0
- github.com/moby/vpnkit: v0.5.0
- github.com/moricho/tparallel: v0.2.1
- github.com/mozilla/scribe: fb71baf
- github.com/mozilla/tls-observatory: 7bc4285
- github.com/mreiferson/go-httpclient: 31f0106
- github.com/mvdan/xurls: v1.1.0
- github.com/nakabonne/nestif: v0.3.1
- github.com/nbutton23/zxcvbn-go: fa2cb28
- github.com/nishanths/exhaustive: v0.2.3
- github.com/phayes/checkstyle: bfd46e6
- github.com/phayes/freeport: 74d24b5
- github.com/polyfloyd/go-errorlint: 910bb79
- github.com/poy/onpar: ee068f8
- github.com/prometheus/statsd_exporter: v0.21.0
- github.com/quasilyte/go-consistent: c6f3937
- github.com/quasilyte/go-ruleguard/dsl: v0.3.10
- github.com/quasilyte/go-ruleguard/rules: 545e0d2
- github.com/quasilyte/go-ruleguard: v0.3.13
- github.com/quasilyte/regex/syntax: 30656e2
- github.com/remyoudompheng/bigfft: 52369c6
- github.com/rs/xid: v1.2.1
- github.com/rs/zerolog: v1.15.0
- github.com/rubenv/sql-migrate: v1.1.1
- github.com/ryancurrah/gomodguard: v1.2.3
- github.com/ryanrolds/sqlclosecheck: v0.3.0
- github.com/sanposhiho/wastedassign/v2: v2.0.6
- github.com/sclevine/agouti: v3.0.0+incompatible
- github.com/securego/gosec/v2: v2.9.1
- github.com/securego/gosec: 79fbf3a
- github.com/shazow/go-diff: b6b7b67
- github.com/shirou/gopsutil: e4ec7b2
- github.com/shirou/w32: bb4de01
- github.com/shopspring/decimal: v1.2.0
- github.com/shurcooL/go-goon: 37c2f52
- github.com/shurcooL/go: 9e1955d
- github.com/sivchari/tenv: v1.4.7
- github.com/smallstep/assert: 82e2b9b
- github.com/sonatard/noctx: v0.0.1
- github.com/songgao/water: 2b4b6d7
- github.com/sourcegraph/annotate: f4cad6c
- github.com/sourcegraph/go-diff: v0.6.1
- github.com/sourcegraph/syntaxhighlight: bd320f5
- github.com/spiegel-im-spiegel/errs: v1.0.5
- github.com/spiegel-im-spiegel/go-cvss: v1.0.0
- github.com/ssgreg/nlreturn/v2: v2.2.1
- github.com/sylvia7788/contextcheck: v1.0.4
- github.com/tdakkota/asciicheck: e657995
- github.com/tenntenn/modver: v1.0.1
- github.com/tenntenn/text/transform: 7eef512
- github.com/tetafro/godot: v1.4.11
- github.com/timakin/bodyclose: cb62158
- github.com/tomarrell/wrapcheck/v2: v2.4.0
- github.com/tommy-muehle/go-mnd/v2: v2.4.0
- github.com/tommy-muehle/go-mnd: e6f9a99
- github.com/tsenart/vegeta/v12: v12.8.4
- github.com/tv42/httpunix: 2ba4b9c
- github.com/u-root/uio: 8295801
- github.com/ultraware/funlen: v0.0.3
- github.com/ultraware/whitespace: v0.0.4
- github.com/urfave/negroni: v1.0.0
- github.com/uudashr/gocognit: v1.0.5
- github.com/valyala/bytebufferpool: v1.0.0
- github.com/valyala/fasthttp: v1.30.0
- github.com/valyala/fasttemplate: v1.2.1
- github.com/valyala/quicktemplate: v1.7.0
- github.com/valyala/tcplisten: v1.0.0
- github.com/viki-org/dnscache: c70c1f2
- github.com/vmihailenco/msgpack/v4: v4.3.12
- github.com/vmihailenco/tagparser: v0.1.1
- github.com/withfig/autocomplete-tools/packages/cobra: 31d3821
- github.com/xo/terminfo: ca9a967
- github.com/yeya24/promlinter: v0.1.0
- github.com/ysmood/got: v0.31.2
- github.com/ysmood/gotrace: v0.6.0
- github.com/yudai/gojsondiff: v1.0.0
- github.com/yudai/golcs: ecda9a5
- github.com/yudai/pp: v2.0.1+incompatible
- github.com/zenazn/goji: v0.9.0
- github.com/ziutek/mymysql: v1.5.4
- github.com/zmap/rc2: 24b9757
- github.com/zmap/zcertificate: 0e3d58b
- go.mozilla.org/mozlog: 4bb1313
- go.opentelemetry.io/contrib/propagators: v0.20.0
- goji.io/v3: v3.0.0
- gomodules.xyz/jsonpatch/v2: v2.2.0
- gonum.org/v1/gonum: v0.6.2
- gonum.org/v1/netlib: 7672324
- gonum.org/v1/plot: e2840ee
- gopkg.in/go-playground/assert.v1: v1.2.1
- gopkg.in/go-playground/validator.v9: v9.29.1
- gopkg.in/inconshreveable/log15.v2: 67afb5e
- knative.dev/hack: e178598
- knative.dev/pkg: 1f7514a
- modernc.org/cc: v1.0.0
- modernc.org/golex: v1.0.0
- modernc.org/mathutil: v1.0.0
- modernc.org/strutil: v1.0.0
- modernc.org/xc: v1.0.0
- mvdan.cc/gofumpt: v0.1.1
- mvdan.cc/interfacer: c200402
- mvdan.cc/lint: adc824a
- mvdan.cc/unparam: aac4ce9
- rsc.io/pdf: v0.1.1
- sourcegraph.com/sqs/pbtypes: d3ebe8f