module github.com/kolide/fleet go 1.12 require ( cloud.google.com/go v0.37.4 github.com/AbGuthrie/goquery/v2 v2.0.1 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.26.8 github.com/beevik/etree v1.1.0 github.com/briandowns/spinner v0.0.0-20170614154858-48dbb65d7bd5 github.com/cenkalti/backoff/v4 v4.0.0 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 github.com/fatih/color v1.7.0 // indirect 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 github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c // indirect github.com/gorilla/mux v1.6.2 github.com/gorilla/websocket v1.2.0 github.com/hashicorp/golang-lru v0.5.1 // indirect github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect github.com/igm/sockjs-go v0.0.0-20171030210102-c8a8c6429d10 github.com/inconshreveable/mousetrap v1.0.0 // indirect github.com/jmoiron/sqlx v0.0.0-20180406164412-2aeb6a910c2b 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-20190904034940-a74aa860032d github.com/lib/pq v1.2.0 // indirect github.com/magiconair/properties v1.7.6 // indirect github.com/mattn/go-isatty v0.0.12 // indirect github.com/mattn/go-runewidth v0.0.8 // indirect github.com/mattn/go-sqlite3 v1.11.0 // indirect github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 // indirect github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84 github.com/patrickmn/sortutil v0.0.0-20120526081524-abeda66eb583 github.com/pelletier/go-toml v1.1.0 // indirect github.com/pkg/errors v0.8.1 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-20180430223755-7acd5e4a6ef7 github.com/satori/go.uuid v1.2.0 // indirect github.com/spf13/afero v1.1.0 // indirect github.com/spf13/cast v1.2.0 github.com/spf13/cobra v0.0.2 github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect github.com/spf13/pflag v1.0.1 // indirect github.com/spf13/viper v1.0.2 github.com/stretchr/testify v1.4.0 github.com/urfave/cli v1.20.0 go.opencensus.io v0.20.2 // indirect golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect google.golang.org/api v0.3.2 // indirect google.golang.org/grpc v1.19.0 gopkg.in/guregu/null.v3 v3.4.0 gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3 gopkg.in/yaml.v2 v2.2.2 honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a )