-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Willa Drengwitz
committed
Feb 26, 2019
1 parent
f73227d
commit 7773b17
Showing
1 changed file
with
76 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,86 @@ | ||
module github.com/foursquare/fsgo | ||
|
||
require ( | ||
cloud.google.com/go v0.36.0 // indirect | ||
dmitri.shuralyov.com/app/changes v0.0.0-20181114035150-5af16e21babb // indirect | ||
dmitri.shuralyov.com/service/change v0.0.0-20190203163610-217368fe4577 // indirect | ||
git.apache.org/thrift.git v0.12.0 // indirect | ||
github.com/Shopify/sarama v1.21.0 // indirect | ||
github.com/alecthomas/gometalinter v3.0.0+incompatible // indirect | ||
github.com/apache/thrift v0.0.0-20160607212423-e1abc8b2f3ae | ||
github.com/bkaradzic/go-lz4 v0.0.0-20160924222819-7224d8d8f27e | ||
github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76 // indirect | ||
github.com/curator-go/curator v0.0.0-20160929175539-3844cf4b76fd | ||
github.com/davecgh/go-spew v1.1.0 | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/davidrjenni/reftools v0.0.0-20180914123528-654d0ba4f96d // indirect | ||
github.com/fatih/gomodifytags v0.0.0-20180914191908-141225bf62b6 // indirect | ||
github.com/fatih/motion v0.0.0-20180408211639-218875ebe238 // indirect | ||
github.com/gliderlabs/ssh v0.1.3 // indirect | ||
github.com/go-logfmt/logfmt v0.4.0 // indirect | ||
github.com/gogo/protobuf v1.2.1 // indirect | ||
github.com/golang/lint v0.0.0-20181217174547-8f45f776aaf1 // indirect | ||
github.com/golang/protobuf v1.3.0 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | ||
github.com/google/pprof v0.0.0-20190208070709-b421f19a5c07 // indirect | ||
github.com/google/shlex v0.0.0-20181106134648-c34317bd91bf // indirect | ||
github.com/googleapis/gax-go v2.0.2+incompatible // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect | ||
github.com/gorilla/mux v1.7.0 // indirect | ||
github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect | ||
github.com/grpc-ecosystem/grpc-gateway v1.7.0 // indirect | ||
github.com/josharian/impl v0.0.0-20180228163738-3d0f908298c4 // indirect | ||
github.com/jstemmer/gotags v1.4.1 // indirect | ||
github.com/keegancsmith/rpc v1.1.0 // indirect | ||
github.com/kisielk/errcheck v1.2.0 // indirect | ||
github.com/klauspost/asmfmt v1.2.0 // indirect | ||
github.com/koron/iferr v0.0.0-20180615142939-bb332a3b1d91 // indirect | ||
github.com/mdempsky/gocode v0.0.0-20190203001940-7fb65232883f // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.2 // indirect | ||
github.com/nicksnyder/go-i18n v1.10.0 // indirect | ||
github.com/openzipkin/zipkin-go v0.1.5 // indirect | ||
github.com/pelletier/go-toml v1.2.0 // indirect | ||
github.com/pkg/errors v0.8.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 | ||
github.com/rcrowley/go-metrics v0.0.0-20161128210544-1f30fe9094a5 | ||
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 // indirect | ||
github.com/prometheus/common v0.2.0 // indirect | ||
github.com/prometheus/procfs v0.0.0-20190225181712-6ed1f7e10411 // indirect | ||
github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a | ||
github.com/rogpeppe/godef v1.1.1 // indirect | ||
github.com/russross/blackfriday v2.0.0+incompatible // indirect | ||
github.com/samuel/go-zookeeper v0.0.0-20160531173956-4b20de542e40 | ||
github.com/satori/go.uuid v1.1.0 | ||
github.com/stretchr/objx v0.0.0-20150928122152-1a9d0bb9f541 | ||
github.com/stretchr/testify v0.0.0-20170130113145-4d4bfba8f1d1 | ||
github.com/shurcooL/go v0.0.0-20190121191506-3fef8c783dec // indirect | ||
github.com/shurcooL/gofontwoff v0.0.0-20181114050219-180f79e6909d // indirect | ||
github.com/shurcooL/highlight_diff v0.0.0-20181222201841-111da2e7d480 // indirect | ||
github.com/shurcooL/highlight_go v0.0.0-20181215221002-9d8641ddf2e1 // indirect | ||
github.com/shurcooL/home v0.0.0-20190204141146-5c8ae21d4240 // indirect | ||
github.com/shurcooL/htmlg v0.0.0-20190120222857-1e8a37b806f3 // indirect | ||
github.com/shurcooL/httpfs v0.0.0-20181222201310-74dc9339e414 // indirect | ||
github.com/shurcooL/issues v0.0.0-20190120000219-08d8dadf8acb // indirect | ||
github.com/shurcooL/issuesapp v0.0.0-20181229001453-b8198a402c58 // indirect | ||
github.com/shurcooL/notifications v0.0.0-20181111060504-bcc2b3082a7a // indirect | ||
github.com/shurcooL/octicon v0.0.0-20181222203144-9ff1a4cf27f4 // indirect | ||
github.com/shurcooL/reactions v0.0.0-20181222204718-145cd5e7f3d1 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/shurcooL/webdavfs v0.0.0-20181215192745-5988b2d638f6 // indirect | ||
github.com/sirupsen/logrus v1.3.0 // indirect | ||
github.com/stamblerre/gocode v0.0.0-20190213022308-8cc90faaf476 // indirect | ||
github.com/stretchr/objx v0.1.1 | ||
github.com/stretchr/testify v1.3.0 | ||
github.com/zmb3/gogetdoc v0.0.0-20190128144419-f7be94e50640 // indirect | ||
go.opencensus.io v0.19.0 // indirect | ||
go4.org v0.0.0-20190218023631-ce4c26f7be8e // indirect | ||
golang.org/x/build v0.0.0-20190226180436-80ca8d25ddd4 // indirect | ||
golang.org/x/crypto v0.0.0-20190225124518-7f87c0fbb88b // indirect | ||
golang.org/x/exp v0.0.0-20190221220918-438050ddec5e // indirect | ||
golang.org/x/net v0.0.0-20190226215741-afe646ca25a4 // indirect | ||
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect | ||
golang.org/x/perf v0.0.0-20190124201629-844a5f5b46f4 // indirect | ||
golang.org/x/sys v0.0.0-20190225065934-cc5685c2db12 // indirect | ||
golang.org/x/tools v0.0.0-20190226205152-f727befe758c // indirect | ||
google.golang.org/genproto v0.0.0-20190226184841-fc2db5cae922 // indirect | ||
google.golang.org/grpc v1.19.0 // indirect | ||
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect | ||
honnef.co/go/tools v0.0.0-20190215041234-466a0476246c // indirect | ||
sourcegraph.com/sqs/pbtypes v1.0.0 // indirect | ||
) |