a06f331eb8
install-script / powershell-syntax (push) Waiting to run
CI / benchmark (push) Has been skipped
install-script / posix-syntax (push) Successful in 6m1s
install-script / install (macos-14) (push) Waiting to run
install-script / install (ubuntu-latest) (push) Waiting to run
CI / build-onnx (push) Failing after 6m43s
init-smoke / dry-run (push) Failing after 15m57s
security / govulncheck (push) Has been cancelled
security / trivy-fs (push) Has been cancelled
CI / test (1.26, ubuntu-latest) (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
CI / test (1.26, macos-latest) (push) Has been cancelled
CI / build-windows (push) Has been cancelled
CI / lint (push) Has been cancelled
31 lines
1.1 KiB
Plaintext
31 lines
1.1 KiB
Plaintext
Gortex
|
|
Copyright 2024-2026 Andrey Kumanyaev <me@zzet.org>
|
|
|
|
This product is licensed under the Apache License, Version 2.0 (see
|
|
LICENSE.md). It includes software developed by third parties.
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
Bundled (vendored) dependencies:
|
|
|
|
* internal/thirdparty/renameio/
|
|
Atomic file replacement helpers.
|
|
Copyright 2018 Google Inc.
|
|
Licensed under the Apache License, Version 2.0.
|
|
License: internal/thirdparty/renameio/LICENSE
|
|
|
|
* internal/thirdparty/go-pointer/
|
|
A from-scratch, sharded reimplementation of github.com/mattn/go-pointer
|
|
written for this project. Module path reuses the upstream identifier so
|
|
it can drop in via a `replace` directive. Authored under this project's
|
|
license (Apache 2.0).
|
|
|
|
------------------------------------------------------------------------
|
|
|
|
External Go-module dependencies are fetched at build time via `go build`
|
|
and not vendored in this repository. Their licenses are available in the
|
|
module cache (`go env GOMODCACHE`) and listed in THIRD_PARTY_NOTICES.md.
|
|
Regenerate that file with:
|
|
|
|
go-licenses report ./... > THIRD_PARTY_NOTICES.md
|