Skip to content

Commit

Permalink
Merge pull request #81 from dunglas/protobuf
Browse files Browse the repository at this point in the history
fix: compatibility with Caddy dependencies
  • Loading branch information
dunglas committed Apr 20, 2021
2 parents 4102c2a + d90faab commit 9af66f5
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 282 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An open source gateway server which you can put on top of **any existing web API
It supports [hypermedia APIs](https://restfulapi.net/hateoas/) but also any "legacy" API by documenting its relations [using OpenAPI](docs/gateway/openapi.md).

[![Plant Tree](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=Plant%20Tree&query=%24.total&url=https%3A%2F%2Fpublic.offset.earth%2Fusers%2Ftreeware%2Ftrees)](https://plant.treeware.earth/dunglas/vulcain)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/dunglas/vulcain/gateway)](https://pkg.go.dev/github.com/dunglas/vulcain/gateway)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/dunglas/vulcain/gateway)](https://pkg.go.dev/github.com/dunglas/vulcain)
[![Build Status](https://github.com/dunglas/vulcain/workflows/CI/badge.svg)](https://github.com/dunglas/vulcain/actions)
[![codecov](https://codecov.io/gh/dunglas/vulcain/branch/master/graph/badge.svg)](https://codecov.io/gh/dunglas/vulcain)
[![Go Report Card](https://goreportcard.com/badge/github.com/dunglas/vulcain)](https://goreportcard.com/report/github.com/dunglas/vulcain)
Expand All @@ -20,9 +20,10 @@ Grab What You Need... Burn The REST!
* [Pushing Relations](#pushing-relations)
* [Filtering Resources](#filtering-resources)
* [Gateway Server](docs/gateway/)
* [Install](docs/gateway/install.md)
* [Configuration](docs/gateway/config.md)
* [Caddy Web Server Module](docs/caddy.md)
* [Mapping a Non-Hypermedia API using OpenAPI](docs/gateway/openapi.md)
* [Legacy Standalone Server](docs/gateway/install.md)
* [Legacy Configuration](docs/gateway/config.md)
* [Comparison with GraphQL and Other API Formats](docs/graphql.md)
* [Using GraphQL as Query Language for Vulcain](docs/graphql.md#using-graphql-as-query-language-for-vulcain)
* [Demo API](CONTRIBUTING.md)
Expand Down
17 changes: 0 additions & 17 deletions caddy/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,7 @@ go 1.15
replace github.com/dunglas/vulcain => ../

require (
cloud.google.com/go v0.68.0 // indirect
github.com/antlr/antlr4 v0.0.0-20201005172854-1145107684d8 // indirect
github.com/caddyserver/caddy/v2 v2.3.0
github.com/caddyserver/certmagic v0.12.1-0.20201215190346-201f83a06067 // indirect
github.com/dgraph-io/badger v1.6.2 // indirect
github.com/dgraph-io/badger/v2 v2.2007.2 // indirect
github.com/dunglas/vulcain v0.3.0
github.com/golang/snappy v0.0.2 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/klauspost/cpuid v1.3.1 // indirect
github.com/manifoldco/promptui v0.8.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/miekg/dns v1.1.31 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/smallstep/nosql v0.3.2 // indirect
github.com/urfave/cli v1.22.4 // indirect
go.step.sm/crypto v0.6.1 // indirect
go.uber.org/zap v1.16.0
howett.net/plist v0.0.0-20200419221736-3b63eb3a43b5 // indirect
)
Loading

0 comments on commit 9af66f5

Please sign in to comment.