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 da137c7

Update golang.org/x/net commit hash to da137c7 (#45)
This commit is contained in:
renovate[bot]
2019-07-02 08:51:12 +02:00
committed by Christian Nicolai
parent 161f07ed5b
commit 22f796f22a
2 changed files with 2 additions and 1 deletions

2
go.mod
View File

@ -13,5 +13,5 @@ require (
github.com/pkg/errors v0.8.1
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.0.0-20190601003127-f3200d17e092 // indirect
golang.org/x/net v0.0.0-20190702064405-da137c7871d7 // indirect
)