mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
a79ad7d312
- Fix issue with built-in labels showing multiple platforms when hosts are reinstalled with new platform. - Add Red Hat Linux built-in label. - Display more labels by default in target selector. Fixes #546, #553
75 lines
3.4 KiB
Modula-2
75 lines
3.4 KiB
Modula-2
module github.com/fleetdm/fleet
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.37.4
|
|
github.com/AbGuthrie/goquery/v2 v2.0.1
|
|
github.com/DATA-DOG/go-sqlmock v1.5.0
|
|
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/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869
|
|
github.com/briandowns/spinner v0.0.0-20170614154858-48dbb65d7bd5
|
|
github.com/cenkalti/backoff/v4 v4.0.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
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/fleetdm/goose v0.0.0-20210205022138-27718647ba5b
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/go-kit/kit v0.9.0
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
github.com/gomodule/redigo v2.0.0+incompatible
|
|
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
|
|
github.com/gorilla/mux v1.6.2
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/gosuri/uilive v0.0.4
|
|
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
|
|
github.com/igm/sockjs-go/v3 v3.0.0
|
|
github.com/inconshreveable/mousetrap v1.0.0 // indirect
|
|
github.com/jmoiron/sqlx v0.0.0-20180406164412-2aeb6a910c2b
|
|
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-20190904034940-a74aa860032d
|
|
github.com/magiconair/properties v1.7.6 // indirect
|
|
github.com/mattermost/xml-roundtrip-validator v0.0.0-20201213122252-bcd7e1b9601e
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/mattn/go-runewidth v0.0.8 // 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.9.1
|
|
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
|
|
github.com/russellhaering/gosaml2 v0.3.1
|
|
github.com/russellhaering/goxmldsig v1.1.0
|
|
github.com/russross/blackfriday/v2 v2.1.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.6.1
|
|
github.com/theupdateframework/go-tuf v0.0.0-20201230183259-aee6270feb55
|
|
github.com/throttled/throttled v2.2.5+incompatible
|
|
github.com/throttled/throttled/v2 v2.7.1
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
go.opencensus.io v0.20.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
|
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
|
|
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // 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.7
|
|
)
|