This repository has been archived by the owner on Aug 17, 2023. It is now read-only.
forked from kolide/launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
70 lines (69 loc) · 3.45 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
module github.com/kolide/launcher
require (
cloud.google.com/go v0.33.1 // indirect
git.apache.org/thrift.git v0.12.0 // indirect
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Masterminds/semver v1.4.2
github.com/Microsoft/go-winio v0.4.11 // indirect
github.com/Shopify/logrus-bugsnag v0.0.0-20171204204709-577dee27f20d // indirect
github.com/Sirupsen/logrus v1.0.3 // indirect
github.com/WatchBeam/clock v0.0.0-20170901150240-b08e6b4da7ea // indirect
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932 // indirect
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/boltdb/bolt v1.3.1
github.com/bugsnag/bugsnag-go v1.3.2 // indirect
github.com/bugsnag/panicwrap v1.2.0 // indirect
github.com/cenkalti/backoff v2.0.0+incompatible // indirect
github.com/cloudflare/cfssl v0.0.0-20181102015659-ea4033a214e7 // indirect
github.com/denisenkom/go-mssqldb v0.0.0-20181014144952-4e0d7dc8888f // indirect
github.com/docker/distribution v2.6.2+incompatible // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/ghodss/yaml v1.0.0
github.com/go-bindata/go-bindata v1.0.0
github.com/go-kit/kit v0.7.0
github.com/gogo/protobuf v1.2.0
github.com/golang/protobuf v1.2.0
github.com/google/certificate-transparency-go v1.0.21 // indirect
github.com/google/uuid v1.1.0
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.6.2 // indirect
github.com/gorilla/websocket v1.2.0
github.com/groob/plist v0.0.0-20190114192801-a99fbe489d03
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed // indirect
github.com/jinzhu/gorm v1.9.1 // indirect
github.com/jinzhu/inflection v0.0.0-20180308033659-04140366298a // indirect
github.com/jinzhu/now v0.0.0-20181116074157-8ec929ed50c3 // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/knightsc/system_policy v1.1.1-0.20190125011806-04a47ae55cf7
github.com/kolide/kit v0.0.0-20181124013649-bd1a9de64d48
github.com/kolide/osquery-go v0.0.0-20190113061206-be0a8de4cf1d
github.com/kolide/updater v0.0.0-20181127001321-d5bab28ddf67
github.com/kr/pty v1.1.2
github.com/mattn/go-sqlite3 v1.10.0
github.com/miekg/pkcs11 v0.0.0-20171207072458-57296583125b // indirect
github.com/mixer/clock v0.0.0-20170901150240-b08e6b4da7ea
github.com/oklog/run v1.0.0
github.com/onsi/ginkgo v1.7.0 // indirect
github.com/onsi/gomega v1.4.3 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v0.9.2 // indirect
github.com/sirupsen/logrus v1.2.0 // indirect
github.com/spf13/viper v1.2.1 // indirect
github.com/stretchr/testify v1.3.0
github.com/theupdateframework/notary v0.0.0-20180129185925-f234167994cf
go.opencensus.io v0.18.0
golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
golang.org/x/sys v0.0.0-20190124100055-b90733256f2e
golang.org/x/time v0.0.0-20170927054726-6dc17368e09b
google.golang.org/grpc v1.14.0
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/dancannon/gorethink.v3 v3.0.5 // indirect
gopkg.in/fatih/pool.v2 v2.0.0 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/gorethink/gorethink.v3 v3.0.5 // indirect
howett.net/plist v0.0.0-20181124034731-591f970eefbb
)