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
|
2021-05-31 18:35:15 +00:00
|
|
|
github.com/OneOfOne/xxhash v1.2.8 // 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
|
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
|
2020-03-11 01:14:02 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.0.0
|
2021-12-20 14:20:58 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
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-07-29 16:10:34 +00:00
|
|
|
github.com/dnaeon/go-vcr/v2 v2.0.1
|
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
|
2021-04-26 15:44:22 +00:00
|
|
|
github.com/fleetdm/goose v0.0.0-20210209032905-c3c01484bacb
|
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
|
2021-08-06 15:49:38 +00:00
|
|
|
github.com/golang-jwt/jwt/v4 v4.0.0
|
2021-08-13 14:16:11 +00:00
|
|
|
github.com/gomodule/redigo v1.8.5
|
2021-07-29 16:10:34 +00:00
|
|
|
github.com/google/go-cmp v0.5.6
|
|
|
|
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
|
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
|
2020-12-15 02:14:14 +00:00
|
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
2021-03-26 18:23:29 +00:00
|
|
|
github.com/kevinburke/go-bindata v3.22.0+incompatible
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/kolide/kit v0.0.0-20180421083548-36eb8dc43916
|
|
|
|
github.com/kolide/launcher v0.0.0-20180427153757-cb412b945cf7
|
2021-11-16 02:40:53 +00:00
|
|
|
github.com/kolide/osquery-go v0.0.0-20200604192029-b019be7063ac
|
|
|
|
github.com/macadmins/osquery-extension v0.0.5
|
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
|
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
|
|
|
|
github.com/open-policy-agent/opa v0.24.0
|
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
|
2021-12-20 14:20:58 +00:00
|
|
|
github.com/prometheus/client_golang v1.11.0
|
|
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
2021-05-31 18:35:15 +00:00
|
|
|
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
|
2021-11-15 18:01:48 +00:00
|
|
|
github.com/rotisserie/eris v0.5.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
|
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
|
2021-12-20 01:06:17 +00:00
|
|
|
github.com/spf13/cobra v1.2.1
|
|
|
|
github.com/spf13/viper v1.8.1
|
|
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
2021-05-31 18:35:15 +00:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-11-15 18:01:48 +00:00
|
|
|
github.com/theupdateframework/go-tuf v0.0.0-20210929155205-2707f22b6f31
|
2021-06-18 15:51:47 +00:00
|
|
|
github.com/throttled/throttled/v2 v2.8.0
|
2021-03-13 00:42:38 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2021-11-15 18:01:48 +00:00
|
|
|
github.com/valyala/fasthttp v1.31.0
|
|
|
|
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
|
|
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
2021-12-20 14:20:58 +00:00
|
|
|
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac
|
2021-12-20 01:06:17 +00:00
|
|
|
google.golang.org/grpc v1.40.0
|
2020-01-13 17:11:31 +00:00
|
|
|
gopkg.in/guregu/null.v3 v3.4.0
|
2019-08-13 17:32:23 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
|
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
|