pieterlouw / caddy-net

Proxy server type for Caddy server (https://github.com/mholt/caddy)
Apache License 2.0
66 stars 11 forks source link

not enough arguments in call to certmagic.NewDefault().RevokeCert #22

Open f4nff opened 4 years ago

f4nff commented 4 years ago
root@ubuntu:/home/gopkg/src/github.com/pieterlouw/caddy-net/caddynet# go build caddynet.go
# github.com/caddyserver/caddy/caddytls
/home/gopkg/pkg/mod/github.com/caddyserver/caddy@v1.0.4/caddytls/tls.go:80:42: not enough arguments in call to certmagic.NewDefault().RevokeCert
        have (string, bool)
        want (context.Context, string, bool)
root@ubuntu:/home/gopkg/src/github.com/pieterlouw/caddy-net/caddynet#
benzBrake commented 4 years ago

same problem when building caddy 1.0.3,then I try to build 1.0.4 and this problem disappeared.