Skip to content

Commit

Permalink
tidying up example dependencies + updating go-kit (#227)
Browse files Browse the repository at this point in the history
* tidying up example deps

* updating go-kit

* also updating example go-kit
  • Loading branch information
jprobinson authored Sep 4, 2019
1 parent e997402 commit 74213ad
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 177 deletions.
14 changes: 8 additions & 6 deletions examples/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,22 @@ module github.com/NYTimes/gizmo/examples
replace github.com/NYTimes/gizmo => ../

require (
cloud.google.com/go v0.36.0
cloud.google.com/go v0.38.0
github.com/NYTimes/gizmo v1.2.1
github.com/NYTimes/gziphandler v1.1.0
github.com/NYTimes/logrotate v1.0.0
github.com/NYTimes/sqliface v0.0.0-20180310195202-f8e6c8b78d37
github.com/go-kit/kit v0.8.0
github.com/go-kit/kit v0.9.0
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/protobuf v1.2.0
github.com/golang/protobuf v1.3.2
github.com/gorilla/context v1.1.1
github.com/gorilla/websocket v1.4.0
github.com/kelseyhightower/envconfig v1.3.0
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.3.0
golang.org/x/net v0.0.0-20190225153610-fe579d43d832
google.golang.org/genproto v0.0.0-20190219182410-082222b4a5c5
google.golang.org/grpc v1.18.0
golang.org/x/net v0.0.0-20190628185345-da137c7871d7
google.golang.org/genproto v0.0.0-20190716160619-c506a9f90610
google.golang.org/grpc v1.22.0
)

go 1.13
Loading

0 comments on commit 74213ad

Please sign in to comment.