dunglas / vulcain

🔨 Fast and idiomatic client-driven REST APIs.
https://vulcain.rocks
GNU Affero General Public License v3.0
3.5k stars 106 forks source link

Package deleted: https://github.com/dunglas/vulcain/caddy #100

Closed digitaltim-de closed 1 year ago

digitaltim-de commented 1 year ago

My Symfony Docker Vulcain Installation failed, because this package is disabled or deleted? Why?

dunglas commented 1 year ago

It still exists: https://github.com/dunglas/vulcain/blob/main/caddy/go.mod

ziedAlmia7 commented 1 year ago

I'm also having a problem with symfony docker installation : the error seems to come from these files :

0 162.2 # github.com/dunglas/vulcain

0 162.2 /go/pkg/mod/github.com/dunglas/vulcain@v0.4.0/openapi.go:16:20: undefined: openapi3.Swagger

0 162.2 /go/pkg/mod/github.com/dunglas/vulcain@v0.4.0/openapi.go:23:27: undefined: openapi3.NewSwaggerLoader

digitaltim-de commented 1 year ago

I'm also having a problem with symfony docker installation :

the error seems to come from these files :

0 162.2 # github.com/dunglas/vulcain

0 162.2 /go/pkg/mod/github.com/dunglas/vulcain@v0.4.0/openapi.go:16:20: undefined: openapi3.Swagger

0 162.2 /go/pkg/mod/github.com/dunglas/vulcain@v0.4.0/openapi.go:23:27: undefined: openapi3.NewSwaggerLoader

I hve the same error

silviuvoicu commented 1 year ago

From a docker-compose :

[INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v github.com/dunglas/vulcain github.com/caddyserver/caddy/v2@v2.6.2

54 162.6 go: downloading github.com/dunglas/vulcain v0.4.1

54 162.8 go: github.com/dunglas/vulcain@v0.4.1: verifying module: github.com/dunglas/vulcain@v0.4.1: reading https://sum.golang.org/lookup/github.com/dunglas/vulcain@v0.4.1: 404 Not Found

54 162.8 server response: not found: github.com/dunglas/vulcain@v0.4.1: invalid version: unknown revision v0.4.1

54 162.8 2023/01/14 09:08:15 [FATAL] exit status 1

dunglas commented 1 year ago

We just released this version (0.4.1): https://pkg.go.dev/github.com/dunglas/vulcain?tab=versions

Maybe wait for this release to propagate?

back-2-95 commented 1 year ago

Worked for me (0.4.1)