cmd/stdiscosrv, vendor: Remove remnants of golang.org/x/net/context (#4843)

This commit is contained in:
Jakob Borg
2018-03-27 07:37:34 -04:00
committed by GitHub
parent bdbaa84989
commit 59802c3981
10 changed files with 1 additions and 815 deletions

View File

@@ -8,6 +8,7 @@ package main
import (
"bytes"
"context"
"crypto/tls"
"encoding/json"
"encoding/pem"
@@ -23,7 +24,6 @@ import (
"time"
"github.com/syncthing/syncthing/lib/protocol"
"golang.org/x/net/context"
)
// announcement is the format received from and sent to clients