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 c5a3c61

Update golang.org/x/net commit hash to c5a3c61 (#52)
This commit is contained in:
renovate[bot]
2019-10-01 07:29:54 +02:00
committed by Christian Nicolai
parent e91aa7be92
commit 1bbaa6f6e1
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -16,5 +16,5 @@ require (
github.com/raff/goble v0.0.0-20190909174656-72afc67d6a99 // indirect
github.com/sirupsen/logrus v1.4.1 // indirect
github.com/stretchr/testify v1.4.0
golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect
golang.org/x/net v0.0.0-20190930134127-c5a3c61f89f3 // indirect
)