aboutsummaryrefslogtreecommitdiff
path: root/echo/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'echo/go.mod')
-rw-r--r--echo/go.mod8
1 files changed, 4 insertions, 4 deletions
diff --git a/echo/go.mod b/echo/go.mod
index fcedf30..782c6e8 100644
--- a/echo/go.mod
+++ b/echo/go.mod
@@ -66,10 +66,10 @@ require (
66 github.com/valyala/bytebufferpool v1.0.0 // indirect 66 github.com/valyala/bytebufferpool v1.0.0 // indirect
67 github.com/valyala/fasttemplate v1.2.1 // indirect 67 github.com/valyala/fasttemplate v1.2.1 // indirect
68 go.uber.org/atomic v1.9.0 // indirect 68 go.uber.org/atomic v1.9.0 // indirect
69 golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect 69 golang.org/x/crypto v0.11.0 // indirect
70 golang.org/x/net v0.0.0-20210913180222-943fd674d43e // indirect 70 golang.org/x/net v0.10.0 // indirect
71 golang.org/x/sys v0.0.0-20211103235746-7861aae1554b // indirect 71 golang.org/x/sys v0.10.0 // indirect
72 golang.org/x/text v0.3.7 // indirect 72 golang.org/x/text v0.11.0 // indirect
73 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect 73 golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
74 google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect 74 google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
75 google.golang.org/grpc v1.41.0 // indirect 75 google.golang.org/grpc v1.41.0 // indirect