Skip to content
Snippets Groups Projects
Commit 3e2217b3 authored by erwinvaneyk's avatar erwinvaneyk
Browse files

Replace x/net/context with context of stdlib

parent aeb2861a
No related branches found
No related tags found
No related merge requests found
package server package server
import ( import (
"context"
"errors" "errors"
"fmt" "fmt"
"golang.org/x/crypto/bcrypt" "golang.org/x/crypto/bcrypt"
// go-grpc doesn't use the standard library's context.
// https://github.com/grpc/grpc-go/issues/711
"golang.org/x/net/context"
"github.com/dexidp/dex/api" "github.com/dexidp/dex/api"
"github.com/dexidp/dex/pkg/log" "github.com/dexidp/dex/pkg/log"
"github.com/dexidp/dex/server/internal" "github.com/dexidp/dex/server/internal"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment