Work on #61: Add support for ICMP

+ Update dependencies
This commit is contained in:
TwinProduction
2020-12-25 00:07:18 -05:00
parent c86173d46f
commit 83a5813daf
1004 changed files with 182274 additions and 64323 deletions

View File

@ -1,7 +1,9 @@
module google.golang.org/appengine
go 1.11
require (
github.com/golang/protobuf v1.2.0
golang.org/x/net v0.0.0-20180724234803-3673e40ba225
golang.org/x/text v0.3.0
github.com/golang/protobuf v1.3.1
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
golang.org/x/text v0.3.2
)