Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Commit a06ad6f

Browse files
authored
Run go mod tidy (#2098)
1 parent 7364f1e commit a06ad6f

File tree

2 files changed

+45
-64
lines changed

2 files changed

+45
-64
lines changed

go.mod

Lines changed: 24 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -4,79 +4,63 @@ go 1.12
44

55
require (
66
cloud.google.com/go v0.37.4
7-
git.apache.org/thrift.git v0.0.0-20170711211005-0dd823580c78
7+
git.apache.org/thrift.git v0.0.0-20170711211005-0dd823580c78 // indirect
8+
github.com/VividCortex/gohistogram v1.0.0 // indirect
89
github.com/VividCortex/mysqlerr v0.0.0-20170204212430-6c6b55f8796f
910
github.com/WatchBeam/clock v0.0.0-20170901150240-b08e6b4da7ea
1011
github.com/aws/aws-sdk-go v1.19.8
1112
github.com/beevik/etree v1.0.0
12-
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
1313
github.com/briandowns/spinner v0.0.0-20170614154858-48dbb65d7bd5
14-
github.com/davecgh/go-spew v1.1.1
1514
github.com/dgrijalva/jwt-go v3.2.0+incompatible
1615
github.com/e-dard/netbug v0.0.0-20151029172837-e64d308a0b20
1716
github.com/elazarl/go-bindata-assetfs v1.0.0
18-
github.com/fatih/color v1.7.0
19-
github.com/fsnotify/fsnotify v1.4.7
17+
github.com/fatih/color v1.7.0 // indirect
2018
github.com/ghodss/yaml v1.0.0
2119
github.com/go-kit/kit v0.8.0
22-
github.com/go-logfmt/logfmt v0.3.0
2320
github.com/go-sql-driver/mysql v1.4.0
24-
github.com/go-stack/stack v1.8.0
25-
github.com/golang/protobuf v1.2.0
2621
github.com/gomodule/redigo v2.0.0+incompatible
27-
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c
28-
github.com/googleapis/gax-go v1.0.2
29-
github.com/gorilla/context v1.1.1
22+
github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c // indirect
3023
github.com/gorilla/mux v1.6.2
3124
github.com/gorilla/websocket v1.2.0
3225
github.com/guregu/null v3.4.0+incompatible
33-
github.com/hashicorp/golang-lru v0.5.1
34-
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce
26+
github.com/hashicorp/golang-lru v0.5.1 // indirect
27+
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
3528
github.com/igm/sockjs-go v0.0.0-20171030210102-c8a8c6429d10
36-
github.com/inconshreveable/mousetrap v1.0.0
37-
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af
29+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
3830
github.com/jmoiron/sqlx v0.0.0-20180406164412-2aeb6a910c2b
39-
github.com/jonboulle/clockwork v0.1.0
31+
github.com/jonboulle/clockwork v0.1.0 // indirect
4032
github.com/kolide/goose v0.0.0-20181015214854-7aebd1deb5ab
4133
github.com/kolide/kit v0.0.0-20180421083548-36eb8dc43916
4234
github.com/kolide/launcher v0.0.0-20180427153757-cb412b945cf7
4335
github.com/kolide/osquery-go v0.0.0-20180413104856-e17dfe8f44e7
44-
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515
45-
github.com/magiconair/properties v1.7.6
46-
github.com/mattn/go-colorable v0.0.9
47-
github.com/mattn/go-isatty v0.0.3
48-
github.com/mattn/go-runewidth v0.0.2
49-
github.com/matttproud/golang_protobuf_extensions v1.0.1
50-
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238
36+
github.com/lib/pq v1.2.0 // indirect
37+
github.com/magiconair/properties v1.7.6 // indirect
38+
github.com/mattn/go-colorable v0.0.9 // indirect
39+
github.com/mattn/go-isatty v0.0.3 // indirect
40+
github.com/mattn/go-runewidth v0.0.2 // indirect
41+
github.com/mattn/go-sqlite3 v1.11.0 // indirect
42+
github.com/mitchellh/mapstructure v0.0.0-20180220230111-00c29f56e238 // indirect
5143
github.com/olekukonko/tablewriter v0.0.0-20180506121414-d4647c9c7a84
5244
github.com/patrickmn/sortutil v0.0.0-20120526081524-abeda66eb583
53-
github.com/pelletier/go-toml v1.1.0
45+
github.com/pelletier/go-toml v1.1.0 // indirect
5446
github.com/pkg/errors v0.8.0
55-
github.com/pmezard/go-difflib v1.0.0
5647
github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829
57-
github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f
58-
github.com/prometheus/common v0.2.0
59-
github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1
6048
github.com/russellhaering/gosaml2 v0.3.1
6149
github.com/russellhaering/goxmldsig v0.0.0-20170911191014-b7efc6231e45
62-
github.com/spf13/afero v1.1.0
50+
github.com/satori/go.uuid v1.2.0 // indirect
51+
github.com/spf13/afero v1.1.0 // indirect
6352
github.com/spf13/cast v1.2.0
6453
github.com/spf13/cobra v0.0.2
65-
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec
66-
github.com/spf13/pflag v1.0.1
54+
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
55+
github.com/spf13/pflag v1.0.1 // indirect
6756
github.com/spf13/viper v1.0.2
6857
github.com/stretchr/testify v1.2.2
6958
github.com/urfave/cli v1.20.0
70-
go.opencensus.io v0.20.2
59+
go.opencensus.io v0.20.2 // indirect
7160
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
72-
golang.org/x/net v0.0.0-20190311183353-d8887717615a
73-
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
74-
golang.org/x/sync v0.0.0-20190412183630-56d357773e84
75-
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a
76-
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2
77-
google.golang.org/api v0.3.2
78-
google.golang.org/appengine v1.4.0
79-
google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107
61+
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
62+
golang.org/x/sync v0.0.0-20190412183630-56d357773e84 // indirect
63+
google.golang.org/api v0.3.2 // indirect
8064
google.golang.org/grpc v1.19.0
8165
gopkg.in/natefinch/lumberjack.v2 v2.0.0-20170531160350-a96e63847dc3
8266
gopkg.in/yaml.v2 v2.2.1

0 commit comments

Comments
 (0)