fleet/go.mod

67 lines
2.9 KiB
Modula-2
Raw Normal View History

module github.com/kolide/fleet
go 1.12
require (
cloud.google.com/go v0.37.4
github.com/AbGuthrie/goquery/v2 v2.0.1
2019-08-14 18:11:20 +00:00
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
2019-08-14 18:11:20 +00:00
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.5.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
github.com/gorilla/mux v1.6.2
github.com/gorilla/websocket v1.4.2
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
2020-07-01 17:51:34 +00:00
github.com/igm/sockjs-go v3.0.0+incompatible
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
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
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-isatty v0.0.12 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
2019-08-14 18:11:20 +00:00
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
2019-08-14 18:11:20 +00:00
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
2019-08-14 18:11:20 +00:00
github.com/spf13/afero v1.1.0 // indirect
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
github.com/spf13/viper v1.0.2
github.com/stretchr/testify v1.5.1
github.com/urfave/cli v1.20.0
2019-08-14 18:11:20 +00:00
go.opencensus.io v0.20.2 // indirect
golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc
2019-08-14 18:11:20 +00:00
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
golang.org/x/sys v0.0.0-20200122134326-e047566fdf82 // indirect
2019-08-14 18:11:20 +00:00
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
)