2021-06-26 04:46:51 +00:00
|
|
|
module github.com/fleetdm/fleet/v4
|
2019-08-13 17:32:23 +00:00
|
|
|
|
2022-08-10 20:00:01 +00:00
|
|
|
go 1.19
|
2019-08-13 17:32:23 +00:00
|
|
|
|
|
|
|
require (
|
2021-12-20 01:06:17 +00:00
|
|
|
cloud.google.com/go/pubsub v1.16.0
|
2020-01-24 05:27:20 +00:00
|
|
|
github.com/AbGuthrie/goquery/v2 v2.0.1
|
2021-03-17 18:23:52 +00:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
2022-05-18 14:47:55 +00:00
|
|
|
github.com/Masterminds/semver v1.5.0
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
|
|
|
|
github.com/WatchBeam/clock v0.0.0-20170901150240-b08e6b4da7ea
|
2022-02-15 17:42:22 +00:00
|
|
|
github.com/XSAM/otelsql v0.10.0
|
2022-09-13 21:22:20 +00:00
|
|
|
github.com/andygrunwald/go-jira v1.16.0
|
2023-01-27 17:51:27 +00:00
|
|
|
github.com/antchfx/xmlquery v1.3.14
|
2022-07-11 17:58:27 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.43.16
|
2020-01-14 00:15:14 +00:00
|
|
|
github.com/beevik/etree v1.1.0
|
2023-01-17 20:33:27 +00:00
|
|
|
github.com/beevik/ntp v0.3.0
|
2021-11-01 18:31:01 +00:00
|
|
|
github.com/briandowns/spinner v1.13.0
|
2022-09-13 23:29:15 +00:00
|
|
|
github.com/cenkalti/backoff v2.2.1+incompatible
|
2022-07-11 17:58:27 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.3
|
2021-05-17 17:29:50 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2021-08-11 14:02:22 +00:00
|
|
|
github.com/dgraph-io/badger/v2 v2.2007.2
|
2022-12-26 21:32:39 +00:00
|
|
|
github.com/digitalocean/go-smbios v0.0.0-20180907143718-390a4f403a8e
|
Bump github.com/docker/docker from 20.10.17+incompatible to 23.0.1+incompatible (#9792)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from
20.10.17+incompatible to 23.0.1+incompatible.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/docker/docker/releases">github.com/docker/docker's
releases</a>.</em></p>
<blockquote>
<h2>v23.0.1</h2>
<h2>23.0.1</h2>
<p>For a full list of pull requests and changes in this release, refer
to the relevant GitHub milestones:</p>
<ul>
<li><a
href="https://github.com/docker/cli/milestone/73?closed=1">docker/cli,
23.0.1 milestone</a></li>
<li><a
href="https://github.com/moby/moby/milestone/113?closed=1">moby/moby,
23.0.1 milestone</a></li>
</ul>
<h3>Bug fixes and enhancements</h3>
<ul>
<li>Fix containers not starting if the kernel has AppArmor enabled, but
<code>apparmor_parser</code> is not available. <a
href="https://github-redirect.dependabot.com/moby/moby/pull/44942">moby/moby#44942</a></li>
<li>Fix BuildKit-enabled builds with inline caching causing the daemon
to crash. <a
href="https://github-redirect.dependabot.com/moby/moby/pull/44944">moby/moby#44944</a></li>
<li>Fix BuildKit improperly loading cached layers created by previous
versions. <a
href="https://github-redirect.dependabot.com/moby/moby/pull/44959">moby/moby#44959</a></li>
<li>Fix an issue where <code>ipvlan</code> networks created prior to
upgrading would prevent the daemon from starting. <a
href="https://github-redirect.dependabot.com/moby/moby/pull/44937">moby/moby#44937</a></li>
<li>Fix the <code>overlay2</code> storage driver failing early in
<code>metacopy</code> testing when initialized on an unsupported backing
filesystem. <a
href="https://github-redirect.dependabot.com/moby/moby/pull/44922">moby/moby#44922</a></li>
<li>Fix <code>exec</code> exit events being misinterpreted as container
exits under some runtimes, such as Kata Containers. <a
href="https://github-redirect.dependabot.com/moby/moby/pull/44892">moby/moby#44892</a></li>
<li>Improve the error message returned by the CLI when recieving a
truncated JSON response caused by the API hanging up mid-request. <a
href="https://github-redirect.dependabot.com/docker/cli/pull/4004">docker/cli#4004</a></li>
<li>Fix an incorrect CLI exit code when attempting to execute a
directory with a <code>runc</code> compiled using Go 1.20. <a
href="https://github-redirect.dependabot.com/docker/cli/pull/4004">docker/cli#4004</a></li>
<li>Fix mishandling the size argument to <code>--device-write-bps</code>
as a path. <a
href="https://github-redirect.dependabot.com/docker/cli/pull/4004">docker/cli#4004</a></li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Add <code>/etc/docker</code> to RPM and DEB packaging. <a
href="https://github-redirect.dependabot.com/docker/docker-ce-packaging/pull/842">docker/docker-ce-packaging#842</a>
<ul>
<li>Not all use cases will benefit; if you depend on this, you should
explicitly <code>mkdir -p /etc/docker</code>.</li>
</ul>
</li>
<li>Upgrade Compose to <code>v2.16.0</code>. <a
href="https://github-redirect.dependabot.com/docker/docker-ce-packaging/pull/844">docker/docker-ce-packaging#844</a></li>
</ul>
<h2>v23.0.0</h2>
<h2>23.0.0</h2>
<p>For more information about:</p>
<ul>
<li>Deprecated and removed features, see <a
href="https://github.com/docker/cli/blob/v23.0.0/docs/deprecated.md">Deprecated
Engine Features</a>.</li>
<li>Changes to the Engine API, see <a
href="https://github.com/moby/moby/blob/v23.0.0/docs/api/version-history.md">Engine
API version history</a>.</li>
</ul>
<p>For a full list of pull requests and changes in this release, refer
to the relevant GitHub milestones:</p>
<ul>
<li><a
href="https://github.com/docker/cli/milestone/51?closed=1">docker/cli,
23.0.0 milestone</a></li>
<li><a
href="https://github.com/moby/moby/milestone/91?closed=1">moby/moby,
23.0.0 milestone</a></li>
</ul>
<h3>New</h3>
<ul>
<li>Set Buildx and BuildKit as the default builder on Linux. <a
href="https://github-redirect.dependabot.com/moby/moby/pull/43992">moby/moby#43992</a>
<ul>
<li>Alias <code>docker build</code> to <code>docker buildx build</code>.
<a
href="https://github-redirect.dependabot.com/docker/cli/pull/3314">docker/cli#3314</a></li>
<li>The legacy builder can still be used by explicitly setting
<code>DOCKER_BUILDKIT=0</code>.</li>
<li>There are differences in how BuildKit and the legacy builder handle
multi-stage builds. For more information, see
<a
href="https://github.com/docker/docker/build/building/multi-stage.md#differences-between-legacy-builder-and-buildkit">Multi-stage
builds</a>.</li>
</ul>
</li>
<li>Add support for pulling <code>zstd</code> compressed layers. <a
href="https://github-redirect.dependabot.com/moby/moby/pull/41759">moby/moby#41759</a>,
<a
href="https://github-redirect.dependabot.com/moby/moby/pull/42862">moby/moby#42862</a></li>
<li>Add support for alternate OCI runtimes on Linux, compatible with the
containerd runtime v2 API. <a
href="https://github-redirect.dependabot.com/moby/moby/pull/43887">moby/moby#43887</a>,
<a
href="https://github-redirect.dependabot.com/moby/moby/pull/43993">moby/moby#43993</a></li>
<li>Add support for the containerd <code>runhcs</code> shim on Windows
(off by default). <a
href="https://github-redirect.dependabot.com/moby/moby/pull/42089">moby/moby#42089</a></li>
<li>Add <code>dockerd --validate</code> to check the daemon JSON config
and exit. <a
href="https://github-redirect.dependabot.com/moby/moby/pull/42393">moby/moby#42393</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/moby/moby/commit/bc3805a0a0d3b5bd3f0e6c69f46ac08dd53377c7"><code>bc3805a</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/docker/docker/issues/44959">#44959</a>
from tonistiigi/23.0-buildkit-update-0208</li>
<li><a
href="https://github.com/moby/moby/commit/4002fa877b4c3b85647e94c3a6c7306a4f28daa1"><code>4002fa8</code></a>
vendor: update buildkit to latest v0.10</li>
<li><a
href="https://github.com/moby/moby/commit/77f3d31ed6e178e70785c4598742e1f3b270d527"><code>77f3d31</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/docker/docker/issues/44944">#44944</a>
from thaJeztah/23.0_backport_worker_getremotes</li>
<li><a
href="https://github.com/moby/moby/commit/e697c9365f1bef04b52f418b325e29984189f738"><code>e697c93</code></a>
builder: define GetRemotes for the worker</li>
<li><a
href="https://github.com/moby/moby/commit/1141704bc95620f7af0d11dde3558f6007bc518a"><code>1141704</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/docker/docker/issues/44952">#44952</a>
from thaJeztah/23.0_backport_ci_fix_workflows</li>
<li><a
href="https://github.com/moby/moby/commit/4c544c3d5fc7072e1420132e925dbaedc377f4c1"><code>4c544c3</code></a>
ci: fix branch filter pattern in buildkit workflow</li>
<li><a
href="https://github.com/moby/moby/commit/f7e2cbaf1bef75d83a9f4be9f6ef436879ac9dbb"><code>f7e2cba</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/docker/docker/issues/44948">#44948</a>
from crazy-max/23.0_backport_ci-itg-cli-split</li>
<li><a
href="https://github.com/moby/moby/commit/06aca27cc15a7d993b93f813a9b6796a10589b90"><code>06aca27</code></a>
ci: enhance tests distribution</li>
<li><a
href="https://github.com/moby/moby/commit/001b2e778a19b9d031bd19950566588ea211eddb"><code>001b2e7</code></a>
ci: update gotestlist to 0.3.1</li>
<li><a
href="https://github.com/moby/moby/commit/e664cc2239747bea77f984d6a2c5321dc6f56469"><code>e664cc2</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/docker/docker/issues/44942">#44942</a>
from vvoland/apparmor-check-binary-23</li>
<li>Additional commits viewable in <a
href="https://github.com/docker/docker/compare/v20.10.17...v23.0.1">compare
view</a></li>
</ul>
</details>
<br />
[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/docker/docker&package-manager=go_modules&previous-version=20.10.17+incompatible&new-version=23.0.1+incompatible)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-28 02:22:38 +00:00
|
|
|
github.com/docker/docker v23.0.1+incompatible
|
2022-10-05 22:53:54 +00:00
|
|
|
github.com/docker/go-units v0.4.0
|
2021-11-15 18:01:48 +00:00
|
|
|
github.com/doug-martin/goqu/v9 v9.18.0
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/e-dard/netbug v0.0.0-20151029172837-e64d308a0b20
|
2022-09-14 10:47:34 +00:00
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.1
|
2021-07-29 16:10:34 +00:00
|
|
|
github.com/facebookincubator/nvdtools v0.1.4
|
2021-08-26 13:28:53 +00:00
|
|
|
github.com/fatih/color v1.12.0
|
2022-10-11 18:20:12 +00:00
|
|
|
github.com/fleetdm/goose v0.0.0-20221011170007-06aacf8ac547
|
2022-04-01 20:28:51 +00:00
|
|
|
github.com/getlantern/systray v1.2.2-0.20220329111105-6065fda28be8
|
2023-02-28 02:24:03 +00:00
|
|
|
github.com/getsentry/sentry-go v0.18.0
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2022-09-13 21:21:23 +00:00
|
|
|
github.com/go-kit/kit v0.12.0
|
2023-03-01 01:26:57 +00:00
|
|
|
github.com/go-kit/log v0.2.1
|
2021-11-04 18:21:39 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2022-03-21 16:29:52 +00:00
|
|
|
github.com/gocarina/gocsv v0.0.0-20220310154401-d4df709ca055
|
2022-09-13 21:22:20 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
2022-09-13 14:23:24 +00:00
|
|
|
github.com/gomodule/redigo v1.8.9
|
2023-02-28 02:24:03 +00:00
|
|
|
github.com/google/go-cmp v0.5.9
|
2021-07-29 16:10:34 +00:00
|
|
|
github.com/google/go-github/v37 v37.0.0
|
2021-09-22 20:18:55 +00:00
|
|
|
github.com/google/uuid v1.3.0
|
2021-12-20 01:06:17 +00:00
|
|
|
github.com/goreleaser/goreleaser v1.1.0
|
|
|
|
github.com/goreleaser/nfpm/v2 v2.10.0
|
2021-05-31 18:35:15 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-07-07 03:04:04 +00:00
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-11-04 17:56:57 +00:00
|
|
|
github.com/gosuri/uilive v0.0.4
|
2022-10-05 22:53:54 +00:00
|
|
|
github.com/groob/plist v0.0.0-20220217120414-63fa881b19a5
|
2022-05-26 15:15:40 +00:00
|
|
|
github.com/hashicorp/go-multierror v1.1.1
|
2021-08-11 14:02:22 +00:00
|
|
|
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
|
2023-02-09 00:36:20 +00:00
|
|
|
github.com/hillu/go-ntdll v0.0.0-20220801201350-0d23f057ef1f
|
2020-07-07 03:04:04 +00:00
|
|
|
github.com/igm/sockjs-go/v3 v3.0.0
|
2022-10-17 19:03:49 +00:00
|
|
|
github.com/jinzhu/copier v0.3.5
|
2021-08-11 14:02:22 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5
|
2023-03-01 03:28:12 +00:00
|
|
|
github.com/kevinburke/go-bindata v3.24.0+incompatible
|
2022-03-23 15:15:37 +00:00
|
|
|
github.com/kolide/kit v0.0.0-20191023141830-6312ecc11c23
|
|
|
|
github.com/kolide/launcher v0.11.25-0.20220321235155-c3e9480037d2
|
|
|
|
github.com/macadmins/osquery-extension v0.0.7
|
2020-12-15 02:14:14 +00:00
|
|
|
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201213122252-bcd7e1b9601e
|
2022-06-08 01:09:47 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.13
|
2022-10-05 22:53:54 +00:00
|
|
|
github.com/micromdm/micromdm v1.9.0
|
|
|
|
github.com/micromdm/nanodep v0.1.0
|
|
|
|
github.com/micromdm/nanomdm v0.3.0
|
|
|
|
github.com/micromdm/scep/v2 v2.1.0
|
2021-11-16 02:40:53 +00:00
|
|
|
github.com/mitchellh/go-ps v1.0.0
|
2021-08-11 14:02:22 +00:00
|
|
|
github.com/mitchellh/gon v0.2.3
|
2021-09-07 17:25:36 +00:00
|
|
|
github.com/mna/redisc v1.3.2
|
2022-01-21 17:28:21 +00:00
|
|
|
github.com/ngrok/sqlmw v0.0.0-20211220175533-9d16fdc47b31
|
2022-09-13 13:49:51 +00:00
|
|
|
github.com/nukosuke/go-zendesk v0.13.1
|
2021-08-11 14:02:22 +00:00
|
|
|
github.com/oklog/run v1.1.0
|
2021-05-31 18:35:15 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.5
|
2022-09-13 11:34:39 +00:00
|
|
|
github.com/open-policy-agent/opa v0.44.0
|
2022-10-10 21:53:19 +00:00
|
|
|
github.com/oschwald/geoip2-golang v1.8.0
|
2022-03-23 15:15:37 +00:00
|
|
|
github.com/osquery/osquery-go v0.0.0-20220317165851-954ac78f381f
|
2021-11-29 15:51:57 +00:00
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
2021-01-19 22:45:58 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-09-13 11:34:39 +00:00
|
|
|
github.com/prometheus/client_golang v1.13.0
|
2023-01-16 14:23:32 +00:00
|
|
|
github.com/quasilyte/go-ruleguard/dsl v0.3.22
|
2021-08-11 14:02:22 +00:00
|
|
|
github.com/rs/zerolog v1.20.0
|
2022-09-13 23:27:34 +00:00
|
|
|
github.com/russellhaering/goxmldsig v1.2.0
|
2022-07-11 17:58:27 +00:00
|
|
|
github.com/sethvargo/go-password v0.2.0
|
2022-09-13 15:01:32 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.8
|
2021-11-16 02:40:53 +00:00
|
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
2021-06-18 16:42:20 +00:00
|
|
|
github.com/spf13/cast v1.3.1
|
2022-07-11 17:58:27 +00:00
|
|
|
github.com/spf13/cobra v1.5.0
|
2021-12-20 01:06:17 +00:00
|
|
|
github.com/spf13/viper v1.8.1
|
2022-07-11 17:58:27 +00:00
|
|
|
github.com/stretchr/testify v1.8.0
|
2022-10-07 20:03:39 +00:00
|
|
|
github.com/theupdateframework/go-tuf v0.5.0
|
2021-06-18 15:51:47 +00:00
|
|
|
github.com/throttled/throttled/v2 v2.8.0
|
2022-02-14 18:13:44 +00:00
|
|
|
github.com/tj/assert v0.0.3
|
|
|
|
github.com/ulikunitz/xz v0.5.10
|
2022-12-07 17:24:42 +00:00
|
|
|
github.com/urfave/cli/v2 v2.23.5
|
2023-02-28 02:24:03 +00:00
|
|
|
github.com/valyala/fasthttp v1.40.0
|
2022-02-15 17:42:22 +00:00
|
|
|
go.elastic.co/apm/module/apmhttp v1.15.0
|
|
|
|
go.elastic.co/apm/module/apmsql v1.15.0
|
2023-01-17 20:33:27 +00:00
|
|
|
go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352
|
2022-02-15 17:42:22 +00:00
|
|
|
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.28.0
|
2022-09-13 13:40:15 +00:00
|
|
|
go.opentelemetry.io/otel v1.10.0
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0
|
2022-09-13 15:02:16 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0
|
2022-09-13 13:40:15 +00:00
|
|
|
go.opentelemetry.io/otel/sdk v1.10.0
|
2023-01-06 16:25:54 +00:00
|
|
|
golang.org/x/crypto v0.1.0
|
2023-01-06 20:44:20 +00:00
|
|
|
golang.org/x/exp v0.0.0-20230105202349-8879d0199aa3
|
2023-02-28 17:38:33 +00:00
|
|
|
golang.org/x/net v0.7.0
|
2023-01-06 20:44:20 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
|
2022-10-24 13:00:21 +00:00
|
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
|
2023-02-28 17:38:33 +00:00
|
|
|
golang.org/x/sys v0.5.0
|
2022-09-13 11:34:39 +00:00
|
|
|
google.golang.org/grpc v1.49.0
|
2022-10-10 21:52:07 +00:00
|
|
|
gopkg.in/guregu/null.v3 v3.5.0
|
2022-03-23 15:15:37 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2021-05-31 18:35:15 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2022-10-05 22:53:54 +00:00
|
|
|
howett.net/plist v0.0.0-20181124034731-591f970eefbb
|
2019-08-13 17:32:23 +00:00
|
|
|
)
|
2021-06-26 01:40:26 +00:00
|
|
|
|
2022-06-07 19:05:55 +00:00
|
|
|
require (
|
|
|
|
cloud.google.com/go v0.94.0 // indirect
|
|
|
|
cloud.google.com/go/kms v0.1.0 // indirect
|
|
|
|
cloud.google.com/go/storage v1.16.1 // indirect
|
|
|
|
code.gitea.io/sdk/gitea v0.15.0 // indirect
|
|
|
|
github.com/AlekSi/pointer v1.2.0 // indirect
|
|
|
|
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
|
|
|
|
github.com/Azure/azure-sdk-for-go v57.0.0+incompatible // indirect
|
|
|
|
github.com/Azure/azure-storage-blob-go v0.14.0 // indirect
|
|
|
|
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
|
2022-07-11 17:58:27 +00:00
|
|
|
github.com/Azure/go-autorest/autorest v0.11.24 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/azure/cli v0.4.3 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/logger v0.2.1 // indirect
|
|
|
|
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
|
|
|
|
github.com/DataDog/zstd v1.4.5 // indirect
|
|
|
|
github.com/DisgoOrg/disgohook v1.4.3 // indirect
|
|
|
|
github.com/DisgoOrg/log v1.1.0 // indirect
|
|
|
|
github.com/DisgoOrg/restclient v1.2.7 // indirect
|
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
|
|
github.com/Masterminds/semver/v3 v3.1.1 // indirect
|
|
|
|
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
|
|
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
|
|
github.com/OneOfOne/xxhash v1.2.8 // indirect
|
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210512092938-c05353c2d58c // indirect
|
2022-10-05 22:53:54 +00:00
|
|
|
github.com/RobotsAndPencils/buford v0.14.0 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
2022-09-13 11:34:39 +00:00
|
|
|
github.com/agnivade/levenshtein v1.1.1 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/alecthomas/jsonschema v0.0.0-20211022214203-8b29eab41725 // indirect
|
|
|
|
github.com/andybalholm/brotli v1.0.4 // indirect
|
2023-01-25 20:53:24 +00:00
|
|
|
github.com/antchfx/xpath v1.2.2 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/apache/thrift v0.16.0 // indirect
|
|
|
|
github.com/apex/log v1.9.0 // indirect
|
|
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
|
|
|
github.com/atc0005/go-teams-notify/v2 v2.6.0 // indirect
|
2022-09-13 21:21:23 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2 v1.9.1 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/aws/aws-sdk-go-v2/config v1.7.0 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/credentials v1.4.0 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.5.0 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/internal/ini v1.2.2 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.3.0 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/kms v1.5.0 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sso v1.4.0 // indirect
|
|
|
|
github.com/aws/aws-sdk-go-v2/service/sts v1.7.0 // indirect
|
|
|
|
github.com/aws/smithy-go v1.8.0 // indirect
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/blakesmith/ar v0.0.0-20190502131153-809d4375e1fb // indirect
|
|
|
|
github.com/c-bata/go-prompt v0.2.3 // indirect
|
|
|
|
github.com/caarlos0/ctrlc v1.0.0 // indirect
|
|
|
|
github.com/caarlos0/env/v6 v6.7.0 // indirect
|
|
|
|
github.com/caarlos0/go-shellwords v1.0.12 // indirect
|
|
|
|
github.com/cavaliercoder/go-cpio v0.0.0-20180626203310-925f9528c45e // indirect
|
|
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
2022-07-11 17:58:27 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e // indirect
|
|
|
|
github.com/dghubble/oauth1 v0.7.0 // indirect
|
|
|
|
github.com/dghubble/sling v1.3.0 // indirect
|
|
|
|
github.com/dgraph-io/ristretto v0.1.0 // indirect
|
|
|
|
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
|
|
|
|
github.com/dimchansky/utfbom v1.1.1 // indirect
|
2022-10-24 13:00:21 +00:00
|
|
|
github.com/docker/distribution v2.8.0+incompatible // indirect
|
2022-07-19 21:11:51 +00:00
|
|
|
github.com/docker/go-connections v0.4.0 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/dustin/go-humanize v1.0.0 // indirect
|
|
|
|
github.com/elastic/go-licenser v0.3.1 // indirect
|
|
|
|
github.com/elastic/go-sysinfo v1.1.1 // indirect
|
|
|
|
github.com/elastic/go-windows v1.0.0 // indirect
|
|
|
|
github.com/emirpasic/gods v1.12.0 // indirect
|
|
|
|
github.com/facebookincubator/flog v0.0.0-20190930132826-d2511d0ce33c // indirect
|
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
|
|
github.com/felixge/httpsnoop v1.0.2 // indirect
|
|
|
|
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
|
|
|
github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect
|
|
|
|
github.com/getlantern/errors v1.0.1 // indirect
|
|
|
|
github.com/getlantern/golog v0.0.0-20211223150227-d4d95a44d873 // indirect
|
|
|
|
github.com/getlantern/hex v0.0.0-20220104173244-ad7e4b9194dc // indirect
|
|
|
|
github.com/getlantern/hidden v0.0.0-20220104173330-f221c5a24770 // indirect
|
|
|
|
github.com/getlantern/ops v0.0.0-20200403153110-8476b16edcd6 // indirect
|
|
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
|
|
github.com/go-git/go-billy/v5 v5.3.1 // indirect
|
|
|
|
github.com/go-git/go-git/v5 v5.4.2 // indirect
|
2022-09-13 11:34:39 +00:00
|
|
|
github.com/go-logfmt/logfmt v0.5.1 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/go-logr/logr v1.2.3 // indirect
|
|
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
|
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
2022-07-19 21:11:51 +00:00
|
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/golang/glog v1.0.0 // indirect
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
|
|
github.com/golang/snappy v0.0.4 // indirect
|
2022-10-05 22:53:54 +00:00
|
|
|
github.com/gomodule/oauth1 v0.2.0 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/google/go-github/v39 v39.2.0 // indirect
|
|
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
|
|
github.com/google/rpmpack v0.0.0-20210518075352-dc539ef4f2ea // indirect
|
|
|
|
github.com/google/wire v0.5.0 // indirect
|
|
|
|
github.com/googleapis/gax-go/v2 v2.1.0 // indirect
|
|
|
|
github.com/goreleaser/chglog v0.1.2 // indirect
|
|
|
|
github.com/goreleaser/fileglob v1.2.0 // indirect
|
2022-10-05 22:53:54 +00:00
|
|
|
github.com/groob/finalizer v0.0.0-20170707115354-4c2ed49aabda // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0 // indirect
|
|
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
2022-09-13 21:21:23 +00:00
|
|
|
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
|
|
|
|
github.com/hashicorp/go-hclog v0.16.2 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
|
|
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
|
|
github.com/iancoleman/orderedmap v0.2.0 // indirect
|
|
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
|
|
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
|
|
|
|
github.com/jcchavezs/porto v0.1.0 // indirect
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901 // indirect
|
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
|
|
github.com/kevinburke/ssh_config v1.1.0 // indirect
|
2023-02-28 02:24:03 +00:00
|
|
|
github.com/klauspost/compress v1.15.11 // indirect
|
2023-03-14 16:21:52 +00:00
|
|
|
github.com/lib/pq v1.10.6 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
|
|
|
|
github.com/magiconair/properties v1.8.5 // indirect
|
2023-02-28 02:24:03 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/mattn/go-ieproxy v0.0.1 // indirect
|
2023-02-28 02:24:03 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/mattn/go-runewidth v0.0.9 // indirect
|
|
|
|
github.com/mattn/go-tty v0.0.3 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
|
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
2022-09-13 21:21:23 +00:00
|
|
|
github.com/mitchellh/mapstructure v1.4.2 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2022-07-19 21:11:51 +00:00
|
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
|
2022-10-10 21:53:19 +00:00
|
|
|
github.com/oschwald/maxminddb-golang v1.10.0 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
|
|
|
github.com/pelletier/go-toml v1.9.3 // indirect
|
|
|
|
github.com/pkg/term v0.0.0-20190109203006-aa71e9d9e942 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
2022-09-13 11:34:39 +00:00
|
|
|
github.com/prometheus/common v0.37.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.8.0 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
|
|
|
|
github.com/rogpeppe/go-internal v1.8.1 // indirect
|
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
|
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
|
2022-10-07 20:03:39 +00:00
|
|
|
github.com/secure-systems-lab/go-securesystemslib v0.4.0 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
|
|
github.com/slack-go/slack v0.9.4 // indirect
|
|
|
|
github.com/spf13/afero v1.6.0 // indirect
|
|
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2022-07-11 17:58:27 +00:00
|
|
|
github.com/stretchr/objx v0.4.0 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/subosito/gotenv v1.2.0 // indirect
|
2022-09-13 11:34:39 +00:00
|
|
|
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
2022-09-13 15:01:32 +00:00
|
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
|
|
github.com/tklauser/numcpus v0.4.0 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/trivago/tgo v1.0.7 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/vartanbeno/go-reddit/v2 v2.0.0 // indirect
|
|
|
|
github.com/xanzy/go-gitlab v0.50.3 // indirect
|
|
|
|
github.com/xanzy/ssh-agent v0.3.1 // indirect
|
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
2022-12-07 17:24:42 +00:00
|
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
github.com/yashtewari/glob-intersection v0.1.0 // indirect
|
|
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
2023-03-14 16:21:52 +00:00
|
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
go.elastic.co/apm v1.15.0 // indirect
|
|
|
|
go.elastic.co/fastjson v1.1.0 // indirect
|
|
|
|
go.opencensus.io v0.23.0 // indirect
|
2022-09-13 13:40:15 +00:00
|
|
|
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/otel/trace v1.10.0 // indirect
|
|
|
|
go.opentelemetry.io/proto/otlp v0.19.0 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
|
|
go.uber.org/zap v1.21.0 // indirect
|
|
|
|
gocloud.dev v0.24.0 // indirect
|
|
|
|
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
|
2023-01-06 16:25:54 +00:00
|
|
|
golang.org/x/mod v0.6.0 // indirect
|
2023-02-28 17:38:33 +00:00
|
|
|
golang.org/x/term v0.5.0 // indirect
|
|
|
|
golang.org/x/text v0.7.0 // indirect
|
2023-02-28 02:24:03 +00:00
|
|
|
golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
|
2023-01-06 16:25:54 +00:00
|
|
|
golang.org/x/tools v0.2.0 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
|
|
google.golang.org/api v0.56.0 // indirect
|
|
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
|
|
google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368 // indirect
|
2022-09-13 11:34:39 +00:00
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2023-02-28 02:24:03 +00:00
|
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
gopkg.in/mail.v2 v2.3.1 // indirect
|
|
|
|
gopkg.in/warnings.v0 v0.1.2 // indirect
|
2022-07-11 17:58:27 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-09-13 11:34:39 +00:00
|
|
|
gotest.tools/v3 v3.0.3 // indirect
|
2022-06-07 19:05:55 +00:00
|
|
|
)
|
|
|
|
|
2021-06-26 01:40:26 +00:00
|
|
|
replace github.com/kolide/kit => github.com/zwass/kit v0.0.0-20210625184505-ec5b5c5cce9c
|
2022-10-05 22:53:54 +00:00
|
|
|
|
2023-01-17 20:33:27 +00:00
|
|
|
replace github.com/micromdm/nanomdm => github.com/fleetdm/nanomdm v0.3.1-0.20230117193224-130d63f1d4ac
|
2022-10-05 22:53:54 +00:00
|
|
|
|
2023-01-06 20:44:20 +00:00
|
|
|
replace github.com/micromdm/nanodep => github.com/fleetdm/nanodep v0.1.1-0.20221221202251-71b67ab1da24
|
2022-10-05 22:53:54 +00:00
|
|
|
|
|
|
|
replace github.com/micromdm/scep/v2 => github.com/fleetdm/scep/v2 v2.1.1-0.20220729212655-4f19f0a10a03
|