server: update deps

This commit is contained in:
Michael Muré
2024-10-08 12:07:53 +02:00
committed by Michael Muré
parent 83f3e4c3b0
commit 4c25456583

View File

@@ -6,8 +6,8 @@ import (
"net/http"
"strings"
"github.com/ucan-wg/go-ucan/delegation"
"github.com/ucan-wg/go-ucan/did"
"github.com/ucan-wg/go-ucan/token/delegation"
)
type Middleware func(http.Handler) http.Handler