2020-09-09 12:14:03 -04:00
|
|
|
module go.opentelemetry.io/otel/internal/tools
|
2020-02-07 03:51:00 +09:00
|
|
|
|
2024-08-21 09:37:56 +02:00
|
|
|
go 1.22.1
|
|
|
|
|
|
2020-02-07 03:51:00 +09:00
|
|
|
require (
|
|
|
|
|
github.com/client9/misspell v0.3.4
|
2021-01-19 12:56:46 -08:00
|
|
|
github.com/gogo/protobuf v1.3.2
|
2024-11-25 10:32:26 -08:00
|
|
|
github.com/golangci/golangci-lint v1.62.2
|
2023-11-13 04:38:02 -03:00
|
|
|
github.com/jcchavezs/porto v0.6.0
|
2021-08-14 17:10:15 +02:00
|
|
|
github.com/wadey/gocovmerge v0.0.0-20160331181800-b5bfa59ec0ad
|
2024-11-07 14:06:14 +01:00
|
|
|
go.opentelemetry.io/build-tools/crosslink v0.15.0
|
2024-11-07 13:56:54 +01:00
|
|
|
go.opentelemetry.io/build-tools/gotmpl v0.15.0
|
2024-11-07 16:03:16 -08:00
|
|
|
go.opentelemetry.io/build-tools/multimod v0.15.0
|
2024-11-07 09:47:57 -08:00
|
|
|
go.opentelemetry.io/build-tools/semconvgen v0.15.0
|
2024-12-17 15:03:20 -08:00
|
|
|
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
|
2024-12-05 09:32:19 +01:00
|
|
|
golang.org/x/tools v0.28.0
|
2024-07-17 11:07:17 +02:00
|
|
|
golang.org/x/vuln v1.1.3
|
2020-02-07 03:51:00 +09:00
|
|
|
)
|
2022-05-25 10:04:56 -05:00
|
|
|
|
|
|
|
|
require (
|
2023-02-05 07:56:39 -08:00
|
|
|
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
|
|
|
|
|
4d63.com/gochecknoglobals v0.2.1 // indirect
|
2024-12-16 16:50:56 -08:00
|
|
|
dario.cat/mergo v1.0.1 // indirect
|
2024-05-08 21:50:13 +02:00
|
|
|
github.com/4meepo/tagalign v1.3.4 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/Abirdcfly/dupword v0.1.3 // indirect
|
|
|
|
|
github.com/Antonboom/errname v1.0.0 // indirect
|
2024-12-16 16:44:25 -08:00
|
|
|
github.com/Antonboom/nilnil v1.0.1 // indirect
|
2024-11-25 10:32:26 -08:00
|
|
|
github.com/Antonboom/testifylint v1.5.2 // indirect
|
2024-12-16 08:02:47 -08:00
|
|
|
github.com/BurntSushi/toml v1.4.1-0.20241028111116-b7406c026f5a // indirect
|
2024-11-25 10:32:26 -08:00
|
|
|
github.com/Crocmagnon/fatcontext v0.5.3 // indirect
|
2024-12-17 13:22:03 -08:00
|
|
|
github.com/Djarvur/go-err113 v0.1.0 // indirect
|
2024-08-21 09:37:56 +02:00
|
|
|
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 // indirect
|
2024-12-17 11:53:45 +01:00
|
|
|
github.com/Masterminds/semver/v3 v3.3.1 // indirect
|
2024-12-17 11:22:03 +01:00
|
|
|
github.com/Microsoft/go-winio v0.6.2 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/OpenPeeDeeP/depguard/v2 v2.2.0 // indirect
|
2024-12-18 09:49:49 +01:00
|
|
|
github.com/ProtonMail/go-crypto v1.1.3 // indirect
|
2024-12-17 10:02:35 +01:00
|
|
|
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/alexkohler/nakedret/v2 v2.0.5 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/alexkohler/prealloc v1.0.0 // indirect
|
2022-08-24 21:42:28 -05:00
|
|
|
github.com/alingse/asasalint v0.0.11 // indirect
|
2023-08-13 07:36:30 -07:00
|
|
|
github.com/ashanbrown/forbidigo v1.6.0 // indirect
|
2024-12-17 10:43:55 +01:00
|
|
|
github.com/ashanbrown/makezero v1.2.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/bkielbasa/cyclop v1.2.3 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/blizzy78/varnamelen v0.8.0 // indirect
|
2024-08-21 09:37:56 +02:00
|
|
|
github.com/bombsimon/wsl/v4 v4.4.1 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/breml/bidichk v0.3.2 // indirect
|
|
|
|
|
github.com/breml/errchkjson v0.4.0 // indirect
|
2024-12-16 16:57:14 -08:00
|
|
|
github.com/butuzov/ireturn v0.3.1 // indirect
|
2024-12-17 10:59:48 +01:00
|
|
|
github.com/butuzov/mirror v1.3.0 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/catenacyber/perfsprint v0.7.1 // indirect
|
|
|
|
|
github.com/ccojocar/zxcvbn-go v1.0.2 // indirect
|
2024-09-09 11:08:14 -04:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2023-03-19 07:58:22 -07:00
|
|
|
github.com/charithe/durationcheck v0.0.10 // indirect
|
2023-10-22 16:51:26 +02:00
|
|
|
github.com/chavacava/garif v0.1.0 // indirect
|
2024-12-17 11:39:40 +01:00
|
|
|
github.com/ckaznocha/intrange v0.3.0 // indirect
|
2024-12-17 11:30:26 +01:00
|
|
|
github.com/cloudflare/circl v1.5.0 // indirect
|
2024-12-17 17:27:58 +01:00
|
|
|
github.com/curioswitch/go-reassign v0.3.0 // indirect
|
chore(deps): update module github.com/cyphar/filepath-securejoin to v0.3.6 (#6066)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/cyphar/filepath-securejoin](https://redirect.github.com/cyphar/filepath-securejoin)
| `v0.2.4` -> `v0.3.6` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
<details>
<summary>cyphar/filepath-securejoin
(github.com/cyphar/filepath-securejoin)</summary>
###
[`v0.3.6`](https://redirect.github.com/cyphar/filepath-securejoin/releases/tag/v0.3.6)
[Compare
Source](https://redirect.github.com/cyphar/filepath-securejoin/compare/v0.3.5...v0.3.6)
This release lowers the minimum Go version to Go 1.18 as well as some
library dependencies, in order to make it easier for folks that need to
backport patches using the new filepath-securejoin API onto branches
that are stuck using old Go compilers. For users using Go >= 1.21, this
release contains no functional changes.
- The minimum Go version requirement for `filepath-securejoin` is now Go
1.18
(we use generics internally).
For reference, `filepath-securejoin@v0.3.0` somewhat-arbitrarily bumped
the
Go version requirement to 1.21.
While we did make some use of Go 1.21 stdlib features (and in principle
Go
versions <= 1.21 are no longer even supported by upstream anymore), some
downstreams have complained that the version bump has meant that they
have to
do workarounds when backporting fixes that use the new
`filepath-securejoin`
API onto old branches. This is not an ideal situation, but since using
this
library is probably better for most downstreams than a hand-rolled
workaround, we now have compatibility shims that allow us to build on
older
Go versions.
- Lower minimum version requirement for `golang.org/x/sys` to `v0.18.0`
(we
need the wrappers for `fsconfig(2)`), which should also make backporting
patches to older branches easier.
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
###
[`v0.3.5`](https://redirect.github.com/cyphar/filepath-securejoin/releases/tag/v0.3.5)
[Compare
Source](https://redirect.github.com/cyphar/filepath-securejoin/compare/v0.3.4...v0.3.5)
This release primarily includes a fix for an issue involving two
programs racing to MkdirAll the same directory, which caused a
regression with BuildKit.
- `MkdirAll` will now no longer return an `EEXIST` error if two racing
processes are creating the same directory. We will still verify that the
path
is a directory, but this will avoid spurious errors when multiple
threads or
programs are trying to `MkdirAll` the same path.
[opencontainers/runc#4543](https://redirect.github.com/opencontainers/runc/issues/4543)
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
###
[`v0.3.4`](https://redirect.github.com/cyphar/filepath-securejoin/releases/tag/v0.3.4)
[Compare
Source](https://redirect.github.com/cyphar/filepath-securejoin/compare/v0.3.3...v0.3.4)
This release primarily includes a fix that blocked using
filepath-securejoin in Kubernetes.
- Previously, some testing mocks we had resulted in us doing `import
"testing"`
in non-`_test.go` code, which made some downstreams like Kubernetes
unhappy.
This has been fixed.
([#​32](https://redirect.github.com/cyphar/filepath-securejoin/issues/32))
Thanks to all of the contributors who made this release possible:
- Aleksa Sarai <cyphar@cyphar.com>
- Stephen Kitt <skitt@redhat.com>
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
###
[`v0.3.3`](https://redirect.github.com/cyphar/filepath-securejoin/releases/tag/v0.3.3)
[Compare
Source](https://redirect.github.com/cyphar/filepath-securejoin/compare/v0.3.2...v0.3.3)
This release primarily includes fixes for spurious errors we hit when
checking that directories created by MkdirAll "look right". Upon further
consideration, these checks were fundamentally buggy and didn't offer
any practical protection anyway.
- The mode and owner verification logic in `MkdirAll` has been removed.
This
was originally intended to protect against some theoretical attacks but
upon
further consideration these protections don't actually buy us anything
and
they were causing spurious errors with more complicated filesystem
setups.
- The "is the created directory empty" logic in `MkdirAll` has also been
removed. This was not causing us issues yet, but some pseudofilesystems
(such
as `cgroup`) create non-empty directories and so this logic would've
been
wrong for such cases.
Thanks to all of the contributors who made this release possible:
- Aleksa Sarai <cyphar@cyphar.com>
- Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
###
[`v0.3.2`](https://redirect.github.com/cyphar/filepath-securejoin/releases/tag/v0.3.2)
[Compare
Source](https://redirect.github.com/cyphar/filepath-securejoin/compare/v0.3.1...v0.3.2)
This release includes a few fixes for MkdirAll when dealing with S_ISUID
and S_ISGID, to solve a regression runc hit when switching to MkdirAll.
- Passing the S_ISUID or S_ISGID modes to MkdirAllInRoot will now return
an explicit error saying that those bits are ignored by mkdirat(2). In
the past a different error was returned, but since the silent ignoring
behaviour is codified in the man pages a more explicit error seems
apt. While silently ignoring these bits would be the most compatible
option, it could lead to users thinking their code sets these bits
when it doesn't. Programs that need to deal with compatibility can
mask the bits themselves.
([#​23](https://redirect.github.com/cyphar/filepath-securejoin/issues/23),
[#​25](https://redirect.github.com/cyphar/filepath-securejoin/issues/25))
- If a directory has S_ISGID set, then all child directories will have
S_ISGID set when created and a different gid will be used for any
inode created under the directory. Previously, the "expected owner and
mode" validation in securejoin.MkdirAll did not correctly handle this.
We now correctly handle this case.
([#​24](https://redirect.github.com/cyphar/filepath-securejoin/issues/24),
[#​25](https://redirect.github.com/cyphar/filepath-securejoin/issues/25))
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
###
[`v0.3.1`](https://redirect.github.com/cyphar/filepath-securejoin/releases/tag/v0.3.1)
[Compare
Source](https://redirect.github.com/cyphar/filepath-securejoin/compare/v0.3.0...v0.3.1)
- By allowing `Open(at)InRoot` to opt-out of the extra work done by
`MkdirAll`
to do the necessary "partial lookups", `Open(at)InRoot` now does less
work
for both implementations (resulting in a many-fold decrease in the
number of
operations for `openat2`, and a modest improvement for non-`openat2`)
and is
far more guaranteed to match the correct `openat2(RESOLVE_IN_ROOT)`
behaviour.
- We now use `readlinkat(fd, "")` where possible. For `Open(at)InRoot`
this
effectively just means that we no longer risk getting spurious errors
during
rename races. However, for our hardened procfs handler, this in theory
should
prevent mount attacks from tricking us when doing magic-link readlinks
(even
when using the unsafe host `/proc` handle). Unfortunately `Reopen` is
still
potentially vulnerable to those kinds of somewhat-esoteric attacks.
Technically this [will only work on post-2.6.39
kernels][linux-readlinkat-emptypath]
but it seems incredibly unlikely anyone is using `filepath-securejoin`
on a
pre-2011 kernel.
- Several improvements were made to the errors returned by
`Open(at)InRoot` and
`MkdirAll` when dealing with invalid paths under the emulated (ie.
non-`openat2`) implementation. Previously, some paths would return the
wrong
error (`ENOENT` when the last component was a non-directory), and other
paths
would be returned as though they were acceptable (trailing-slash
components
after a non-directory would be ignored by `Open(at)InRoot`).
These changes were done to match `openat2`'s behaviour and purely is a
consistency fix (most users are going to be using `openat2` anyway).
[linux-readlinkat-emptypath]:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=65cfc6722361570bfe255698d9cd4dccaf47570d
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
###
[`v0.3.0`](https://redirect.github.com/cyphar/filepath-securejoin/releases/tag/v0.3.0)
[Compare
Source](https://redirect.github.com/cyphar/filepath-securejoin/compare/v0.2.5...v0.3.0)
This release contains no changes to SecureJoin.
However, it does introduce a new `*os.File`-based API which is much
safer
to use for most usecases. These are adapted from [libpathrs][1] and are
the bare minimum to be able to operate more safely on an untrusted
rootfs where an attacker has write access (something that SecureJoin
cannot protect against). The new APIs are:
- OpenInRoot, which resolves a path inside a rootfs and returns an
`*os.File` handle to the path. Note that the file handle returned by
OpenInRoot is an O_PATH handle, which cannot be used for reading or
writing (as well as some other operations -- [see open(2) for more
details](https://www.man7.org/linux/man-pages/man2/open.2.html)).
- Reopen, which takes an O_PATH file handle and safely re-opens it to
"upgrade" it to a regular handle.
- MkdirAll, which is a safe implementation of os.MkdirAll that can be
used to create directory trees inside a rootfs.
As these are new APIs, it is possible they may change in the future.
However, they should be safe to start migrating to as we have extensive
tests ensuring they behave correctly and are safe against various races
and other attacks.
[1]: https://redirect.github.com/openSUSE/libpathrs
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
###
[`v0.2.5`](https://redirect.github.com/cyphar/filepath-securejoin/releases/tag/v0.2.5)
[Compare
Source](https://redirect.github.com/cyphar/filepath-securejoin/compare/v0.2.4...v0.2.5)
This release makes some minor improvements to SecureJoin:
- Some changes were made to how lexical components are handled during
resolution. There is no change in behaviour, and both implementations
are safe, however the newer implementation is much easier to reason
about.
- The error returned when a symlink loop has been detected will now
reference the correct path.
[#​10](https://redirect.github.com/cyphar/filepath-securejoin/issues/10)
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-go).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS42OS4zIiwidXBkYXRlZEluVmVyIjoiMzkuNjkuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-17 17:21:02 +01:00
|
|
|
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
|
2024-09-13 09:19:37 +02:00
|
|
|
github.com/daixiang0/gci v0.13.5 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/denis-tingaikin/go-header v0.5.0 // indirect
|
2023-01-06 14:30:32 -08:00
|
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/ettle/strcase v0.2.0 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/fatih/color v1.18.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/fatih/structtag v1.2.0 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
github.com/firefart/nonamedreturns v1.0.5 // indirect
|
2024-12-17 15:41:23 -08:00
|
|
|
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
2022-08-24 21:42:28 -05:00
|
|
|
github.com/fzipp/gocyclo v0.6.0 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/ghostiam/protogetter v0.3.8 // indirect
|
|
|
|
|
github.com/go-critic/go-critic v0.11.5 // indirect
|
2023-06-05 02:41:23 -07:00
|
|
|
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
|
2024-12-17 15:54:02 -08:00
|
|
|
github.com/go-git/go-billy/v5 v5.6.0 // indirect
|
2024-07-09 16:56:47 -07:00
|
|
|
github.com/go-git/go-git/v5 v5.12.0 // indirect
|
2023-02-26 07:58:24 -08:00
|
|
|
github.com/go-toolsmith/astcast v1.1.0 // indirect
|
2023-03-19 07:58:22 -07:00
|
|
|
github.com/go-toolsmith/astcopy v1.1.0 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/go-toolsmith/astequal v1.2.0 // indirect
|
2023-02-26 07:58:24 -08:00
|
|
|
github.com/go-toolsmith/astfmt v1.1.0 // indirect
|
|
|
|
|
github.com/go-toolsmith/astp v1.1.0 // indirect
|
|
|
|
|
github.com/go-toolsmith/strparse v1.1.0 // indirect
|
|
|
|
|
github.com/go-toolsmith/typep v1.1.0 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
2024-12-16 17:23:58 -08:00
|
|
|
github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
2024-08-21 09:37:56 +02:00
|
|
|
github.com/gofrs/flock v0.12.1 // indirect
|
2024-12-16 16:53:01 +01:00
|
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/golangci/go-printf-func-name v0.1.0 // indirect
|
2024-08-23 08:07:25 -07:00
|
|
|
github.com/golangci/gofmt v0.0.0-20240816233607-d8596aa466a9 // indirect
|
2024-06-11 10:55:14 -07:00
|
|
|
github.com/golangci/misspell v0.6.0 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
github.com/golangci/modinfo v0.3.4 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/golangci/plugin-module-register v0.1.1 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
github.com/golangci/revgrep v0.5.3 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/golangci/unconvert v0.0.0-20240309020433-c5143eacb3ed // indirect
|
2023-10-15 16:53:27 +02:00
|
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/gordonklaus/ineffassign v0.1.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
|
|
|
|
|
github.com/gostaticanalysis/comment v1.4.2 // indirect
|
|
|
|
|
github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect
|
|
|
|
|
github.com/gostaticanalysis/nilerr v0.1.1 // indirect
|
2024-05-28 07:45:12 -07:00
|
|
|
github.com/hashicorp/go-version v1.7.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
|
|
github.com/hexops/gotextdiff v1.0.3 // indirect
|
2022-12-06 07:38:06 -08:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
2024-04-01 14:05:35 -07:00
|
|
|
github.com/jgautheron/goconst v1.7.1 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/jingyugao/rowserrcheck v1.1.1 // indirect
|
2024-12-16 18:46:59 -08:00
|
|
|
github.com/jjti/go-spancheck v0.6.4 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/julz/importas v0.1.0 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
github.com/karamaru-alpha/copyloopvar v1.1.0 // indirect
|
2023-01-06 14:30:32 -08:00
|
|
|
github.com/kevinburke/ssh_config v1.2.0 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/kisielk/errcheck v1.8.0 // indirect
|
2024-04-01 14:05:35 -07:00
|
|
|
github.com/kkHAIKE/contextcheck v1.1.5 // indirect
|
2022-08-24 21:42:28 -05:00
|
|
|
github.com/kulti/thelper v0.6.3 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/kunwardeep/paralleltest v1.0.10 // indirect
|
2023-02-05 07:56:39 -08:00
|
|
|
github.com/kyoh86/exportloopref v0.1.11 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/lasiar/canonicalheader v1.1.2 // indirect
|
2024-12-17 16:06:19 -08:00
|
|
|
github.com/ldez/gomoddirectives v0.6.0 // indirect
|
|
|
|
|
github.com/ldez/grignotin v0.6.0 // indirect
|
2023-06-04 07:54:38 -07:00
|
|
|
github.com/ldez/tagliatelle v0.5.0 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
github.com/leonklingele/grouper v1.1.2 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/macabu/inamedparam v0.1.3 // indirect
|
2024-12-17 11:45:45 +01:00
|
|
|
github.com/magiconair/properties v1.8.9 // indirect
|
2022-10-27 14:21:32 -07:00
|
|
|
github.com/maratori/testableexamples v1.0.0 // indirect
|
2023-03-19 07:58:22 -07:00
|
|
|
github.com/maratori/testpackage v1.1.1 // indirect
|
2024-12-16 17:10:33 +01:00
|
|
|
github.com/matoous/godox v0.0.0-20241202171805-94d1edd68ebb // indirect
|
2022-10-27 14:21:32 -07:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2023-12-03 17:38:12 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
2024-11-25 10:32:26 -08:00
|
|
|
github.com/mgechev/revive v1.5.1 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2022-07-08 14:23:16 -04:00
|
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
2024-08-21 09:37:56 +02:00
|
|
|
github.com/moricho/tparallel v0.3.2 // indirect
|
2024-09-09 11:08:14 -04:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/nakabonne/nestif v0.3.1 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/nishanths/exhaustive v0.12.0 // indirect
|
2022-08-24 21:42:28 -05:00
|
|
|
github.com/nishanths/predeclared v0.2.2 // indirect
|
2024-11-25 10:32:26 -08:00
|
|
|
github.com/nunnatsa/ginkgolinter v0.18.3 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
2024-09-13 09:19:37 +02:00
|
|
|
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
2023-04-16 07:35:37 -07:00
|
|
|
github.com/pjbgf/sha1cd v0.3.0 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
2024-11-25 10:32:26 -08:00
|
|
|
github.com/polyfloyd/go-errorlint v1.7.0 // indirect
|
2024-12-17 10:14:19 +01:00
|
|
|
github.com/prometheus/client_golang v1.20.5 // indirect
|
2024-04-04 23:19:55 +02:00
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
2024-12-17 17:04:05 -08:00
|
|
|
github.com/prometheus/common v0.61.0 // indirect
|
2024-09-09 11:08:14 -04:00
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2024-09-13 09:19:37 +02:00
|
|
|
github.com/quasilyte/go-ruleguard v0.4.3-0.20240823090925-0fe6f58b47b1 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.22 // indirect
|
2023-02-26 07:58:24 -08:00
|
|
|
github.com/quasilyte/gogrep v0.5.0 // indirect
|
2023-03-19 07:58:22 -07:00
|
|
|
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
|
2022-08-24 21:42:28 -05:00
|
|
|
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/raeperd/recvcheck v0.1.2 // indirect
|
2024-04-04 23:19:55 +02:00
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/rogpeppe/go-internal v1.13.1 // indirect
|
2024-09-13 09:19:37 +02:00
|
|
|
github.com/ryancurrah/gomodguard v1.3.5 // indirect
|
2023-10-22 16:51:26 +02:00
|
|
|
github.com/ryanrolds/sqlclosecheck v0.5.1 // indirect
|
2024-12-18 09:57:46 +01:00
|
|
|
github.com/sagikazarmark/locafero v0.6.0 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
2024-12-18 09:42:38 +01:00
|
|
|
github.com/sanposhiho/wastedassign/v2 v2.1.0 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
|
2022-10-27 14:21:32 -07:00
|
|
|
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
|
2024-08-21 09:37:56 +02:00
|
|
|
github.com/sashamelentyev/usestdlibvars v1.27.0 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/securego/gosec/v2 v2.21.4 // indirect
|
2024-07-09 16:56:47 -07:00
|
|
|
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect
|
2023-06-20 02:38:28 -07:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2023-06-04 07:54:38 -07:00
|
|
|
github.com/sivchari/containedctx v1.0.3 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/sivchari/tenv v1.12.1 // indirect
|
2024-12-18 09:35:27 +01:00
|
|
|
github.com/skeema/knownhosts v1.3.0 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/sonatard/noctx v0.1.0 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
2023-02-08 14:48:13 -08:00
|
|
|
github.com/sourcegraph/go-diff v0.7.0 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
github.com/spf13/afero v1.11.0 // indirect
|
2024-12-18 15:58:54 +01:00
|
|
|
github.com/spf13/cast v1.7.1 // indirect
|
2024-07-09 16:08:14 -07:00
|
|
|
github.com/spf13/cobra v1.8.1 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-07-09 16:56:47 -07:00
|
|
|
github.com/spf13/viper v1.19.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
|
2024-12-18 09:12:42 +01:00
|
|
|
github.com/stbenjam/no-sprintf-host-port v0.2.0 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
2024-11-25 10:32:26 -08:00
|
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
2024-12-18 10:20:42 +01:00
|
|
|
github.com/tdakkota/asciicheck v0.3.0 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/tetafro/godot v1.4.18 // indirect
|
2023-06-04 07:54:38 -07:00
|
|
|
github.com/timakin/bodyclose v0.0.0-20230421092635-574207250966 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
github.com/timonwong/loggercheck v0.10.1 // indirect
|
2024-12-18 10:08:36 +01:00
|
|
|
github.com/tomarrell/wrapcheck/v2 v2.10.0 // indirect
|
2022-10-27 14:21:32 -07:00
|
|
|
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
|
2023-08-13 07:36:30 -07:00
|
|
|
github.com/ultraware/funlen v0.1.0 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
github.com/ultraware/whitespace v0.1.1 // indirect
|
2024-12-18 15:52:41 +01:00
|
|
|
github.com/uudashr/gocognit v1.2.0 // indirect
|
2024-11-25 10:32:26 -08:00
|
|
|
github.com/uudashr/iface v1.2.1 // indirect
|
2023-01-06 14:30:32 -08:00
|
|
|
github.com/xanzy/ssh-agent v0.3.3 // indirect
|
2023-10-22 16:51:26 +02:00
|
|
|
github.com/xen0n/gosmopolitan v1.2.2 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
github.com/yagipy/maintidx v1.0.0 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
github.com/yeya24/promlinter v0.3.0 // indirect
|
2024-03-24 20:00:15 +01:00
|
|
|
github.com/ykadowak/zerologlint v0.1.5 // indirect
|
2024-05-05 18:16:04 +02:00
|
|
|
gitlab.com/bosi/decorder v0.4.2 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
go-simpler.org/musttag v0.13.0 // indirect
|
2024-08-21 09:37:56 +02:00
|
|
|
go-simpler.org/sloglint v0.7.2 // indirect
|
2024-11-07 14:06:14 +01:00
|
|
|
go.opentelemetry.io/build-tools v0.15.0 // indirect
|
2024-11-13 09:30:47 +01:00
|
|
|
go.uber.org/automaxprocs v1.6.0 // indirect
|
2023-04-16 07:35:37 -07:00
|
|
|
go.uber.org/multierr v1.11.0 // indirect
|
2024-03-03 22:08:09 +01:00
|
|
|
go.uber.org/zap v1.27.0 // indirect
|
2024-12-12 14:18:53 -08:00
|
|
|
golang.org/x/crypto v0.31.0 // indirect
|
2024-12-17 15:03:20 -08:00
|
|
|
golang.org/x/exp/typeparams v0.0.0-20241217172543-b2144cdd0a67 // indirect
|
2024-11-08 21:42:26 +01:00
|
|
|
golang.org/x/mod v0.22.0 // indirect
|
2024-12-05 09:32:19 +01:00
|
|
|
golang.org/x/net v0.32.0 // indirect
|
|
|
|
|
golang.org/x/sync v0.10.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.28.0 // indirect
|
2024-12-16 13:25:31 -08:00
|
|
|
golang.org/x/telemetry v0.0.0-20241216164550-738f4b2315e6 // indirect
|
2024-12-05 09:32:19 +01:00
|
|
|
golang.org/x/text v0.21.0 // indirect
|
2024-12-17 17:04:05 -08:00
|
|
|
google.golang.org/protobuf v1.35.2 // indirect
|
2022-10-27 14:21:32 -07:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
2023-02-26 07:58:24 -08:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-07-08 14:23:16 -04:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-08-23 08:07:25 -07:00
|
|
|
honnef.co/go/tools v0.5.1 // indirect
|
|
|
|
|
mvdan.cc/gofumpt v0.7.0 // indirect
|
2024-12-16 13:33:53 -08:00
|
|
|
mvdan.cc/unparam v0.0.0-20240917084806-57a3b4290ba3 // indirect
|
2022-05-25 10:04:56 -05:00
|
|
|
)
|