fix(deps): update golang.org/x/net commit hash to 3d97a24

This commit is contained in:
Renovate Bot
2021-02-26 00:20:51 +00:00
committed by renovate[bot]
parent 09973af099
commit 54e523ab3f
2 changed files with 3 additions and 24 deletions

8
go.mod
View File

@@ -6,12 +6,8 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/ef-ds/deque v1.0.4
github.com/google/uuid v1.2.0
github.com/heimdalr/dag v1.0.1 // indirect
github.com/imdario/mergo v0.3.11
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/silas/dag v0.0.0-20210121180416-41cf55125c34 // indirect
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
github.com/silas/dag v0.0.0-20210121180416-41cf55125c34
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
)