2019-08-13 17:32:23 +00:00
|
|
|
module github.com/kolide/fleet
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
cloud.google.com/go v0.37.4
|
2019-08-14 18:11:20 +00:00
|
|
|
git.apache.org/thrift.git v0.0.0-20170711211005-0dd823580c78 // indirect
|
|
|
|
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
|
|
|
|
github.com/aws/aws-sdk-go v1.19.8
|
|
|
|
github.com/beevik/etree v1.0.0
|
|
|
|
github.com/briandowns/spinner v0.0.0-20170614154858-48dbb65d7bd5
|
|
|
|
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
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/ghodss/yaml v1.0.0
|
|
|
|
github.com/go-kit/kit v0.8.0
|
|
|
|
github.com/go-sql-driver/mysql v1.4.0
|
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c // indirect
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/gorilla/mux v1.6.2
|
|
|
|
github.com/gorilla/websocket v1.2.0
|
|
|
|
github.com/guregu/null v3.4.0+incompatible
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/hashicorp/golang-lru v0.5.1 // indirect
|
|
|
|
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/igm/sockjs-go v0.0.0-20171030210102-c8a8c6429d10
|
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
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/jonboulle/clockwork v0.1.0 // indirect
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/kolide/goose v0.0.0-20181015214854-7aebd1deb5ab
|
|
|
|
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-20180413104856-e17dfe8f44e7
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/lib/pq v1.2.0 // indirect
|
|
|
|
github.com/magiconair/properties v1.7.6 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.0.9 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.3 // indirect
|
|
|
|
github.com/mattn/go-runewidth v0.0.2 // indirect
|
|
|
|
github.com/mattn/go-sqlite3 v1.11.0 // indirect
|
|
|
|
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
|
2019-08-13 17:32:23 +00:00
|
|
|
github.com/pkg/errors v0.8.0
|
|
|
|
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
|
|
|
|
github.com/russellhaering/gosaml2 v0.3.1
|
|
|
|
github.com/russellhaering/goxmldsig v0.0.0-20170911191014-b7efc6231e45
|
2019-08-14 18:11:20 +00:00
|
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
|
|
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
|
|
|
|
github.com/stretchr/testify v1.2.2
|
|
|
|
github.com/urfave/cli v1.20.0
|
2019-08-14 18:11:20 +00:00
|
|
|
go.opencensus.io v0.20.2 // indirect
|
2019-08-13 17:32:23 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
2019-08-14 18:11:20 +00:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20190412183630-56d357773e84 // indirect
|
|
|
|
google.golang.org/api v0.3.2 // indirect
|
2019-08-13 17:32:23 +00:00
|
|
|
google.golang.org/grpc v1.19.0
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
|
|
|
|
gopkg.in/yaml.v2 v2.2.1
|
|
|
|
)
|