Skip to content
Snippets Groups Projects
Unverified Commit c854e760 authored by Stephan Renatus's avatar Stephan Renatus Committed by GitHub
Browse files

Merge pull request #1539 from erwinvaneyk/replace-context-import

Replace x/net/context with stdlib context
parents 4f3ab1ef 3e2217b3
No related branches found
No related tags found
No related merge requests found
package server
import (
"context"
"errors"
"fmt"
"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/pkg/log"
"github.com/dexidp/dex/server/internal"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment