1
0
mirror of https://github.com/cmur2/miflorad.git synced 2025-06-26 22:30:24 +02:00

module: update golang.org/x/net commit hash to 1a61f44

update golang.org/x/net commit hash to 1a61f44 (#7)
This commit is contained in:
renovate[bot]
2019-01-07 20:50:56 +01:00
committed by Christian Nicolai
parent 924ec7505c
commit ab71d3c904
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@ -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
)