aksdb/caddy-cgi

Error when builing module

ebanDev opened this issue · 5 comments

Hello, when I try to build the module with xcaddy, I get an error :/

uzanto@veil:/etc/nginx/sites-enabled$ xcaddy build --with github.com/aksdb/caddy-cgi
2021/08/17 12:01:21 [INFO] Temporary folder: /tmp/buildenv_2021-08-17-1201.682109676
2021/08/17 12:01:21 [INFO] Writing main module: /tmp/buildenv_2021-08-17-1201.682109676/main.go
2021/08/17 12:01:21 [INFO] Initializing Go module
2021/08/17 12:01:21 [INFO] exec (timeout=10s): /usr/local/go/bin/go mod init caddy 
go: creating new go.mod: module caddy
go: to add module requirements and sums:
	go mod tidy
2021/08/17 12:01:21 [INFO] Pinning versions
2021/08/17 12:01:21 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v github.com/caddyserver/caddy/v2 
go get: added github.com/beorn7/perks v1.0.1
go get: added github.com/caddyserver/caddy/v2 v2.4.3
go get: added github.com/caddyserver/certmagic v0.14.0
go get: added github.com/cespare/xxhash/v2 v2.1.1
go get: added github.com/golang/protobuf v1.5.2
go get: added github.com/google/uuid v1.2.0
go get: added github.com/klauspost/cpuid/v2 v2.0.6
go get: added github.com/libdns/libdns v0.2.1
go get: added github.com/matttproud/golang_protobuf_extensions v1.0.1
go get: added github.com/mholt/acmez v0.1.3
go get: added github.com/miekg/dns v1.1.42
go get: added github.com/prometheus/client_golang v1.10.1-0.20210603120351-253906201bda
go get: added github.com/prometheus/client_model v0.2.0
go get: added github.com/prometheus/common v0.26.0
go get: added github.com/prometheus/procfs v0.6.0
go get: added go.uber.org/atomic v1.7.0
go get: added go.uber.org/multierr v1.6.0
go get: added go.uber.org/zap v1.17.0
go get: added golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
go get: added golang.org/x/net v0.0.0-20210525063256-abc453219eb5
go get: added golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40
go get: added golang.org/x/term v0.0.0-20210503060354-a79de5458b56
go get: added golang.org/x/text v0.3.6
go get: added google.golang.org/protobuf v1.26.0
2021/08/17 12:01:22 [INFO] exec (timeout=0s): /usr/local/go/bin/go get -d -v github.com/aksdb/caddy-cgi 
go: downloading github.com/aksdb/caddy-cgi v1.11.4
go get: github.com/aksdb/caddy-cgi@v1.11.4: parsing go.mod:
	module declares its path as: github.com/jung-kurt/caddy-cgi
	        but was required as: github.com/aksdb/caddy-cgi
2021/08/17 12:01:23 [FATAL] exit status 1

Same issue here :/

aksdb commented

I think you have to specify it as github.com/aksdb/caddy-cgi/v2.
--> xcaddy build --with github.com/aksdb/caddy-cgi/v2

aksdb commented

Since this doesn't seem to be an actual issue, I'll close it.

I disagree. This is in no way obvious, and should at least be documented somewhere rather than needing to search this repo's issues to find out. Did I miss some obvious place to find this out?

aksdb commented

My thinking is/was: if you look for the plugin in the registry, it already lists the path correctly. So it is documented, IMO.