Skip to content

Commit

Permalink
dep: remove golang.org/x/net/context
Browse files Browse the repository at this point in the history
  • Loading branch information
soyking committed Mar 6, 2022
1 parent 0ecb3ff commit 501ef77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package client

import (
"context"
"errors"
"strings"

"go.etcd.io/etcd/api/v3/mvccpb"
clientv3 "go.etcd.io/etcd/client/v3"
"golang.org/x/net/context"
)

const (
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ go 1.14
require (
go.etcd.io/etcd/api/v3 v3.5.2
go.etcd.io/etcd/client/v3 v3.5.2
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
)

0 comments on commit 501ef77

Please sign in to comment.