Browse Source

add missing golang.org/x/net/netutil package

pull/1198/head
Anton Kaliaev 7 years ago
parent
commit
c41cbf2a07
No known key found for this signature in database GPG Key ID: 7B6881D965918214
2 changed files with 8 additions and 2 deletions
  1. +4
    -2
      Gopkg.lock
  2. +4
    -0
      Gopkg.toml

+ 4
- 2
Gopkg.lock View File

@ -294,6 +294,7 @@
revision = "1875d0a70c90e57f11972aefd42276df65e895b9" revision = "1875d0a70c90e57f11972aefd42276df65e895b9"
[[projects]] [[projects]]
branch = "master"
name = "golang.org/x/net" name = "golang.org/x/net"
packages = [ packages = [
"context", "context",
@ -302,9 +303,10 @@
"idna", "idna",
"internal/timeseries", "internal/timeseries",
"lex/httplex", "lex/httplex",
"netutil",
"trace" "trace"
] ]
revision = "2fb46b16b8dda405028c50f7c7f0f9dd1fa6bfb1"
revision = "cbe0f9307d0156177f9dd5dc85da1a31abc5f2fb"
[[projects]] [[projects]]
name = "golang.org/x/sys" name = "golang.org/x/sys"
@ -369,6 +371,6 @@
[solve-meta] [solve-meta]
analyzer-name = "dep" analyzer-name = "dep"
analyzer-version = 1 analyzer-version = 1
inputs-digest = "402db24a8ce0cac835f1d0d3c40d4066d57660acac43b647066d94913bfc3efc"
inputs-digest = "a65ef86e3db67769c1fa4ae1f67af8d5b95474f4b95ec799d8572e19b44b206a"
solver-name = "gps-cdcl" solver-name = "gps-cdcl"
solver-version = 1 solver-version = 1

+ 4
- 0
Gopkg.toml View File

@ -89,6 +89,10 @@
name = "google.golang.org/grpc" name = "google.golang.org/grpc"
version = "1.7.3" version = "1.7.3"
[[constraint]]
branch = "master"
name = "golang.org/x/net"
[prune] [prune]
go-tests = true go-tests = true
unused-packages = true unused-packages = true

Loading…
Cancel
Save