mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
1b1d3f8a61
Resolves the warning described in #3699 by updating to the latest version of the dependency with the warning fixed. The warning should go away on all clients after new metadata is generated with these changes.
90 lines
3.7 KiB
Modula-2
90 lines
3.7 KiB
Modula-2
module github.com/fleetdm/fleet/v4
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go/pubsub v1.16.0
|
|
github.com/AbGuthrie/goquery/v2 v2.0.1
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
|
github.com/OneOfOne/xxhash v1.2.8 // indirect
|
|
github.com/VividCortex/gohistogram v1.0.0 // indirect
|
|
github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
|
|
github.com/WatchBeam/clock v0.0.0-20170901150240-b08e6b4da7ea
|
|
github.com/aws/aws-sdk-go v1.40.34
|
|
github.com/beevik/etree v1.1.0
|
|
github.com/briandowns/spinner v1.13.0
|
|
github.com/cenkalti/backoff/v4 v4.0.0
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/dgraph-io/badger/v2 v2.2007.2
|
|
github.com/dnaeon/go-vcr/v2 v2.0.1
|
|
github.com/doug-martin/goqu/v9 v9.18.0
|
|
github.com/e-dard/netbug v0.0.0-20151029172837-e64d308a0b20
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
|
github.com/facebookincubator/flog v0.0.0-20190930132826-d2511d0ce33c // indirect
|
|
github.com/facebookincubator/nvdtools v0.1.4
|
|
github.com/fatih/color v1.12.0
|
|
github.com/fleetdm/goose v0.0.0-20210209032905-c3c01484bacb
|
|
github.com/getsentry/sentry-go v0.12.0
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-kit/kit v0.9.0
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/golang-jwt/jwt/v4 v4.0.0
|
|
github.com/gomodule/redigo v1.8.5
|
|
github.com/google/go-cmp v0.5.6
|
|
github.com/google/go-github/v37 v37.0.0
|
|
github.com/google/uuid v1.3.0
|
|
github.com/goreleaser/goreleaser v1.1.0
|
|
github.com/goreleaser/nfpm/v2 v2.10.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/gosuri/uilive v0.0.4
|
|
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
|
|
github.com/igm/sockjs-go/v3 v3.0.0
|
|
github.com/jinzhu/copier v0.3.2
|
|
github.com/jmoiron/sqlx v1.2.1-0.20190826204134-d7d95172beb5
|
|
github.com/jonboulle/clockwork v0.2.2 // indirect
|
|
github.com/kevinburke/go-bindata v3.22.0+incompatible
|
|
github.com/kolide/kit v0.0.0-20180421083548-36eb8dc43916
|
|
github.com/kolide/launcher v0.0.0-20180427153757-cb412b945cf7
|
|
github.com/kolide/osquery-go v0.0.0-20200604192029-b019be7063ac
|
|
github.com/macadmins/osquery-extension v0.0.5
|
|
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201213122252-bcd7e1b9601e
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
github.com/mitchellh/go-ps v1.0.0
|
|
github.com/mitchellh/gon v0.2.3
|
|
github.com/mna/redisc v1.3.2
|
|
github.com/ngrok/sqlmw v0.0.0-20211220175533-9d16fdc47b31
|
|
github.com/oklog/run v1.1.0
|
|
github.com/olekukonko/tablewriter v0.0.5
|
|
github.com/open-policy-agent/opa v0.24.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/prometheus/common v0.32.1 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
|
|
github.com/rotisserie/eris v0.5.1
|
|
github.com/rs/zerolog v1.20.0
|
|
github.com/russellhaering/goxmldsig v1.1.0
|
|
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
|
|
github.com/spf13/cast v1.3.1
|
|
github.com/spf13/cobra v1.2.1
|
|
github.com/spf13/viper v1.8.1
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/theupdateframework/go-tuf v0.0.0-20220121203041-e3557e322879
|
|
github.com/throttled/throttled/v2 v2.8.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
github.com/valyala/fasthttp v1.31.0
|
|
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
|
|
google.golang.org/grpc v1.40.0
|
|
gopkg.in/guregu/null.v3 v3.4.0
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
replace github.com/kolide/kit => github.com/zwass/kit v0.0.0-20210625184505-ec5b5c5cce9c
|