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 9ce7a69 (#35)

This commit is contained in:
renovate[bot]
2019-05-02 09:36:58 +02:00
committed by Christian Nicolai
parent 9c1f76fbc4
commit 42b16dbae1
2 changed files with 5 additions and 1 deletions

2
go.mod
View File

@ -15,5 +15,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-20190301014737-92fc7df08ae7 // indirect
golang.org/x/net v0.0.0-20190501013750-9ce7a6920f09 // indirect
)