Update all deps

This commit is contained in:
Renovate Bot
2021-03-31 23:00:30 +00:00
committed by renovate[bot]
parent ef61bbcdfe
commit 574193d594
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/unistack-org/micro-server-tcp/v3
go 1.16
require (
github.com/unistack-org/micro/v3 v3.3.9
golang.org/x/net v0.0.0-20210331060903-cb1fcc7394e5
github.com/unistack-org/micro/v3 v3.3.10
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c
)