migrate grpc-web to traefik fork

close #12

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2024-10-17 18:30:48 +02:00
parent abe69f1c80
commit 174aa3a497
6 changed files with 18 additions and 428 deletions

View File

@ -11,8 +11,8 @@ import (
"strings"
"github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
"github.com/improbable-eng/grpc-web/go/grpcweb"
"github.com/rs/cors"
"github.com/traefik/grpc-web/go/grpcweb"
"google.golang.org/grpc"
"go.linka.cloud/grpc-toolkit/certs"

View File

@ -4,7 +4,7 @@ import (
"net/http"
"time"
"github.com/improbable-eng/grpc-web/go/grpcweb"
"github.com/traefik/grpc-web/go/grpcweb"
"go.linka.cloud/grpc-toolkit/react"
)