UPDATE: security/trufflehog 3.53.0 -> 3.54.0
This commit is contained in:
parent
0a3181056e
commit
73ada930b0
3 changed files with 978 additions and 508 deletions
|
@ -1,6 +1,6 @@
|
|||
COMMENT= find credentials all over the place
|
||||
|
||||
V= 3.53.0
|
||||
V= 3.54.0
|
||||
MODGO_MODNAME= github.com/trufflesecurity/trufflehog/v3
|
||||
MODGO_VERSION= v${V}
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -120,9 +120,11 @@ MODGO_MODULES = \
|
|||
cloud.google.com/go/workflows v1.10.0 \
|
||||
dario.cat/mergo v1.0.0 \
|
||||
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/azcore v0.19.0 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/azidentity v0.11.0 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/internal v0.7.0 \
|
||||
github.com/!azure!a!d/microsoft-authentication-library-for-go v0.5.1 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/azcore v1.4.0 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/azidentity v1.1.0 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/internal v1.1.2 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/storage/azblob v1.0.0 \
|
||||
github.com/!azure/go-autorest v14.2.0+incompatible \
|
||||
github.com/!azure/go-autorest/autorest v0.11.24 \
|
||||
github.com/!azure/go-autorest/autorest/adal v0.9.18 \
|
||||
|
@ -138,11 +140,14 @@ MODGO_MODULES = \
|
|||
github.com/!burnt!sushi/xgb v0.0.0-20160522181843-27f122750802 \
|
||||
github.com/!cloudy!kit/fastprinter v0.0.0-20200109182630-33d98a066a53 \
|
||||
github.com/!cloudy!kit/jet/v6 v6.2.0 \
|
||||
github.com/!john!c!griffin/overflow v0.0.0-20211019200055-46fa312c352c \
|
||||
github.com/!joker/jade v1.1.3 \
|
||||
github.com/!microsoft/go-winio v0.6.1 \
|
||||
github.com/!proton!mail/go-crypto v0.0.0-20230717121422-5aa5874ade95 \
|
||||
github.com/!shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06 \
|
||||
github.com/!the!zero!slave/zapsentry v1.17.0 \
|
||||
github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 \
|
||||
github.com/99designs/keyring v1.2.2 \
|
||||
github.com/acomagu/bufpipe v1.0.4 \
|
||||
github.com/alecthomas/chroma v0.10.0 \
|
||||
github.com/alecthomas/kingpin/v2 v2.3.1 \
|
||||
|
@ -152,9 +157,30 @@ MODGO_MODULES = \
|
|||
github.com/andybalholm/brotli v1.0.5 \
|
||||
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be \
|
||||
github.com/antihax/optional v1.0.0 \
|
||||
github.com/apache/arrow/go/v12 v12.0.1 \
|
||||
github.com/apache/thrift v0.16.0 \
|
||||
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 \
|
||||
github.com/atotto/clipboard v0.1.4 \
|
||||
github.com/aws/aws-sdk-go v1.44.83 \
|
||||
github.com/aws/aws-sdk-go-v2 v1.17.7 \
|
||||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 \
|
||||
github.com/aws/aws-sdk-go-v2/config v1.18.19 \
|
||||
github.com/aws/aws-sdk-go-v2/credentials v1.13.18 \
|
||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.1 \
|
||||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.59 \
|
||||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.31 \
|
||||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.25 \
|
||||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.32 \
|
||||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.23 \
|
||||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.11 \
|
||||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.26 \
|
||||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.25 \
|
||||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.14.0 \
|
||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.31.0 \
|
||||
github.com/aws/aws-sdk-go-v2/service/sso v1.12.6 \
|
||||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.6 \
|
||||
github.com/aws/aws-sdk-go-v2/service/sts v1.18.7 \
|
||||
github.com/aws/smithy-go v1.13.5 \
|
||||
github.com/aymanbagabas/go-osc52 v1.2.1 \
|
||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 \
|
||||
github.com/aymerick/douceur v0.2.0 \
|
||||
|
@ -204,9 +230,11 @@ MODGO_MODULES = \
|
|||
github.com/docker/docker-credential-helpers v0.7.0 \
|
||||
github.com/docker/go-connections v0.4.0 \
|
||||
github.com/docker/go-units v0.5.0 \
|
||||
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 \
|
||||
github.com/dsnet/compress v0.0.1 \
|
||||
github.com/dsnet/golib v0.0.0-20171103203638-1ea166775780 \
|
||||
github.com/dustin/go-humanize v1.0.1 \
|
||||
github.com/dvsekhvalnov/jose2go v1.5.0 \
|
||||
github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385 \
|
||||
github.com/elazarl/goproxy v0.0.0-20221015165544-a0805db90819 \
|
||||
github.com/emirpasic/gods v1.18.1 \
|
||||
|
@ -216,7 +244,9 @@ MODGO_MODULES = \
|
|||
github.com/fatih/structs v1.1.0 \
|
||||
github.com/felixge/fgprof v0.9.3 \
|
||||
github.com/flosch/pongo2/v4 v4.0.2 \
|
||||
github.com/form3tech-oss/jwt-go v3.2.5+incompatible \
|
||||
github.com/fsnotify/fsnotify v1.4.9 \
|
||||
github.com/gabriel-vasile/mimetype v1.4.2 \
|
||||
github.com/getsentry/sentry-go v0.22.0 \
|
||||
github.com/ghodss/yaml v1.0.0 \
|
||||
github.com/gin-contrib/sse v0.1.0 \
|
||||
|
@ -247,7 +277,8 @@ MODGO_MODULES = \
|
|||
github.com/gobwas/httphead v0.0.0-20200921212729-da3d93bc3c58 \
|
||||
github.com/gobwas/pool v0.2.1 \
|
||||
github.com/gobwas/ws v1.0.4 \
|
||||
github.com/goccy/go-json v0.9.11 \
|
||||
github.com/goccy/go-json v0.10.0 \
|
||||
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 \
|
||||
github.com/gogo/protobuf v1.3.2 \
|
||||
github.com/golang-jwt/jwt v3.2.2+incompatible \
|
||||
github.com/golang-jwt/jwt/v4 v4.5.0 \
|
||||
|
@ -255,10 +286,11 @@ MODGO_MODULES = \
|
|||
github.com/golang-sql/sqlexp v0.1.0 \
|
||||
github.com/golang/glog v1.1.0 \
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da \
|
||||
github.com/golang/mock v1.4.3 \
|
||||
github.com/golang/mock v1.5.0 \
|
||||
github.com/golang/protobuf v1.5.3 \
|
||||
github.com/golang/snappy v0.0.4 \
|
||||
github.com/google/btree v1.0.0 \
|
||||
github.com/google/flatbuffers v23.1.21+incompatible \
|
||||
github.com/google/go-cmp v0.5.9 \
|
||||
github.com/google/go-containerregistry v0.15.2 \
|
||||
github.com/google/go-github/v39 v39.0.0 \
|
||||
|
@ -276,7 +308,9 @@ MODGO_MODULES = \
|
|||
github.com/googleapis/gax-go/v2 v2.12.0 \
|
||||
github.com/gorilla/css v1.0.0 \
|
||||
github.com/gorilla/websocket v1.4.2 \
|
||||
github.com/gregjones/httpcache v0.0.0-20171119193500-2bcd89a1743f \
|
||||
github.com/grpc-ecosystem/grpc-gateway v1.16.0 \
|
||||
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c \
|
||||
github.com/h2non/filetype v1.1.3 \
|
||||
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 \
|
||||
github.com/hashicorp/errwrap v1.0.0 \
|
||||
|
@ -303,16 +337,20 @@ MODGO_MODULES = \
|
|||
github.com/json-iterator/go v1.1.12 \
|
||||
github.com/jstemmer/go-junit-report v0.9.1 \
|
||||
github.com/julienschmidt/httprouter v1.3.0 \
|
||||
github.com/karlseguin/expect v1.0.2-0.20190806010014-778a5f0c6003 \
|
||||
github.com/kataras/blocks v0.0.7 \
|
||||
github.com/kataras/golog v0.1.8 \
|
||||
github.com/kataras/iris/v12 v12.2.0 \
|
||||
github.com/kataras/pio v0.0.11 \
|
||||
github.com/kataras/sitemap v0.0.6 \
|
||||
github.com/kataras/tunnel v0.0.4 \
|
||||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 \
|
||||
github.com/kevinburke/ssh_config v1.2.0 \
|
||||
github.com/kisielk/gotool v1.0.0 \
|
||||
github.com/klauspost/asmfmt v1.3.2 \
|
||||
github.com/klauspost/compress v1.16.5 \
|
||||
github.com/klauspost/cpuid v1.2.0 \
|
||||
github.com/klauspost/cpuid/v2 v2.2.3 \
|
||||
github.com/klauspost/pgzip v1.2.5 \
|
||||
github.com/kr/pretty v0.3.1 \
|
||||
github.com/kr/pty v1.1.1 \
|
||||
|
@ -320,6 +358,18 @@ MODGO_MODULES = \
|
|||
github.com/kylelemons/godebug v1.1.0 \
|
||||
github.com/labstack/echo/v4 v4.10.0 \
|
||||
github.com/labstack/gommon v0.4.0 \
|
||||
github.com/launchdarkly/ccache v1.1.0 \
|
||||
github.com/launchdarkly/eventsource v1.6.2 \
|
||||
github.com/launchdarkly/go-jsonstream/v3 v3.0.0 \
|
||||
github.com/launchdarkly/go-ntlm-proxy-auth v1.0.1 \
|
||||
github.com/launchdarkly/go-ntlmssp v1.0.1 \
|
||||
github.com/launchdarkly/go-sdk-common/v3 v3.0.1 \
|
||||
github.com/launchdarkly/go-sdk-events/v2 v2.0.1 \
|
||||
github.com/launchdarkly/go-semver v1.0.2 \
|
||||
github.com/launchdarkly/go-server-sdk-evaluation/v2 v2.0.2 \
|
||||
github.com/launchdarkly/go-server-sdk/v6 v6.1.0 \
|
||||
github.com/launchdarkly/go-test-helpers/v2 v2.2.0 \
|
||||
github.com/launchdarkly/go-test-helpers/v3 v3.0.2 \
|
||||
github.com/leodido/go-urn v1.2.1 \
|
||||
github.com/lib/pq v1.10.9 \
|
||||
github.com/lrstanley/bubblezone v0.0.0-20221222153816-e95291e2243e \
|
||||
|
@ -336,6 +386,8 @@ MODGO_MODULES = \
|
|||
github.com/matttproud/golang_protobuf_extensions v1.0.4 \
|
||||
github.com/mholt/archiver/v4 v4.0.0-alpha.8 \
|
||||
github.com/microcosm-cc/bluemonday v1.0.23 \
|
||||
github.com/minio/asm2plan9s v0.0.0-20200509001527-cdd76441f9d8 \
|
||||
github.com/minio/c2goasm v0.0.0-20190812172519-36a3d3bbc4f3 \
|
||||
github.com/mitchellh/go-homedir v1.1.0 \
|
||||
github.com/mmcloughlin/avo v0.5.0 \
|
||||
github.com/moby/term v0.0.0-20221205130635-1aeaba878587 \
|
||||
|
@ -344,6 +396,7 @@ MODGO_MODULES = \
|
|||
github.com/modocache/gover v0.0.0-20171022184752-b58185e213c5 \
|
||||
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe \
|
||||
github.com/morikuni/aec v1.0.0 \
|
||||
github.com/mtibben/percent v0.2.1 \
|
||||
github.com/muesli/ansi v0.0.0-20211031195517-c9f0611b6c70 \
|
||||
github.com/muesli/cancelreader v0.2.2 \
|
||||
github.com/muesli/reflow v0.3.0 \
|
||||
|
@ -363,10 +416,10 @@ MODGO_MODULES = \
|
|||
github.com/patrickmn/go-cache v2.1.0+incompatible \
|
||||
github.com/paulbellamy/ratecounter v0.2.0 \
|
||||
github.com/pelletier/go-toml/v2 v2.0.5 \
|
||||
github.com/pierrec/lz4/v4 v4.1.15 \
|
||||
github.com/pierrec/lz4/v4 v4.1.17 \
|
||||
github.com/pingcap/errors v0.11.4 \
|
||||
github.com/pjbgf/sha1cd v0.3.0 \
|
||||
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 \
|
||||
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 \
|
||||
github.com/pkg/diff v0.0.0-20200914180035-5b29258ca4f7 \
|
||||
github.com/pkg/errors v0.9.1 \
|
||||
github.com/pmezard/go-difflib v1.0.0 \
|
||||
|
@ -375,6 +428,7 @@ MODGO_MODULES = \
|
|||
github.com/prometheus/common v0.42.0 \
|
||||
github.com/prometheus/procfs v0.10.1 \
|
||||
github.com/rabbitmq/amqp091-go v1.8.1 \
|
||||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec \
|
||||
github.com/rivo/uniseg v0.4.2 \
|
||||
github.com/rogpeppe/fastuuid v1.2.0 \
|
||||
github.com/rogpeppe/go-internal v1.10.0 \
|
||||
|
@ -388,6 +442,7 @@ MODGO_MODULES = \
|
|||
github.com/skeema/knownhosts v1.2.0 \
|
||||
github.com/smartystreets/assertions v1.0.1 \
|
||||
github.com/smartystreets/gunit v1.1.3 \
|
||||
github.com/snowflakedb/gosnowflake v1.6.23 \
|
||||
github.com/spf13/afero v1.3.3 \
|
||||
github.com/spf13/cobra v1.7.0 \
|
||||
github.com/spf13/pflag v1.0.5 \
|
||||
|
@ -408,6 +463,7 @@ MODGO_MODULES = \
|
|||
github.com/vbatts/tar-split v0.11.3 \
|
||||
github.com/vmihailenco/msgpack/v5 v5.3.5 \
|
||||
github.com/vmihailenco/tagparser/v2 v2.0.0 \
|
||||
github.com/wsxiaoys/terminal v0.0.0-20160513160801-0940f3fc43a0 \
|
||||
github.com/xanzy/go-gitlab v0.88.0 \
|
||||
github.com/xanzy/ssh-agent v0.3.3 \
|
||||
github.com/xdg-go/pbkdf2 v1.0.0 \
|
||||
|
@ -422,6 +478,8 @@ MODGO_MODULES = \
|
|||
github.com/yuin/goldmark v1.5.2 \
|
||||
github.com/yuin/goldmark-emoji v1.0.1 \
|
||||
github.com/yusufpapurcu/wmi v1.2.2 \
|
||||
github.com/zeebo/assert v1.3.0 \
|
||||
github.com/zeebo/xxh3 v1.0.2 \
|
||||
go.mongodb.org/mongo-driver v1.12.0 \
|
||||
go.opencensus.io v0.24.0 \
|
||||
go.opentelemetry.io/proto/otlp v0.7.0 \
|
||||
|
@ -431,21 +489,22 @@ MODGO_MODULES = \
|
|||
go.uber.org/multierr v1.6.0 \
|
||||
go.uber.org/zap v1.24.0 \
|
||||
go4.org v0.0.0-20200411211856-f5505b9728dd \
|
||||
golang.org/x/crypto v0.11.0 \
|
||||
golang.org/x/exp v0.0.0-20221018205818-5c77f4b2bbd7 \
|
||||
golang.org/x/crypto v0.12.0 \
|
||||
golang.org/x/exp v0.0.0-20230206171751-46f607a40771 \
|
||||
golang.org/x/image v0.0.0-20190802002840-cff245a6509b \
|
||||
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 \
|
||||
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028 \
|
||||
golang.org/x/mod v0.11.0 \
|
||||
golang.org/x/net v0.12.0 \
|
||||
golang.org/x/mod v0.12.0 \
|
||||
golang.org/x/net v0.14.0 \
|
||||
golang.org/x/oauth2 v0.10.0 \
|
||||
golang.org/x/sync v0.3.0 \
|
||||
golang.org/x/sys v0.10.0 \
|
||||
golang.org/x/term v0.10.0 \
|
||||
golang.org/x/text v0.11.0 \
|
||||
golang.org/x/sys v0.11.0 \
|
||||
golang.org/x/term v0.11.0 \
|
||||
golang.org/x/text v0.12.0 \
|
||||
golang.org/x/time v0.3.0 \
|
||||
golang.org/x/tools v0.10.0 \
|
||||
golang.org/x/tools v0.12.0 \
|
||||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 \
|
||||
gonum.org/v1/gonum v0.11.0 \
|
||||
google.golang.org/api v0.131.0 \
|
||||
google.golang.org/appengine v1.6.7 \
|
||||
google.golang.org/genproto v0.0.0-20230629202037-9506855d4529 \
|
||||
|
@ -458,6 +517,7 @@ MODGO_MODULES = \
|
|||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c \
|
||||
gopkg.in/errgo.v2 v2.1.0 \
|
||||
gopkg.in/fsnotify.v1 v1.4.7 \
|
||||
gopkg.in/ghodss/yaml.v1 v1.0.0 \
|
||||
gopkg.in/h2non/gock.v1 v1.1.2 \
|
||||
gopkg.in/ini.v1 v1.67.0 \
|
||||
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 \
|
||||
|
@ -466,6 +526,16 @@ MODGO_MODULES = \
|
|||
gopkg.in/yaml.v3 v3.0.1 \
|
||||
gotest.tools/v3 v3.0.3 \
|
||||
honnef.co/go/tools v0.0.1-2019.2.3 \
|
||||
lukechampine.com/uint128 v1.2.0 \
|
||||
modernc.org/cc/v3 v3.40.0 \
|
||||
modernc.org/ccgo/v3 v3.16.13 \
|
||||
modernc.org/libc v1.22.2 \
|
||||
modernc.org/mathutil v1.5.0 \
|
||||
modernc.org/memory v1.5.0 \
|
||||
modernc.org/opt v0.1.3 \
|
||||
modernc.org/sqlite v1.18.2 \
|
||||
modernc.org/strutil v1.1.3 \
|
||||
modernc.org/token v1.1.0 \
|
||||
rsc.io/binaryregexp v0.2.0 \
|
||||
rsc.io/quote/v3 v3.1.0 \
|
||||
rsc.io/sampler v1.3.0 \
|
||||
|
@ -498,6 +568,11 @@ MODGO_MODFILES = \
|
|||
cloud.google.com/go/storage v1.0.0 \
|
||||
cloud.google.com/go/storage v1.29.0 \
|
||||
cloud.google.com/go/storage v1.5.0 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/azcore v0.19.0 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/azcore v1.3.0 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/azidentity v0.11.0 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/internal v0.7.0 \
|
||||
github.com/!azure/azure-sdk-for-go/sdk/internal v1.1.1 \
|
||||
github.com/!burnt!sushi/toml v0.3.1 \
|
||||
github.com/!microsoft/go-winio v0.5.2 \
|
||||
github.com/!proton!mail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 \
|
||||
|
@ -521,6 +596,7 @@ MODGO_MODFILES = \
|
|||
github.com/couchbase/gocbcore/v10 v10.2.3 \
|
||||
github.com/couchbaselabs/gocaves/client v0.0.0-20230307083111-cc3960c624b1 \
|
||||
github.com/davecgh/go-spew v1.1.0 \
|
||||
github.com/dnaeon/go-vcr v1.1.0 \
|
||||
github.com/docker/distribution v2.8.1+incompatible \
|
||||
github.com/envoyproxy/go-control-plane v0.9.0 \
|
||||
github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473 \
|
||||
|
@ -532,6 +608,8 @@ MODGO_MODFILES = \
|
|||
github.com/fsnotify/fsnotify v1.4.7 \
|
||||
github.com/getsentry/sentry-go v0.17.0 \
|
||||
github.com/go-logr/logr v1.2.3 \
|
||||
github.com/goccy/go-json v0.9.11 \
|
||||
github.com/golang-jwt/jwt v3.2.1+incompatible \
|
||||
github.com/golang-jwt/jwt/v4 v4.0.0 \
|
||||
github.com/golang-jwt/jwt/v4 v4.2.0 \
|
||||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b \
|
||||
|
@ -542,6 +620,7 @@ MODGO_MODFILES = \
|
|||
github.com/golang/mock v1.2.0 \
|
||||
github.com/golang/mock v1.3.1 \
|
||||
github.com/golang/mock v1.4.0 \
|
||||
github.com/golang/mock v1.4.3 \
|
||||
github.com/golang/protobuf v1.2.0 \
|
||||
github.com/golang/protobuf v1.3.1 \
|
||||
github.com/golang/protobuf v1.3.2 \
|
||||
|
@ -559,6 +638,7 @@ MODGO_MODFILES = \
|
|||
github.com/golang/protobuf v1.5.2 \
|
||||
github.com/golang/snappy v0.0.1 \
|
||||
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c \
|
||||
github.com/google/flatbuffers v2.0.8+incompatible \
|
||||
github.com/google/go-cmp v0.2.0 \
|
||||
github.com/google/go-cmp v0.3.0 \
|
||||
github.com/google/go-cmp v0.3.1 \
|
||||
|
@ -573,6 +653,7 @@ MODGO_MODFILES = \
|
|||
github.com/google/pprof v0.0.0-20190515194954-54271f7e092f \
|
||||
github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12 \
|
||||
github.com/google/s2a-go v0.1.0 \
|
||||
github.com/google/uuid v1.1.1 \
|
||||
github.com/google/uuid v1.1.2 \
|
||||
github.com/googleapis/enterprise-certificate-proxy v0.2.3 \
|
||||
github.com/googleapis/gax-go/v2 v2.0.4 \
|
||||
|
@ -585,12 +666,17 @@ MODGO_MODFILES = \
|
|||
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 \
|
||||
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 \
|
||||
github.com/klauspost/compress v1.13.6 \
|
||||
github.com/klauspost/compress v1.15.15 \
|
||||
github.com/klauspost/compress v1.15.9 \
|
||||
github.com/klauspost/compress v1.16.0 \
|
||||
github.com/klauspost/compress v1.4.1 \
|
||||
github.com/klauspost/cpuid/v2 v2.0.9 \
|
||||
github.com/kr/pretty v0.1.0 \
|
||||
github.com/kr/pretty v0.2.1 \
|
||||
github.com/kr/pretty v0.3.0 \
|
||||
github.com/kr/text v0.1.0 \
|
||||
github.com/launchdarkly/go-test-helpers/v3 v3.0.1 \
|
||||
github.com/mailru/easyjson v0.7.6 \
|
||||
github.com/mattn/go-isatty v0.0.16 \
|
||||
github.com/mattn/go-isatty v0.0.17 \
|
||||
github.com/mattn/go-runewidth v0.0.12 \
|
||||
|
@ -604,6 +690,9 @@ MODGO_MODFILES = \
|
|||
github.com/onsi/ginkgo v1.6.0 \
|
||||
github.com/onsi/gomega v1.10.1 \
|
||||
github.com/onsi/gomega v1.7.1 \
|
||||
github.com/pierrec/lz4/v4 v4.1.15 \
|
||||
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4 \
|
||||
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 \
|
||||
github.com/pkg/errors v0.8.1 \
|
||||
github.com/prometheus/client_golang v1.14.0 \
|
||||
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 \
|
||||
|
@ -616,11 +705,13 @@ MODGO_MODFILES = \
|
|||
github.com/sergi/go-diff v1.1.0 \
|
||||
github.com/sirupsen/logrus v1.7.0 \
|
||||
github.com/stretchr/objx v0.1.0 \
|
||||
github.com/stretchr/objx v0.3.0 \
|
||||
github.com/stretchr/objx v0.4.0 \
|
||||
github.com/stretchr/testify v1.2.2 \
|
||||
github.com/stretchr/testify v1.3.0 \
|
||||
github.com/stretchr/testify v1.4.0 \
|
||||
github.com/stretchr/testify v1.5.1 \
|
||||
github.com/stretchr/testify v1.6.0 \
|
||||
github.com/stretchr/testify v1.6.1 \
|
||||
github.com/stretchr/testify v1.7.0 \
|
||||
github.com/stretchr/testify v1.7.1 \
|
||||
|
@ -649,8 +740,11 @@ MODGO_MODFILES = \
|
|||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 \
|
||||
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 \
|
||||
golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b \
|
||||
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 \
|
||||
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d \
|
||||
golang.org/x/crypto v0.1.0 \
|
||||
golang.org/x/crypto v0.10.0 \
|
||||
golang.org/x/crypto v0.11.0 \
|
||||
golang.org/x/crypto v0.3.1-0.20221117191849-2c476679df9a \
|
||||
golang.org/x/crypto v0.7.0 \
|
||||
golang.org/x/crypto v0.8.0 \
|
||||
|
@ -663,6 +757,8 @@ MODGO_MODFILES = \
|
|||
golang.org/x/exp v0.0.0-20191129062945-2f5052295587 \
|
||||
golang.org/x/exp v0.0.0-20191227195350-da58074b4299 \
|
||||
golang.org/x/exp v0.0.0-20200207192155-f17229e696bd \
|
||||
golang.org/x/exp v0.0.0-20220823124025-807a23277127 \
|
||||
golang.org/x/exp v0.0.0-20220827204233-334a2380cb91 \
|
||||
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 \
|
||||
golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3 \
|
||||
golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961 \
|
||||
|
@ -678,6 +774,7 @@ MODGO_MODFILES = \
|
|||
golang.org/x/mod v0.1.0 \
|
||||
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee \
|
||||
golang.org/x/mod v0.10.0 \
|
||||
golang.org/x/mod v0.11.0 \
|
||||
golang.org/x/mod v0.2.0 \
|
||||
golang.org/x/mod v0.3.0 \
|
||||
golang.org/x/mod v0.4.0 \
|
||||
|
@ -703,6 +800,7 @@ MODGO_MODFILES = \
|
|||
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 \
|
||||
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 \
|
||||
golang.org/x/net v0.0.0-20200822124328-c89045814202 \
|
||||
golang.org/x/net v0.0.0-20201010224723-4f7140c49acb \
|
||||
golang.org/x/net v0.0.0-20201021035429-f5854403a974 \
|
||||
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b \
|
||||
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 \
|
||||
|
@ -710,11 +808,13 @@ MODGO_MODFILES = \
|
|||
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b \
|
||||
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 \
|
||||
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd \
|
||||
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 \
|
||||
golang.org/x/net v0.0.0-20220722155237-a158d28d115b \
|
||||
golang.org/x/net v0.0.0-20221002022538-bcab6841153b \
|
||||
golang.org/x/net v0.1.0 \
|
||||
golang.org/x/net v0.10.0 \
|
||||
golang.org/x/net v0.11.0 \
|
||||
golang.org/x/net v0.12.0 \
|
||||
golang.org/x/net v0.2.0 \
|
||||
golang.org/x/net v0.6.0 \
|
||||
golang.org/x/net v0.7.0 \
|
||||
|
@ -769,11 +869,14 @@ MODGO_MODFILES = \
|
|||
golang.org/x/sys v0.0.0-20210423082822-04245dca01da \
|
||||
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 \
|
||||
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 \
|
||||
golang.org/x/sys v0.0.0-20210616045830-e2b7044e8c71 \
|
||||
golang.org/x/sys v0.0.0-20210819135213-f52c844e1c1c \
|
||||
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac \
|
||||
golang.org/x/sys v0.0.0-20211019181941-9d821ace8654 \
|
||||
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e \
|
||||
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a \
|
||||
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a \
|
||||
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e \
|
||||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 \
|
||||
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f \
|
||||
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 \
|
||||
|
@ -782,6 +885,7 @@ MODGO_MODFILES = \
|
|||
golang.org/x/sys v0.0.0-20220906165534-d0df966e6959 \
|
||||
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec \
|
||||
golang.org/x/sys v0.1.0 \
|
||||
golang.org/x/sys v0.10.0 \
|
||||
golang.org/x/sys v0.2.0 \
|
||||
golang.org/x/sys v0.3.0 \
|
||||
golang.org/x/sys v0.5.0 \
|
||||
|
@ -793,11 +897,13 @@ MODGO_MODFILES = \
|
|||
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 \
|
||||
golang.org/x/term v0.1.0 \
|
||||
golang.org/x/term v0.2.0 \
|
||||
golang.org/x/term v0.3.0 \
|
||||
golang.org/x/term v0.5.0 \
|
||||
golang.org/x/term v0.6.0 \
|
||||
golang.org/x/term v0.8.0 \
|
||||
golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c \
|
||||
golang.org/x/text v0.10.0 \
|
||||
golang.org/x/text v0.11.0 \
|
||||
golang.org/x/text v0.3.0 \
|
||||
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 \
|
||||
golang.org/x/text v0.3.2 \
|
||||
|
@ -841,6 +947,7 @@ MODGO_MODFILES = \
|
|||
golang.org/x/tools v0.1.12 \
|
||||
golang.org/x/tools v0.1.5 \
|
||||
golang.org/x/tools v0.1.8 \
|
||||
golang.org/x/tools v0.10.0 \
|
||||
golang.org/x/tools v0.2.0 \
|
||||
golang.org/x/tools v0.6.0 \
|
||||
golang.org/x/tools v0.8.0 \
|
||||
|
@ -848,6 +955,7 @@ MODGO_MODFILES = \
|
|||
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 \
|
||||
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 \
|
||||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 \
|
||||
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f \
|
||||
google.golang.org/api v0.118.0 \
|
||||
google.golang.org/api v0.125.0 \
|
||||
google.golang.org/api v0.126.0 \
|
||||
|
@ -900,6 +1008,7 @@ MODGO_MODFILES = \
|
|||
google.golang.org/grpc v1.33.2 \
|
||||
google.golang.org/grpc v1.36.0 \
|
||||
google.golang.org/grpc v1.45.0 \
|
||||
google.golang.org/grpc v1.49.0 \
|
||||
google.golang.org/grpc v1.54.0 \
|
||||
google.golang.org/grpc v1.55.0 \
|
||||
google.golang.org/grpc v1.56.1 \
|
||||
|
@ -922,6 +1031,7 @@ MODGO_MODFILES = \
|
|||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 \
|
||||
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 \
|
||||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f \
|
||||
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b \
|
||||
gopkg.in/yaml.v2 v2.2.2 \
|
||||
gopkg.in/yaml.v2 v2.2.3 \
|
||||
gopkg.in/yaml.v2 v2.2.4 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue