2020-11-11 17:59:12 +00:00
|
|
|
module github.com/fleetdm/fleet
|
2019-08-13 17:32:23 +00:00
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
cloud.google.com/go v0.37.4
|
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
|
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
|
2020-01-24 05:27:20 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.26.8
|
2020-01-14 00:15:14 +00:00
|
|
|
github.com/beevik/etree v1.1.0
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/briandowns/spinner v0.0.0-20170614154858-48dbb65d7bd5
|
2020-03-11 01:14:02 +00:00
|
|
|
github.com/cenkalti/backoff/v4 v4.0.0
|
2020-11-05 01:06:55 +00:00
|
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
2021-05-17 17:29:50 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
|
github.com/e-dard/netbug v0.0.0-20151029172837-e64d308a0b20
|
|
|
|
github.com/elazarl/go-bindata-assetfs v1.0.0
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/fatih/color v1.7.0 // indirect
|
2021-04-26 15:44:22 +00:00
|
|
|
github.com/fleetdm/goose v0.0.0-20210209032905-c3c01484bacb
|
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
|
2020-10-08 16:17:08 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
2021-05-19 00:00:20 +00:00
|
|
|
github.com/gomodule/redigo v1.8.4
|
2021-05-17 17:29:50 +00:00
|
|
|
github.com/google/go-cmp v0.5.5
|
2020-11-05 04:45:16 +00:00
|
|
|
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/gorilla/mux v1.6.2
|
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
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
|
2020-07-07 03:04:04 +00:00
|
|
|
github.com/igm/sockjs-go/v3 v3.0.0
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/jmoiron/sqlx v0.0.0-20180406164412-2aeb6a910c2b
|
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
|
2019-09-13 00:35:10 +00:00
|
|
|
github.com/kolide/osquery-go v0.0.0-20190904034940-a74aa860032d
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/magiconair/properties v1.7.6 // indirect
|
2020-12-15 02:14:14 +00:00
|
|
|
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201213122252-bcd7e1b9601e
|
2020-01-24 05:27:20 +00:00
|
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.8 // indirect
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 // indirect
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84
|
|
|
|
github.com/patrickmn/sortutil v0.0.0-20120526081524-abeda66eb583
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/pelletier/go-toml v1.1.0 // indirect
|
2021-01-19 22:45:58 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
|
2020-12-15 02:14:14 +00:00
|
|
|
github.com/russellhaering/goxmldsig v1.1.0
|
2021-03-13 00:42:38 +00:00
|
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/spf13/afero v1.1.0 // indirect
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/spf13/cast v1.2.0
|
|
|
|
github.com/spf13/cobra v0.0.2
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
|
|
|
|
github.com/spf13/pflag v1.0.1 // indirect
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/spf13/viper v1.0.2
|
2020-12-15 02:14:14 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-03-26 17:46:51 +00:00
|
|
|
github.com/theupdateframework/go-tuf v0.0.0-20201230183259-aee6270feb55
|
2021-03-26 18:23:29 +00:00
|
|
|
github.com/throttled/throttled v2.2.5+incompatible
|
2021-05-19 00:00:20 +00:00
|
|
|
github.com/throttled/throttled/v2 v2.7.2
|
2021-03-13 00:42:38 +00:00
|
|
|
github.com/urfave/cli/v2 v2.3.0
|
2019-08-14 18:11:20 +00:00
|
|
|
go.opencensus.io v0.20.2 // indirect
|
2020-11-05 04:45:16 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-01-28 15:57:32 +00:00
|
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
2019-08-14 18:11:20 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
|
2021-01-28 15:57:32 +00:00
|
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
|
2019-08-14 18:11:20 +00:00
|
|
|
google.golang.org/api v0.3.2 // indirect
|
2019-08-13 17:32:23 +00:00
|
|
|
google.golang.org/grpc v1.19.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-03-26 18:23:29 +00:00
|
|
|
gopkg.in/yaml.v2 v2.2.7
|
2019-08-13 17:32:23 +00:00
|
|
|
)
|