From ab71d3c904349b6114049271821bd8c8b544ecd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 7 Jan 2019 20:50:56 +0100 Subject: [PATCH] module: update golang.org/x/net commit hash to 1a61f44 update golang.org/x/net commit hash to 1a61f44 (#7) --- go.mod | 2 +- go.sum | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 44558c5..d54a103 100644 --- a/go.mod +++ b/go.mod @@ -16,5 +16,5 @@ require ( github.com/pkg/errors v0.8.1 github.com/sirupsen/logrus v1.3.0 // indirect github.com/stretchr/testify v1.3.0 - golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect + golang.org/x/net v0.0.0-20190107174441-1a61f4433d85 // indirect ) diff --git a/go.sum b/go.sum index 6567605..b5af887 100644 --- a/go.sum +++ b/go.sum @@ -45,5 +45,6 @@ golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 h1:u+LnwYTOOW7Ukr/fppxEb1 golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/net v0.0.0-20181220203305-927f97764cc3 h1:eH6Eip3UpmR+yM/qI9Ijluzb1bNv/cAU/n+6l8tRSis= golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20190107174441-1a61f4433d85/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 h1:I6FyU15t786LL7oL/hn43zqTuEGr4PN7F4XJ1p4E3Y8= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=