Merge branch 'master' into ios-wda

This commit is contained in:
debugtalk
2022-08-15 21:21:32 +08:00
25 changed files with 1162 additions and 229 deletions

2
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/getsentry/sentry-go v0.13.0
github.com/go-errors/errors v1.0.1
github.com/go-openapi/spec v0.20.6
github.com/go-ping/ping v1.1.0
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.1
@@ -18,6 +19,7 @@ require (
github.com/jmespath/go-jmespath v0.4.0
github.com/json-iterator/go v1.1.12
github.com/maja42/goval v1.2.1
github.com/miekg/dns v1.1.25
github.com/mitchellh/mapstructure v1.4.1
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.9.1