Skip to content

Commit

Permalink
Replace x/net/context with context of stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinvaneyk committed Aug 30, 2019
1 parent aeb2861 commit 3e2217b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/api.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
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"
Expand Down

0 comments on commit 3e2217b

Please sign in to comment.