2021-06-26 04:46:51 +00:00
|
|
|
module github.com/fleetdm/fleet/v4
|
2019-08-13 17:32:23 +00:00
|
|
|
|
2021-05-31 18:35:15 +00:00
|
|
|
go 1.16
|
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
|
2022-02-14 18:13:44 +00:00
|
|
|
github.com/PuerkitoBio/goquery v1.8.0 // indirect
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/VividCortex/gohistogram v1.0.0 // indirect
|
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-05-02 18:03:49 +00:00
|
|
|
github.com/andygrunwald/go-jira v1.15.1
|
2022-02-14 18:13:44 +00:00
|
|
|
github.com/antchfx/htmlquery v1.2.4 // indirect
|
|
|
|
github.com/antchfx/xmlquery v1.3.9 // indirect
|
2021-12-20 01:06:17 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.40.34
|
2020-01-14 00:15:14 +00:00
|
|
|
github.com/beevik/etree v1.1.0
|
2021-11-01 18:31:01 +00:00
|
|
|
github.com/briandowns/spinner v1.13.0
|
2022-02-15 17:42:22 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.1.2
|
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
|
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
|
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
2021-08-04 21:01:39 +00:00
|
|
|
github.com/facebookincubator/flog v0.0.0-20190930132826-d2511d0ce33c // indirect
|
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-02-14 20:33:37 +00:00
|
|
|
github.com/fleetdm/goose v0.0.0-20220214194029-91b5e5eb8e77
|
2022-04-01 20:28:51 +00:00
|
|
|
github.com/getlantern/golog v0.0.0-20211223150227-d4d95a44d873 // indirect
|
|
|
|
github.com/getlantern/hidden v0.0.0-20220104173330-f221c5a24770 // indirect
|
|
|
|
github.com/getlantern/ops v0.0.0-20200403153110-8476b16edcd6 // indirect
|
|
|
|
github.com/getlantern/systray v1.2.2-0.20220329111105-6065fda28be8
|
2022-01-21 17:28:21 +00:00
|
|
|
github.com/getsentry/sentry-go v0.12.0
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
2021-03-26 18:23:29 +00:00
|
|
|
github.com/go-kit/kit v0.9.0
|
2021-11-04 18:21:39 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.6.0
|
2022-04-01 20:28:51 +00:00
|
|
|
github.com/go-stack/stack v1.8.1 // indirect
|
2022-03-21 16:29:52 +00:00
|
|
|
github.com/gocarina/gocsv v0.0.0-20220310154401-d4df709ca055
|
2022-02-14 18:13:44 +00:00
|
|
|
github.com/gocolly/colly v1.2.0
|
2022-04-05 16:58:34 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
2021-08-13 14:16:11 +00:00
|
|
|
github.com/gomodule/redigo v1.8.5
|
2022-03-21 17:53:53 +00:00
|
|
|
github.com/google/go-cmp v0.5.7
|
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-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
|
2020-07-07 03:04:04 +00:00
|
|
|
github.com/igm/sockjs-go/v3 v3.0.0
|
2021-11-29 15:51:57 +00:00
|
|
|
github.com/jinzhu/copier v0.3.2
|
2021-08-11 14:02:22 +00:00
|
|
|
github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5
|
2022-02-14 18:13:44 +00:00
|
|
|
github.com/kennygrant/sanitize v1.2.4 // indirect
|
2021-03-26 18:23:29 +00:00
|
|
|
github.com/kevinburke/go-bindata v3.22.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
|
2021-07-29 16:10:34 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
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-05-02 20:58:34 +00:00
|
|
|
github.com/nukosuke/go-zendesk v0.12.0
|
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-05-26 15:15:40 +00:00
|
|
|
github.com/open-policy-agent/opa v0.40.0
|
2022-03-21 16:29:52 +00:00
|
|
|
github.com/oschwald/geoip2-golang v1.6.1
|
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-05-26 15:15:40 +00:00
|
|
|
github.com/prometheus/client_golang v1.12.1
|
2021-08-11 14:02:22 +00:00
|
|
|
github.com/rs/zerolog v1.20.0
|
2020-12-15 02:14:14 +00:00
|
|
|
github.com/russellhaering/goxmldsig v1.1.0
|
2022-02-14 18:13:44 +00:00
|
|
|
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
|
2022-03-21 17:53:53 +00:00
|
|
|
github.com/shirou/gopsutil/v3 v3.22.2
|
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-05-26 15:15:40 +00:00
|
|
|
github.com/spf13/cobra v1.4.0
|
2021-12-20 01:06:17 +00:00
|
|
|
github.com/spf13/viper v1.8.1
|
|
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
2022-03-23 15:15:37 +00:00
|
|
|
github.com/stretchr/testify v1.7.1
|
2022-02-14 18:13:44 +00:00
|
|
|
github.com/temoto/robotstxt v1.1.2 // indirect
|
2022-05-26 23:13:19 +00:00
|
|
|
github.com/theupdateframework/go-tuf v0.3.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
|
2021-03-13 00:42:38 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2022-03-28 17:45:15 +00:00
|
|
|
github.com/valyala/fasthttp v1.34.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
|
|
|
|
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.28.0
|
2022-05-26 15:15:40 +00:00
|
|
|
go.opentelemetry.io/otel v1.6.3
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.6.3
|
|
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.6.3
|
|
|
|
go.opentelemetry.io/otel/sdk v1.6.3
|
2022-04-01 20:28:51 +00:00
|
|
|
go.uber.org/multierr v1.8.0 // indirect
|
|
|
|
go.uber.org/zap v1.21.0 // indirect
|
2022-03-28 17:45:15 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
2021-11-15 18:01:48 +00:00
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2022-05-26 15:15:40 +00:00
|
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad
|
|
|
|
google.golang.org/grpc v1.46.0
|
2020-01-13 17:11:31 +00:00
|
|
|
gopkg.in/guregu/null.v3 v3.4.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
|
2019-08-13 17:32:23 +00:00
|
|
|
)
|
2021-06-26 01:40:26 +00:00
|
|
|
|
|
|
|
replace github.com/kolide/kit => github.com/zwass/kit v0.0.0-20210625184505-ec5b5c5cce9c
|