-
Notifications
You must be signed in to change notification settings - Fork 37
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
Showing
4 changed files
with
270 additions
and
89 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,17 +1,20 @@ | ||
module github.com/utrack/clay/doc/example | ||
|
||
go 1.14 | ||
|
||
replace github.com/utrack/clay/v2 => ../../ | ||
|
||
require ( | ||
github.com/go-chi/chi v3.3.3+incompatible | ||
github.com/go-chi/chi v3.3.4+incompatible | ||
github.com/go-openapi/spec v0.0.0-20180415031709-bcff419492ee | ||
github.com/golang/protobuf v1.2.0 | ||
github.com/grpc-ecosystem/grpc-gateway v1.5.0 | ||
github.com/pkg/errors v0.8.0 | ||
github.com/golang/lint v0.0.0-20180702182130-06c8688daad7 // indirect | ||
github.com/golang/protobuf v1.3.2 | ||
github.com/grpc-ecosystem/grpc-gateway v1.14.2 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/rakyll/statik v0.1.1 | ||
github.com/sirupsen/logrus v1.0.5 | ||
github.com/utrack/clay/v2 v2.1.0 | ||
golang.org/x/net v0.0.0-20181005035420-146acd28ed58 | ||
google.golang.org/genproto v0.0.0-20180918203901-c3f76f3b92d1 | ||
google.golang.org/grpc v1.16.0 | ||
github.com/sirupsen/logrus v1.4.2 | ||
github.com/utrack/clay/v2 v2.4.7 | ||
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0 | ||
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c | ||
google.golang.org/grpc v1.27.1 | ||
) |
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
Oops, something went wrong.