goproxy / goproxy.cn

The most trusted Go module proxy in China.
https://goproxy.cn
MIT License
6.81k stars 393 forks source link

问题:unexpected EOF #214

Closed doersa closed 1 month ago

doersa commented 1 month ago

你确定我们的常见问题页面中没有你想要询问的问题吗?

当你执行 go version 命令后的输出结果是什么?

$ go version

go version go1.19.10 linux/amd64

当你执行 go env 命令后的输出结果是什么?

go env 的输出结果
$ go env

GO111MODULE="on"
GOARCH="amd64"
GOBIN=""
GOCACHE="/root/.cache/go-build"
GOENV="/root/.config/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOINSECURE=""
GOMODCACHE="/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="linux"
GOPATH="/go"
GOPRIVATE=""
GOPROXY="https://goproxy.cn,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
GOVCS=""
GOVERSION="go1.19.10"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="gcc"
CXX="g++"
CGO_ENABLED="1"
GOMOD="/dev/null"
GOWORK=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -fdebug-prefix-map=/tmp/go-build3936772088=/tmp/go-build -gno-record-gcc-switches"

你做了什么?

执行go mod download

你期望看到的结果是什么?

mod下载完成

你实际看到的结果是什么?

[builder 4/6] RUN go mod download:

12 68.72 go: github.com/Jeffail/gabs/v2@v2.7.0: Get "https://goproxy.cn/github.com/%21jeffail/gabs/v2/@v/v2.7.0.zip": unexpected EOF

12 68.72 go: github.com/alexeyco/simpletable@v1.0.0: Get "https://goproxy.cn/github.com/alexeyco/simpletable/@v/v1.0.0.zip": unexpected EOF

12 68.72 go: github.com/aliyun/aliyun-oss-go-sdk@v2.2.6+incompatible: read "https:/goproxy.cn/@v/v2.2.6+incompatible.zip": unexpected EOF

12 68.72 go: github.com/aliyunmq/mq-http-go-sdk@v1.0.3: Get "https://goproxy.cn/github.com/aliyunmq/mq-http-go-sdk/@v/v1.0.3.zip": unexpected EOF

12 68.72 go: github.com/google/go-cmp@v0.5.9: Get "https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.9.zip": unexpected EOF

12 68.72 go: github.com/google/gops@v0.3.23: Get "https://goproxy.cn/github.com/google/gops/@v/v0.3.23.zip": unexpected EOF

12 68.72 go: github.com/google/uuid@v1.3.1: Get "https://goproxy.cn/github.com/google/uuid/@v/v1.3.1.zip": unexpected EOF

12 68.72 go: github.com/shirou/gopsutil/v3@v3.21.9: Get "https://goproxy.cn/github.com/shirou/gopsutil/v3/@v/v3.21.9.zip": unexpected EOF

aofei commented 1 month ago

看起来像是本地网络问题。麻烦提供下执行 curl -Iv https://goproxy.cn/github.com/google/uuid/@v/v1.3.1.zip 的输出。

doersa commented 1 month ago
# curl
curl: try 'curl --help' or 'curl --manual' for more information
# curl -Iv https://goproxy.cn/github.com/google/uuid/@v/v1.3.1.zip
*   Trying 27.221.3.176:443...
* Connected to goproxy.cn (27.221.3.176) port 443 (#0)
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=*.goproxy.cn
*  start date: Aug  8 00:00:00 2023 GMT
*  expire date: Sep  6 23:59:59 2024 GMT
*  subjectAltName: host "goproxy.cn" matched cert's "goproxy.cn"
*  issuer: C=CN; O=TrustAsia Technologies, Inc.; CN=TrustAsia RSA DV TLS CA G2
*  SSL certificate verify ok.
* using HTTP/2
* h2h3 [:method: HEAD]
* h2h3 [:path: /github.com/google/uuid/@v/v1.3.1.zip]
* h2h3 [:scheme: https]
* h2h3 [:authority: goproxy.cn]
* h2h3 [user-agent: curl/7.88.1]
* h2h3 [accept: */*]
* Using Stream ID: 1 (easy handle 0x56373bdcbc70)
> HEAD /github.com/google/uuid/@v/v1.3.1.zip HTTP/2
> Host: goproxy.cn
> user-agent: curl/7.88.1
> accept: */*
> 
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* old SSL session ID is stale, removing
< HTTP/2 200 
HTTP/2 200 
< server: Byte-nginx
server: Byte-nginx
< content-type: application/zip
content-type: application/zip
< content-length: 26946
content-length: 26946
< accept-ranges: bytes
accept-ranges: bytes
< age: 532088
age: 532088
< cache-control: public, max-age=604800
cache-control: public, max-age=604800
< etag: "RjAqBno7vXVg5lcDZ+eUrg=="
etag: "RjAqBno7vXVg5lcDZ+eUrg=="
< last-modified: Mon, 21 Aug 2023 16:32:24 GMT
last-modified: Mon, 21 Aug 2023 16:32:24 GMT
< strict-transport-security: max-age=31536000
strict-transport-security: max-age=31536000
< x-bdcdn-cache-status: TCP_HIT
x-bdcdn-cache-status: TCP_HIT
< x-request-id: 67cccd82af8a5c82048e90931d4decbe
x-request-id: 67cccd82af8a5c82048e90931d4decbe
< x-request-ip: 111.198.220.166
x-request-ip: 111.198.220.166
< x-response-cache: edge_hit
x-response-cache: edge_hit
< x-response-cinfo: 111.198.220.166
x-response-cinfo: 111.198.220.166
< x-tt-trace-tag: id=5
x-tt-trace-tag: id=5
< date: Wed, 14 Aug 2024 06:21:36 GMT
date: Wed, 14 Aug 2024 06:21:36 GMT
< via: cache01.sdqingdao-cu10
via: cache01.sdqingdao-cu10

< 
* Connection #0 to host goproxy.cn left intact
doersa commented 1 month ago

我在取消GOPROXY=设置之后,是可以正常下载mod的。

dushaoshuai commented 1 month ago

Same problem: go: github.com/klauspost/compress@v1.17.9: read "https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip": unexpected EOF

Output of curl -Iv https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip:

$ curl -Iv https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip
* Host goproxy.cn:443 was resolved.
* IPv6: (none)
* IPv4: 198.18.0.53
*   Trying 198.18.0.53:443...
* Connected to goproxy.cn (198.18.0.53) port 443
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: none
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=*.goproxy.cn
*  start date: Aug  8 00:00:00 2023 GMT
*  expire date: Sep  6 23:59:59 2024 GMT
*  subjectAltName: host "goproxy.cn" matched cert's "goproxy.cn"
*  issuer: C=CN; O=TrustAsia Technologies, Inc.; CN=TrustAsia RSA DV TLS CA G2
*  SSL certificate verify ok.
*   Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha384WithRSAEncryption
*   Certificate level 1: Public key type RSA (3072/128 Bits/secBits), signed using sha256WithRSAEncryption
*   Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha1WithRSAEncryption
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip
* [HTTP/2] [1] [:method: HEAD]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: goproxy.cn]
* [HTTP/2] [1] [:path: /github.com/klauspost/compress/@v/v1.17.9.zip]
* [HTTP/2] [1] [user-agent: curl/8.9.1]
* [HTTP/2] [1] [accept: */*]
> HEAD /github.com/klauspost/compress/@v/v1.17.9.zip HTTP/2
> Host: goproxy.cn
> User-Agent: curl/8.9.1
> Accept: */*
> 
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/2 200 
HTTP/2 200 
< server: Byte-nginx
server: Byte-nginx
< content-type: application/zip
content-type: application/zip
< content-length: 38853521
content-length: 38853521
< accept-ranges: bytes
accept-ranges: bytes
< age: 563306
age: 563306
< cache-control: public, max-age=604800
cache-control: public, max-age=604800
< content-md5: cMpDd2hp6Ch0TsjWLEnXyw==
content-md5: cMpDd2hp6Ch0TsjWLEnXyw==
< content-transfer-encoding: binary
content-transfer-encoding: binary
< etag: "70ca43776869e828744ec8d62c49d7cb"
etag: "70ca43776869e828744ec8d62c49d7cb"
< last-modified: Wed, 12 Jun 2024 09:51:21 GMT
last-modified: Wed, 12 Jun 2024 09:51:21 GMT
< vary: Access-Control-Request-Headers, Access-Control-Request-Method, Origin
vary: Access-Control-Request-Headers, Access-Control-Request-Method, Origin
< x-amz-request-id: qXUAAABi04lKmekX
x-amz-request-id: qXUAAABi04lKmekX
< x-bdcdn-cache-status: TCP_HIT
x-bdcdn-cache-status: TCP_HIT
< x-log: X-Log
x-log: X-Log
< x-reqid: qXUAAABi04lKmekX
x-reqid: qXUAAABi04lKmekX
< x-request-id: 457c94f129a6a9141b82907c825a6bb1
x-request-id: 457c94f129a6a9141b82907c825a6bb1
< x-request-ip: 124.90.107.34
x-request-ip: 124.90.107.34
< x-response-cache: edge_hit
x-response-cache: edge_hit
< x-response-cinfo: 124.90.107.34
x-response-cinfo: 124.90.107.34
< x-tt-trace-tag: id=5
x-tt-trace-tag: id=5
< date: Wed, 14 Aug 2024 12:56:22 GMT
date: Wed, 14 Aug 2024 12:56:22 GMT
< via: cache03.ahwuhu-cu05
via: cache03.ahwuhu-cu05
< 

* Connection #0 to host goproxy.cn left intact

Output of go version:

$ go version
go version go1.22.5 linux/amd64

Output of go env:

$ go env
GO111MODULE='on'
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/shaouai/.cache/go-build'
GOENV='/home/shaouai/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/shaouai/go/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/home/shaouai/go'
GOPRIVATE=''
GOPROXY='https://goproxy.cn,direct'
GOROOT='/usr/lib/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/usr/lib/go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.22.5'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='0'
GOMOD='/dev/null'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build1114030417=/tmp/go-build -gno-record-gcc-switches'
dushaoshuai commented 1 month ago

Error on a jenkins server:

#17 [builder  7/10] RUN go mod download
#17 12.39 go: github.com/klauspost/compress@v1.17.8: read "https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.8.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug=""
#17 ERROR: process "/bin/sh -c go mod download" did not complete successfully: exit code: 1
aofei commented 1 month ago
* IPv4: 198.18.0.53
*   Trying 198.18.0.53:443...
* Connected to goproxy.cn (198.18.0.53) port 443

@dushaoshuai

$ whois 198.18.0.53
% IANA WHOIS server
% for more information on IANA, visit http://www.iana.org
% This query returned 1 object

inetnum:      198.18.0.0 - 198.19.255.255
organisation: IANA
status:       assigned

remarks:      http://www.iana.org/go/rfc2544

changed:      1999-03
source:       IANA
dushaoshuai commented 1 month ago

@aofei

All proxy software has been turned off, and the current output is:

 > [gobuild  7/10] RUN go mod download:
13.41 go: github.com/klauspost/compress@v1.17.9: read "https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug=""
$ curl -Iv https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip
* Host goproxy.cn:443 was resolved.
* IPv6: (none)
* IPv4: 103.71.68.157, 103.71.68.161
*   Trying 103.71.68.157:443...
* Connected to goproxy.cn (103.71.68.157) port 443
* ALPN: curl offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: none
* TLSv1.3 (IN), TLS handshake, Server hello (2):
* TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
* TLSv1.3 (IN), TLS handshake, Certificate (11):
* TLSv1.3 (IN), TLS handshake, CERT verify (15):
* TLSv1.3 (IN), TLS handshake, Finished (20):
* TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
* TLSv1.3 (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=*.goproxy.cn
*  start date: Aug  8 00:00:00 2023 GMT
*  expire date: Sep  6 23:59:59 2024 GMT
*  subjectAltName: host "goproxy.cn" matched cert's "goproxy.cn"
*  issuer: C=CN; O=TrustAsia Technologies, Inc.; CN=TrustAsia RSA DV TLS CA G2
*  SSL certificate verify ok.
*   Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha384WithRSAEncryption
*   Certificate level 1: Public key type RSA (3072/128 Bits/secBits), signed using sha256WithRSAEncryption
*   Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha1WithRSAEncryption
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip
* [HTTP/2] [1] [:method: HEAD]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: goproxy.cn]
* [HTTP/2] [1] [:path: /github.com/klauspost/compress/@v/v1.17.9.zip]
* [HTTP/2] [1] [user-agent: curl/8.9.1]
* [HTTP/2] [1] [accept: */*]
> HEAD /github.com/klauspost/compress/@v/v1.17.9.zip HTTP/2
> Host: goproxy.cn
> User-Agent: curl/8.9.1
> Accept: */*
> 
* Request completely sent off
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
* TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
< HTTP/2 200 
HTTP/2 200 
< server: Byte-nginx
server: Byte-nginx
< content-type: application/zip
content-type: application/zip
< content-length: 38853521
content-length: 38853521
< accept-ranges: bytes
accept-ranges: bytes
< age: 567937
age: 567937
< cache-control: public, max-age=604800
cache-control: public, max-age=604800
< content-md5: cMpDd2hp6Ch0TsjWLEnXyw==
content-md5: cMpDd2hp6Ch0TsjWLEnXyw==
< content-transfer-encoding: binary
content-transfer-encoding: binary
< etag: "70ca43776869e828744ec8d62c49d7cb"
etag: "70ca43776869e828744ec8d62c49d7cb"
< last-modified: Wed, 12 Jun 2024 09:51:21 GMT
last-modified: Wed, 12 Jun 2024 09:51:21 GMT
< vary: Access-Control-Request-Headers, Access-Control-Request-Method, Origin
vary: Access-Control-Request-Headers, Access-Control-Request-Method, Origin
< x-amz-request-id: qXUAAABi04lKmekX
x-amz-request-id: qXUAAABi04lKmekX
< x-bdcdn-cache-status: TCP_HIT
x-bdcdn-cache-status: TCP_HIT
< x-log: X-Log
x-log: X-Log
< x-reqid: qXUAAABi04lKmekX
x-reqid: qXUAAABi04lKmekX
< x-request-id: afcbe957d3318faedaa549bc7fecd58e
x-request-id: afcbe957d3318faedaa549bc7fecd58e
< x-request-ip: 124.90.107.34
x-request-ip: 124.90.107.34
< x-response-cache: edge_hit
x-response-cache: edge_hit
< x-response-cinfo: 124.90.107.34
x-response-cinfo: 124.90.107.34
< x-tt-trace-tag: id=5
x-tt-trace-tag: id=5
< date: Wed, 14 Aug 2024 14:13:33 GMT
date: Wed, 14 Aug 2024 14:13:33 GMT
< via: cache01.ahwuhu-cu05
via: cache01.ahwuhu-cu05
< 

* Connection #0 to host goproxy.cn left intact
aofei commented 1 month ago
$ curl -Iv https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip
* Host goproxy.cn:443 was resolved.
* IPv6: (none)
* IPv4: 103.71.68.157, 103.71.68.161
*   Trying 103.71.68.157:443...
* Connected to goproxy.cn (103.71.68.157) port 443

@dushaoshuai

这是在宿主机上执行的吗?看起来没任何问题。这个节点我试了也是正常的。可以把这行命令放进 Dockerfile 中看看是什么输出。

另外,go mod download 那里改成 go mod download -x 可以获得更多打印。

dushaoshuai commented 1 month ago
$ curl -Iv https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip
* Host goproxy.cn:443 was resolved.
* IPv6: (none)
* IPv4: 103.71.68.157, 103.71.68.161
*   Trying 103.71.68.157:443...
* Connected to goproxy.cn (103.71.68.157) port 443

@dushaoshuai

这是在宿主机上执行的吗?看起来没任何问题。

是的,就是在我自己的笔记本上执行的

dushaoshuai commented 1 month ago
$ curl -Iv https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip
* Host goproxy.cn:443 was resolved.
* IPv6: (none)
* IPv4: 103.71.68.157, 103.71.68.161
*   Trying 103.71.68.157:443...
* Connected to goproxy.cn (103.71.68.157) port 443

另外,go mod download 那里改成 go mod download -x 可以获得更多打印。

输出如下:

Details

```bash => [gobuild 6/11] ADD go.mod . 0.1s => [gobuild 7/11] ADD go.sum . 0.1s => ERROR [gobuild 8/11] RUN go mod download -x 11.0s ------ > [gobuild 8/11] RUN go mod download -x: 0.267 # get https://goproxy.cn/github.com/go-playground/universal-translator/@v/v0.18.1.mod 0.267 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.4.2.mod 0.267 # get https://goproxy.cn/github.com/gabriel-vasile/mimetype/@v/v1.4.3.mod 0.267 # get https://goproxy.cn/github.com/go-playground/locales/@v/v0.14.1.mod 0.267 # get https://goproxy.cn/github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.mod 0.267 # get https://goproxy.cn/github.com/bwmarrin/snowflake/@v/v0.3.0.mod 0.267 # get https://goproxy.cn/filippo.io/edwards25519/@v/v1.1.0.mod 0.267 # get https://goproxy.cn/github.com/cenkalti/backoff/v4/@v/v4.1.3.mod 0.267 # get https://goproxy.cn/github.com/fatih/color/@v/v1.13.0.mod 0.267 # get https://goproxy.cn/github.com/beorn7/perks/@v/v1.0.1.mod 0.267 # get https://goproxy.cn/github.com/agiledragon/gomonkey/v2/@v/v2.2.0.mod 0.267 # get https://goproxy.cn/github.com/andybalholm/brotli/@v/v1.1.0.mod 0.267 # get https://goproxy.cn/github.com/cespare/xxhash/v2/@v/v2.2.0.mod 0.267 # get https://goproxy.cn/github.com/davecgh/go-spew/@v/v1.1.1.mod 0.267 # get https://goproxy.cn/github.com/cloudflare/circl/@v/v1.3.9.mod 0.267 # get https://goproxy.cn/github.com/go-logr/stdr/@v/v1.2.2.mod 0.361 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.4.2.mod: 200 OK (0.095s) 0.363 # get https://goproxy.cn/github.com/andybalholm/brotli/@v/v1.1.0.mod: 200 OK (0.096s) 0.363 # get https://goproxy.cn/github.com/beorn7/perks/@v/v1.0.1.mod: 200 OK (0.096s) 0.363 # get https://goproxy.cn/github.com/bwmarrin/snowflake/@v/v0.3.0.mod: 200 OK (0.096s) 0.363 # get https://goproxy.cn/github.com/cenkalti/backoff/v4/@v/v4.1.3.mod: 200 OK (0.096s) 0.363 # get https://goproxy.cn/github.com/fatih/color/@v/v1.13.0.mod: 200 OK (0.096s) 0.363 # get https://goproxy.cn/github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.mod: 200 OK (0.097s) 0.364 # get https://goproxy.cn/github.com/davecgh/go-spew/@v/v1.1.1.mod: 200 OK (0.097s) 0.365 # get https://goproxy.cn/github.com/go-playground/validator/v10/@v/v10.19.0.mod 0.365 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.8.1.mod 0.365 # get https://goproxy.cn/github.com/go-task/slim-sprig/v3/@v/v3.0.0.mod 0.366 # get https://goproxy.cn/github.com/golang-jwt/jwt/v4/@v/v4.4.2.mod 0.366 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.5.3.mod 0.366 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20240727154555-813a5fbdbec8.mod 0.366 # get https://goproxy.cn/github.com/google/uuid/@v/v1.3.0.mod 0.366 # get https://goproxy.cn/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.7.0.mod 0.374 # get https://goproxy.cn/github.com/go-playground/universal-translator/@v/v0.18.1.mod: 200 OK (0.108s) 0.375 # get https://goproxy.cn/github.com/go-playground/locales/@v/v0.14.1.mod: 200 OK (0.108s) 0.375 # get https://goproxy.cn/github.com/agiledragon/gomonkey/v2/@v/v2.2.0.mod: 200 OK (0.108s) 0.375 # get https://goproxy.cn/github.com/cespare/xxhash/v2/@v/v2.2.0.mod: 200 OK (0.108s) 0.375 # get https://goproxy.cn/github.com/cloudflare/circl/@v/v1.3.9.mod: 200 OK (0.108s) 0.376 # get https://goproxy.cn/github.com/go-logr/stdr/@v/v1.2.2.mod: 200 OK (0.108s) 0.376 # get https://goproxy.cn/filippo.io/edwards25519/@v/v1.1.0.mod: 200 OK (0.109s) 0.376 # get https://goproxy.cn/github.com/gabriel-vasile/mimetype/@v/v1.4.3.mod: 200 OK (0.110s) 0.377 # get https://goproxy.cn/github.com/hashicorp/errwrap/@v/v1.1.0.mod 0.377 # get https://goproxy.cn/github.com/hashicorp/go-multierror/@v/v1.1.1.mod 0.377 # get https://goproxy.cn/github.com/imroc/req/v3/@v/v3.43.7.mod 0.377 # get https://goproxy.cn/github.com/jinzhu/now/@v/v1.1.5.mod 0.377 # get https://goproxy.cn/github.com/jinzhu/inflection/@v/v1.0.0.mod 0.377 # get https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.mod 0.377 # get https://goproxy.cn/github.com/leodido/go-urn/@v/v1.4.0.mod 0.378 # get https://goproxy.cn/github.com/mattn/go-colorable/@v/v0.1.9.mod 0.382 # get https://goproxy.cn/github.com/go-playground/validator/v10/@v/v10.19.0.mod: 200 OK (0.017s) 0.383 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.8.1.mod: 200 OK (0.018s) 0.383 # get https://goproxy.cn/github.com/go-task/slim-sprig/v3/@v/v3.0.0.mod: 200 OK (0.018s) 0.384 # get https://goproxy.cn/github.com/mattn/go-isatty/@v/v0.0.14.mod 0.384 # get https://goproxy.cn/github.com/golang-jwt/jwt/v4/@v/v4.4.2.mod: 200 OK (0.018s) 0.384 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.5.3.mod: 200 OK (0.018s) 0.384 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20240727154555-813a5fbdbec8.mod: 200 OK (0.018s) 0.384 # get https://goproxy.cn/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.7.0.mod: 200 OK (0.018s) 0.384 # get https://goproxy.cn/github.com/google/uuid/@v/v1.3.0.mod: 200 OK (0.018s) 0.385 # get https://goproxy.cn/github.com/onsi/ginkgo/v2/@v/v2.20.0.mod 0.386 # get https://goproxy.cn/github.com/openzipkin/zipkin-go/@v/v0.4.0.mod 0.386 # get https://goproxy.cn/github.com/pelletier/go-toml/v2/@v/v2.0.5.mod 0.386 # get https://goproxy.cn/github.com/pmezard/go-difflib/@v/v1.0.0.mod 0.386 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.19.1.mod 0.386 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.5.0.mod 0.386 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.48.0.mod 0.393 # get https://goproxy.cn/github.com/hashicorp/errwrap/@v/v1.1.0.mod: 200 OK (0.016s) 0.394 # get https://goproxy.cn/github.com/hashicorp/go-multierror/@v/v1.1.1.mod: 200 OK (0.017s) 0.394 # get https://goproxy.cn/github.com/imroc/req/v3/@v/v3.43.7.mod: 200 OK (0.017s) 0.394 # get https://goproxy.cn/github.com/jinzhu/now/@v/v1.1.5.mod: 200 OK (0.017s) 0.395 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.12.0.mod 0.395 # get https://goproxy.cn/github.com/jinzhu/inflection/@v/v1.0.0.mod: 200 OK (0.018s) 0.395 # get https://goproxy.cn/github.com/leodido/go-urn/@v/v1.4.0.mod: 200 OK (0.017s) 0.395 # get https://goproxy.cn/github.com/mattn/go-colorable/@v/v0.1.9.mod: 200 OK (0.017s) 0.396 # get https://goproxy.cn/github.com/quic-go/qpack/@v/v0.4.0.mod 0.396 # get https://goproxy.cn/github.com/quic-go/quic-go/@v/v0.46.0.mod 0.396 # get https://goproxy.cn/github.com/refraction-networking/utls/@v/v1.6.7.mod 0.396 # get https://goproxy.cn/github.com/robfig/cron/v3/@v/v3.0.1.mod 0.396 # get https://goproxy.cn/github.com/samber/lo/@v/v1.39.0.mod 0.396 # get https://goproxy.cn/github.com/spaolacci/murmur3/@v/v1.1.0.mod 0.401 # get https://goproxy.cn/github.com/mattn/go-isatty/@v/v0.0.14.mod: 200 OK (0.017s) 0.402 # get https://goproxy.cn/github.com/onsi/ginkgo/v2/@v/v2.20.0.mod: 200 OK (0.017s) 0.402 # get https://goproxy.cn/github.com/openzipkin/zipkin-go/@v/v0.4.0.mod: 200 OK (0.016s) 0.402 # get https://goproxy.cn/github.com/pelletier/go-toml/v2/@v/v2.0.5.mod: 200 OK (0.016s) 0.402 # get https://goproxy.cn/github.com/speps/go-hashids/v2/@v/v2.0.1.mod 0.403 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.9.0.mod 0.403 # get https://goproxy.cn/github.com/pmezard/go-difflib/@v/v1.0.0.mod: 200 OK (0.017s) 0.403 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.48.0.mod: 200 OK (0.017s) 0.403 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.5.0.mod: 200 OK (0.017s) 0.403 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.19.1.mod: 200 OK (0.017s) 0.404 # get https://goproxy.cn/go.opentelemetry.io/otel/@v/v1.11.0.mod 0.404 # get https://goproxy.cn/github.com/zeromicro/go-zero/@v/v1.4.2.mod 0.405 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/jaeger/@v/v1.11.0.mod 0.405 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/internal/retry/@v/v1.11.0.mod 0.405 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/@v/v1.11.0.mod 0.405 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/@v/v1.11.0.mod 0.412 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.12.0.mod: 200 OK (0.018s) 0.413 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/zipkin/@v/v1.11.0.mod 0.413 # get https://goproxy.cn/github.com/quic-go/qpack/@v/v0.4.0.mod: 200 OK (0.018s) 0.413 # get https://goproxy.cn/github.com/robfig/cron/v3/@v/v3.0.1.mod: 200 OK (0.017s) 0.413 # get https://goproxy.cn/github.com/refraction-networking/utls/@v/v1.6.7.mod: 200 OK (0.017s) 0.414 # get https://goproxy.cn/github.com/spaolacci/murmur3/@v/v1.1.0.mod: 200 OK (0.018s) 0.414 # get https://goproxy.cn/github.com/samber/lo/@v/v1.39.0.mod: 200 OK (0.018s) 0.414 # get https://goproxy.cn/github.com/quic-go/quic-go/@v/v0.46.0.mod: 200 OK (0.018s) 0.414 # get https://goproxy.cn/go.opentelemetry.io/otel/trace/@v/v1.11.0.mod 0.414 # get https://goproxy.cn/go.opentelemetry.io/otel/sdk/@v/v1.11.0.mod 0.415 # get https://goproxy.cn/go.opentelemetry.io/proto/otlp/@v/v0.19.0.mod 0.415 # get https://goproxy.cn/go.uber.org/automaxprocs/@v/v1.5.1.mod 0.416 # get https://goproxy.cn/go.uber.org/mock/@v/v0.4.0.mod 0.416 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.26.0.mod 0.419 # get https://goproxy.cn/github.com/speps/go-hashids/v2/@v/v2.0.1.mod: 200 OK (0.016s) 0.419 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.9.0.mod: 200 OK (0.016s) 0.420 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20240808152545-0cdaa3abc0fa.mod 0.420 # get https://goproxy.cn/golang.org/x/mod/@v/v0.20.0.mod 0.421 # get https://goproxy.cn/go.opentelemetry.io/otel/@v/v1.11.0.mod: 200 OK (0.017s) 0.421 # get https://goproxy.cn/github.com/zeromicro/go-zero/@v/v1.4.2.mod: 200 OK (0.017s) 0.421 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/jaeger/@v/v1.11.0.mod: 200 OK (0.017s) 0.421 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/internal/retry/@v/v1.11.0.mod: 200 OK (0.016s) 0.422 # get https://goproxy.cn/golang.org/x/net/@v/v0.28.0.mod 0.422 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/@v/v1.11.0.mod: 200 OK (0.017s) 0.422 # get https://goproxy.cn/golang.org/x/sys/@v/v0.24.0.mod 0.422 # get https://goproxy.cn/golang.org/x/sync/@v/v0.8.0.mod 0.422 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/@v/v1.11.0.mod: 200 OK (0.017s) 0.423 # get https://goproxy.cn/golang.org/x/text/@v/v0.17.0.mod 0.424 # get https://goproxy.cn/golang.org/x/tools/@v/v0.24.0.mod 0.424 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20220602131408-e326c6e8e9c8.mod 0.429 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/zipkin/@v/v1.11.0.mod: 200 OK (0.016s) 0.430 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.50.1.mod 0.431 # get https://goproxy.cn/go.opentelemetry.io/otel/trace/@v/v1.11.0.mod: 200 OK (0.016s) 0.431 # get https://goproxy.cn/go.opentelemetry.io/proto/otlp/@v/v0.19.0.mod: 200 OK (0.016s) 0.431 # get https://goproxy.cn/go.uber.org/automaxprocs/@v/v1.5.1.mod: 200 OK (0.016s) 0.431 # get https://goproxy.cn/go.opentelemetry.io/otel/sdk/@v/v1.11.0.mod: 200 OK (0.017s) 0.431 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.34.1.mod 0.432 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.4.0.mod 0.432 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.1.mod 0.432 # get https://goproxy.cn/go.uber.org/mock/@v/v0.4.0.mod: 200 OK (0.017s) 0.432 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.26.0.mod: 200 OK (0.016s) 0.432 # get https://goproxy.cn/gorm.io/datatypes/@v/v1.2.0.mod 0.434 # get https://goproxy.cn/gorm.io/driver/mysql/@v/v1.5.6.mod 0.435 # get https://goproxy.cn/gorm.io/gen/@v/v0.3.26.mod 0.436 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20240808152545-0cdaa3abc0fa.mod: 200 OK (0.016s) 0.437 # get https://goproxy.cn/golang.org/x/mod/@v/v0.20.0.mod: 200 OK (0.017s) 0.437 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.9.mod 0.438 # get https://goproxy.cn/gorm.io/hints/@v/v1.1.2.mod 0.438 # get https://goproxy.cn/golang.org/x/net/@v/v0.28.0.mod: 200 OK (0.017s) 0.439 # get https://goproxy.cn/golang.org/x/sys/@v/v0.24.0.mod: 200 OK (0.016s) 0.439 # get https://goproxy.cn/golang.org/x/sync/@v/v0.8.0.mod: 200 OK (0.017s) 0.439 # get https://goproxy.cn/gorm.io/plugin/dbresolver/@v/v1.5.1.mod 0.439 # get https://goproxy.cn/github.com/smartystreets/goconvey/@v/v1.6.4.mod 0.440 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.2.2.mod 0.440 # get https://goproxy.cn/golang.org/x/text/@v/v0.17.0.mod: 200 OK (0.017s) 0.440 # get https://goproxy.cn/golang.org/x/tools/@v/v0.24.0.mod: 200 OK (0.016s) 0.440 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20220602131408-e326c6e8e9c8.mod: 200 OK (0.016s) 0.441 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.5.mod 0.441 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.26.0.mod 0.441 # get https://goproxy.cn/github.com/antihax/optional/@v/v1.0.0.mod 0.447 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.50.1.mod: 200 OK (0.017s) 0.448 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.34.1.mod: 200 OK (0.017s) 0.449 # get https://goproxy.cn/github.com/ghodss/yaml/@v/v1.0.0.mod 0.449 # get https://goproxy.cn/github.com/golang/glog/@v/v1.0.0.mod 0.450 # get https://goproxy.cn/gorm.io/driver/mysql/@v/v1.5.6.mod: 200 OK (0.016s) 0.450 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.1.mod: 200 OK (0.018s) 0.450 # get https://goproxy.cn/gorm.io/datatypes/@v/v1.2.0.mod: 200 OK (0.017s) 0.450 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.5.2.mod 0.451 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.4.0.mod: 200 OK (0.019s) 0.451 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.6.mod 0.451 # get https://goproxy.cn/github.com/rogpeppe/fastuuid/@v/v1.2.0.mod 0.451 # get https://goproxy.cn/gorm.io/gen/@v/v0.3.26.mod: 200 OK (0.016s) 0.452 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20211104180415-d3ed0bb246c8.mod 0.452 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.9.mod: 200 OK (0.016s) 0.453 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20211118181313-81c1377c94b1.mod 0.453 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.42.0.mod 0.454 # get https://goproxy.cn/gorm.io/hints/@v/v1.1.2.mod: 200 OK (0.017s) 0.455 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.27.1.mod 0.456 # get https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.mod: 200 OK (0.079s) 0.457 # get https://goproxy.cn/github.com/hashicorp/errwrap/@v/v1.0.0.mod 0.457 # get https://goproxy.cn/gorm.io/plugin/dbresolver/@v/v1.5.1.mod: 200 OK (0.018s) 0.457 # get https://goproxy.cn/github.com/smartystreets/goconvey/@v/v1.6.4.mod: 200 OK (0.018s) 0.457 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.2.2.mod: 200 OK (0.018s) 0.458 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.5.mod: 200 OK (0.017s) 0.458 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.26.0.mod: 200 OK (0.017s) 0.458 # get https://goproxy.cn/github.com/antihax/optional/@v/v1.0.0.mod: 200 OK (0.017s) 0.458 # get https://goproxy.cn/github.com/mattn/go-isatty/@v/v0.0.12.mod 0.459 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200223170610-d5e6a3e2c0ae.mod 0.459 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210630005230-0f9fa26af87c.mod 0.459 # get https://goproxy.cn/github.com/%21shopify/sarama/@v/v1.30.0.mod 0.459 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.8.0.mod 0.459 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v1.16.5.mod 0.465 # get https://goproxy.cn/github.com/ghodss/yaml/@v/v1.0.0.mod: 200 OK (0.016s) 0.465 # get https://goproxy.cn/github.com/golang/glog/@v/v1.0.0.mod: 200 OK (0.016s) 0.466 # get https://goproxy.cn/github.com/onsi/gomega/@v/v1.16.0.mod 0.466 # get https://goproxy.cn/github.com/rabbitmq/amqp091-go/@v/v1.1.0.mod 0.467 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.5.2.mod: 200 OK (0.017s) 0.468 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.41.0.mod 0.468 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.6.mod: 200 OK (0.017s) 0.468 # get https://goproxy.cn/github.com/rogpeppe/fastuuid/@v/v1.2.0.mod: 200 OK (0.017s) 0.468 # get https://goproxy.cn/github.com/%21click%21house/clickhouse-go/v2/@v/v2.0.14.mod 0.469 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20211104180415-d3ed0bb246c8.mod: 200 OK (0.017s) 0.469 # get https://goproxy.cn/github.com/alicebob/miniredis/v2/@v/v2.23.0.mod 0.469 # get https://goproxy.cn/github.com/%21d%21a%21t%21a-%21d%21o%21g/go-sqlmock/@v/v1.5.0.mod 0.469 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20211118181313-81c1377c94b1.mod: 200 OK (0.017s) 0.470 # get https://goproxy.cn/github.com/fullstorydev/grpcurl/@v/v1.8.7.mod 0.470 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.42.0.mod: 200 OK (0.017s) 0.471 # get https://goproxy.cn/github.com/globalsign/mgo/@v/v0.0.0-20181015135952-eeefdecb41b8.mod 0.472 # get https://goproxy.cn/github.com/hashicorp/errwrap/@v/v1.0.0.mod: 200 OK (0.016s) 0.472 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.27.1.mod: 200 OK (0.018s) 0.473 # get https://goproxy.cn/github.com/go-redis/redis/v8/@v/v8.11.5.mod 0.473 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.6.0.mod 0.475 # get https://goproxy.cn/github.com/mattn/go-isatty/@v/v0.0.12.mod: 200 OK (0.017s) 0.475 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210630005230-0f9fa26af87c.mod: 200 OK (0.016s) 0.475 # get https://goproxy.cn/github.com/%21shopify/sarama/@v/v1.30.0.mod: 200 OK (0.016s) 0.475 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.8.0.mod: 200 OK (0.016s) 0.475 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200223170610-d5e6a3e2c0ae.mod: 200 OK (0.016s) 0.475 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v1.16.5.mod: 200 OK (0.016s) 0.476 # get https://goproxy.cn/github.com/golang/mock/@v/v1.6.0.mod 0.477 # get https://goproxy.cn/github.com/jhump/protoreflect/@v/v1.13.0.mod 0.477 # get https://goproxy.cn/github.com/lib/pq/@v/v1.10.7.mod 0.477 # get https://goproxy.cn/github.com/olekukonko/tablewriter/@v/v0.0.5.mod 0.477 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.13.0.mod 0.478 # get https://goproxy.cn/go.etcd.io/etcd/api/v3/@v/v3.5.5.mod 0.482 # get https://goproxy.cn/github.com/onsi/gomega/@v/v1.16.0.mod: 200 OK (0.016s) 0.482 # get https://goproxy.cn/github.com/rabbitmq/amqp091-go/@v/v1.1.0.mod: 200 OK (0.016s) 0.483 # get https://goproxy.cn/go.etcd.io/etcd/client/v3/@v/v3.5.5.mod 0.483 # get https://goproxy.cn/go.mongodb.org/mongo-driver/@v/v1.10.3.mod 0.483 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.41.0.mod: 200 OK (0.016s) 0.484 # get https://goproxy.cn/go.uber.org/goleak/@v/v1.2.0.mod 0.484 # get https://goproxy.cn/github.com/%21click%21house/clickhouse-go/v2/@v/v2.0.14.mod: 200 OK (0.016s) 0.485 # get https://goproxy.cn/github.com/alicebob/miniredis/v2/@v/v2.23.0.mod: 200 OK (0.016s) 0.485 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220919091848-fb04ddd9f9c8.mod 0.485 # get https://goproxy.cn/github.com/%21d%21a%21t%21a-%21d%21o%21g/go-sqlmock/@v/v1.5.0.mod: 200 OK (0.016s) 0.486 # get https://goproxy.cn/golang.org/x/time/@v/v0.0.0-20220411224347-583f2d630306.mod 0.486 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.28.1.mod 0.487 # get https://goproxy.cn/github.com/fullstorydev/grpcurl/@v/v1.8.7.mod: 200 OK (0.017s) 0.487 # get https://goproxy.cn/github.com/globalsign/mgo/@v/v0.0.0-20181015135952-eeefdecb41b8.mod: 200 OK (0.016s) 0.488 # get https://goproxy.cn/gopkg.in/cheggaaa/pb.v1/@v/v1.0.28.mod 0.488 # get https://goproxy.cn/gopkg.in/h2non/gock.v1/@v/v1.1.2.mod 0.491 # get https://goproxy.cn/github.com/go-redis/redis/v8/@v/v8.11.5.mod: 200 OK (0.018s) 0.491 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.6.0.mod: 200 OK (0.018s) 0.492 # get https://goproxy.cn/k8s.io/api/@v/v0.22.9.mod 0.492 # get https://goproxy.cn/k8s.io/apimachinery/@v/v0.22.9.mod 0.493 # get https://goproxy.cn/github.com/golang/mock/@v/v1.6.0.mod: 200 OK (0.017s) 0.493 # get https://goproxy.cn/github.com/jhump/protoreflect/@v/v1.13.0.mod: 200 OK (0.017s) 0.493 # get https://goproxy.cn/github.com/lib/pq/@v/v1.10.7.mod: 200 OK (0.017s) 0.493 # get https://goproxy.cn/github.com/olekukonko/tablewriter/@v/v0.0.5.mod: 200 OK (0.017s) 0.494 # get https://goproxy.cn/go.etcd.io/etcd/api/v3/@v/v3.5.5.mod: 200 OK (0.017s) 0.494 # get https://goproxy.cn/k8s.io/client-go/@v/v0.22.9.mod 0.495 # get https://goproxy.cn/k8s.io/utils/@v/v0.0.0-20220706174534-f6158b442e7c.mod 0.495 # get https://goproxy.cn/github.com/google/gofuzz/@v/v1.2.0.mod 0.495 # get https://goproxy.cn/github.com/mattn/go-runewidth/@v/v0.0.13.mod 0.495 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.13.0.mod: 200 OK (0.018s) 0.496 # get https://goproxy.cn/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.2-0.20181231171920-c182affec369.mod 0.496 # get https://goproxy.cn/go.uber.org/atomic/@v/v1.9.0.mod 0.499 # get https://goproxy.cn/go.mongodb.org/mongo-driver/@v/v1.10.3.mod: 200 OK (0.016s) 0.499 # get https://goproxy.cn/go.etcd.io/etcd/client/v3/@v/v3.5.5.mod: 200 OK (0.016s) 0.499 # get https://goproxy.cn/go.uber.org/goleak/@v/v1.2.0.mod: 200 OK (0.015s) 0.500 # get https://goproxy.cn/go.uber.org/multierr/@v/v1.8.0.mod 0.500 # get https://goproxy.cn/go.uber.org/zap/@v/v1.21.0.mod 0.501 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220531201128-c960675eff93.mod 0.502 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220919091848-fb04ddd9f9c8.mod: 200 OK (0.017s) 0.502 # get https://goproxy.cn/golang.org/x/time/@v/v0.0.0-20220411224347-583f2d630306.mod: 200 OK (0.016s) 0.502 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.28.1.mod: 200 OK (0.016s) 0.502 # get https://goproxy.cn/k8s.io/klog/v2/@v/v2.40.1.mod 0.502 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20210405180319-a5a99cb37ef4.mod 0.503 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210510120138-977fb7262007.mod 0.504 # get https://goproxy.cn/gopkg.in/cheggaaa/pb.v1/@v/v1.0.28.mod: 200 OK (0.016s) 0.504 # get https://goproxy.cn/gopkg.in/h2non/gock.v1/@v/v1.1.2.mod: 200 OK (0.016s) 0.505 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.5.mod 0.505 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.46.2.mod 0.507 # get https://goproxy.cn/k8s.io/apimachinery/@v/v0.22.9.mod: 200 OK (0.015s) 0.509 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.28.0.mod 0.511 # get https://goproxy.cn/k8s.io/client-go/@v/v0.22.9.mod: 200 OK (0.016s) 0.511 # get https://goproxy.cn/k8s.io/utils/@v/v0.0.0-20220706174534-f6158b442e7c.mod: 200 OK (0.016s) 0.511 # get https://goproxy.cn/github.com/google/gofuzz/@v/v1.2.0.mod: 200 OK (0.016s) 0.511 # get https://goproxy.cn/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod 0.512 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.7.0.mod 0.512 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.7.mod 0.512 # get https://goproxy.cn/github.com/mattn/go-runewidth/@v/v0.0.13.mod: 200 OK (0.017s) 0.512 # get https://goproxy.cn/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.2-0.20181231171920-c182affec369.mod: 200 OK (0.017s) 0.512 # get https://goproxy.cn/go.uber.org/atomic/@v/v1.9.0.mod: 200 OK (0.017s) 0.513 # get https://goproxy.cn/github.com/mattn/go-sqlite3/@v/v1.14.16.mod 0.513 # get https://goproxy.cn/gorm.io/driver/sqlite/@v/v1.5.0.mod 0.514 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.0.mod 0.516 # get https://goproxy.cn/go.uber.org/zap/@v/v1.21.0.mod: 200 OK (0.016s) 0.516 # get https://goproxy.cn/go.uber.org/multierr/@v/v1.8.0.mod: 200 OK (0.016s) 0.517 # get https://goproxy.cn/gorm.io/driver/mysql/@v/v1.4.3.mod 0.517 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.2.mod 0.518 # get https://goproxy.cn/k8s.io/klog/v2/@v/v2.40.1.mod: 200 OK (0.015s) 0.518 # get https://goproxy.cn/golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod 0.521 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20210405180319-a5a99cb37ef4.mod: 200 OK (0.018s) 0.522 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.5.0.mod 0.522 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220531201128-c960675eff93.mod: 200 OK (0.021s) 0.522 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.5.mod: 200 OK (0.017s) 0.522 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.46.2.mod: 200 OK (0.017s) 0.522 # get https://goproxy.cn/github.com/gopherjs/gopherjs/@v/v0.0.0-20181017120253-0766667cb4d1.mod 0.523 # get https://goproxy.cn/github.com/jtolds/gls/@v/v4.20.0+incompatible.mod 0.523 # get https://goproxy.cn/github.com/smartystreets/assertions/@v/v0.0.0-20180927180507-b2de0cb4f26d.mod 0.525 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.28.0.mod: 200 OK (0.016s) 0.527 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190328211700-ab21143f2384.mod 0.528 # get https://goproxy.cn/gopkg.in/check.v1/@v/v0.0.0-20161208181325-20d25e280405.mod: 200 OK (0.016s) 0.529 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.7.0.mod: 200 OK (0.017s) 0.529 # get https://goproxy.cn/cloud.google.com/go/@v/v0.65.0.mod 0.529 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.7.mod: 200 OK (0.017s) 0.529 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200822124328-c89045814202.mod 0.529 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.6.6.mod 0.530 # get https://goproxy.cn/github.com/mattn/go-sqlite3/@v/v1.14.16.mod: 200 OK (0.017s) 0.530 # get https://goproxy.cn/gorm.io/driver/sqlite/@v/v1.5.0.mod: 200 OK (0.017s) 0.530 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.40.0.mod 0.530 # get https://goproxy.cn/github.com/cespare/xxhash/v2/@v/v2.1.1.mod 0.533 # get https://goproxy.cn/gorm.io/driver/mysql/@v/v1.4.3.mod: 200 OK (0.016s) 0.533 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.2.mod: 200 OK (0.016s) 0.533 # get https://goproxy.cn/github.com/cncf/udpa/go/@v/v0.0.0-20210930031921-04548b0d99d4.mod 0.534 # get https://goproxy.cn/github.com/cncf/xds/go/@v/v0.0.0-20211011173535-cb28da3451f1.mod 0.534 # get https://goproxy.cn/golang.org/x/xerrors/@v/v0.0.0-20191204190536-9bdfabe68543.mod: 200 OK (0.016s) 0.535 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.10-0.20210907150352-cf90f659a021.mod 0.537 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.5.0.mod: 200 OK (0.016s) 0.538 # get https://goproxy.cn/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod 0.538 # get https://goproxy.cn/github.com/gopherjs/gopherjs/@v/v0.0.0-20181017120253-0766667cb4d1.mod: 200 OK (0.016s) 0.539 # get https://goproxy.cn/github.com/jtolds/gls/@v/v4.20.0+incompatible.mod: 200 OK (0.016s) 0.539 # get https://goproxy.cn/github.com/smartystreets/assertions/@v/v0.0.0-20180927180507-b2de0cb4f26d.mod: 200 OK (0.016s) 0.539 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.3.mod 0.539 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.0.mod 0.540 # get https://goproxy.cn/github.com/google/uuid/@v/v1.1.2.mod 0.542 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190328211700-ab21143f2384.mod: 200 OK (0.016s) 0.543 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20200107190931-bf48bf16ab8d.mod 0.546 # get https://goproxy.cn/cloud.google.com/go/@v/v0.65.0.mod: 200 OK (0.017s) 0.546 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.6.6.mod: 200 OK (0.016s) 0.546 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200822124328-c89045814202.mod: 200 OK (0.016s) 0.547 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.40.0.mod: 200 OK (0.016s) 0.547 # get https://goproxy.cn/github.com/cespare/xxhash/v2/@v/v2.1.1.mod: 200 OK (0.016s) 0.547 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200323222414-85ca7c5b95cd.mod 0.547 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200526211855-cb27e3aa2013.mod 0.548 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.25.0.mod 0.548 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200116001909-b77594299b42.mod 0.548 # get https://goproxy.cn/github.com/stretchr/objx/@v/v0.4.0.mod 0.549 # get https://goproxy.cn/github.com/cncf/udpa/go/@v/v0.0.0-20210930031921-04548b0d99d4.mod: 200 OK (0.016s) 0.549 # get https://goproxy.cn/github.com/cncf/xds/go/@v/v0.0.0-20211011173535-cb28da3451f1.mod: 200 OK (0.016s) 0.550 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.10-0.20210907150352-cf90f659a021.mod: 200 OK (0.015s) 0.550 # get https://goproxy.cn/github.com/%21shopify/toxiproxy/v2/@v/v2.1.6-0.20210914104332-15ea381dcdae.mod 0.550 # get https://goproxy.cn/github.com/eapache/go-resiliency/@v/v1.2.0.mod 0.550 # get https://goproxy.cn/github.com/eapache/go-xerial-snappy/@v/v0.0.0-20180814174437-776d5712da21.mod 0.555 # get https://goproxy.cn/github.com/golang/glog/@v/v0.0.0-20160126235308-23def4e6c14b.mod: 200 OK (0.017s) 0.555 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.3.mod: 200 OK (0.015s) 0.555 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.0.mod: 200 OK (0.016s) 0.556 # get https://goproxy.cn/github.com/eapache/queue/@v/v1.1.0.mod 0.556 # get https://goproxy.cn/github.com/google/uuid/@v/v1.1.2.mod: 200 OK (0.016s) 0.556 # get https://goproxy.cn/github.com/fortytw2/leaktest/@v/v1.3.0.mod 0.556 # get https://goproxy.cn/github.com/frankban/quicktest/@v/v1.11.3.mod 0.556 # get https://goproxy.cn/github.com/golang/snappy/@v/v0.0.4.mod 0.559 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20200107190931-bf48bf16ab8d.mod: 200 OK (0.016s) 0.559 # get https://goproxy.cn/github.com/jcmturner/gofork/@v/v1.0.0.mod 0.563 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200323222414-85ca7c5b95cd.mod: 200 OK (0.016s) 0.564 # get https://goproxy.cn/github.com/jcmturner/gokrb5/v8/@v/v8.4.2.mod 0.565 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200526211855-cb27e3aa2013.mod: 200 OK (0.017s) 0.565 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.25.0.mod: 200 OK (0.017s) 0.566 # get https://goproxy.cn/github.com/klauspost/compress/@v/v1.13.6.mod 0.566 # get https://goproxy.cn/github.com/kr/text/@v/v0.2.0.mod 0.566 # get https://goproxy.cn/github.com/stretchr/objx/@v/v0.4.0.mod: 200 OK (0.018s) 0.566 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200116001909-b77594299b42.mod: 200 OK (0.019s) 0.567 # get https://goproxy.cn/github.com/%21shopify/toxiproxy/v2/@v/v2.1.6-0.20210914104332-15ea381dcdae.mod: 200 OK (0.017s) 0.567 # get https://goproxy.cn/github.com/eapache/go-resiliency/@v/v1.2.0.mod: 200 OK (0.017s) 0.567 # get https://goproxy.cn/github.com/pierrec/lz4/@v/v2.6.1+incompatible.mod 0.567 # get https://goproxy.cn/github.com/rcrowley/go-metrics/@v/v0.0.0-20201227073835-cf1acfcdf475.mod 0.568 # get https://goproxy.cn/github.com/eapache/go-xerial-snappy/@v/v0.0.0-20180814174437-776d5712da21.mod: 200 OK (0.018s) 0.568 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.7.0.mod 0.569 # get https://goproxy.cn/github.com/xdg-go/scram/@v/v1.0.2.mod 0.569 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20210920023735-84f357641f63.mod 0.572 # get https://goproxy.cn/github.com/eapache/queue/@v/v1.1.0.mod: 200 OK (0.016s) 0.572 # get https://goproxy.cn/github.com/fortytw2/leaktest/@v/v1.3.0.mod: 200 OK (0.016s) 0.572 # get https://goproxy.cn/github.com/golang/snappy/@v/v0.0.4.mod: 200 OK (0.016s) 0.573 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20210917221730-978cfadd31cf.mod 0.573 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.7.mod 0.573 # get https://goproxy.cn/golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.mod 0.574 # get https://goproxy.cn/k8s.io/api/@v/v0.22.9.mod: 200 OK (0.082s) 0.574 # get https://goproxy.cn/github.com/frankban/quicktest/@v/v1.11.3.mod: 200 OK (0.018s) 0.575 # get https://goproxy.cn/gopkg.in/check.v1/@v/v1.0.0-20201130134442-10cb98267c6c.mod 0.575 # get https://goproxy.cn/github.com/jcmturner/gofork/@v/v1.0.0.mod: 200 OK (0.016s) 0.576 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.0-20210107192922-496545a6307b.mod 0.576 # get https://goproxy.cn/github.com/go-task/slim-sprig/@v/v0.0.0-20210107165309-348f09dbbbc0.mod 0.580 # get https://goproxy.cn/github.com/jcmturner/gokrb5/v8/@v/v8.4.2.mod: 200 OK (0.016s) 0.581 # get https://goproxy.cn/github.com/nxadm/tail/@v/v1.4.8.mod 0.582 # get https://goproxy.cn/github.com/klauspost/compress/@v/v1.13.6.mod: 200 OK (0.016s) 0.582 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.0.mod: 200 OK (0.068s) 0.583 # get https://goproxy.cn/github.com/kr/text/@v/v0.2.0.mod: 200 OK (0.017s) 0.583 # get https://goproxy.cn/github.com/onsi/gomega/@v/v1.10.1.mod 0.583 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210112080510-489259a85091.mod 0.583 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20201224043029-2b0845dc783e.mod 0.583 # get https://goproxy.cn/github.com/pierrec/lz4/@v/v2.6.1+incompatible.mod: 200 OK (0.016s) 0.583 # get https://goproxy.cn/github.com/rcrowley/go-metrics/@v/v0.0.0-20201227073835-cf1acfcdf475.mod: 200 OK (0.016s) 0.584 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v1.16.4.mod 0.584 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.7.0.mod: 200 OK (0.016s) 0.585 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20210428140749-89ef3d95e781.mod 0.585 # get https://goproxy.cn/github.com/cncf/udpa/go/@v/v0.0.0-20201120205902-5459f2c99403.mod 0.586 # get https://goproxy.cn/github.com/xdg-go/scram/@v/v1.0.2.mod: 200 OK (0.017s) 0.586 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.2.3.mod 0.586 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20210920023735-84f357641f63.mod: 200 OK (0.017s) 0.588 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.8.mod 0.589 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20210917221730-978cfadd31cf.mod: 200 OK (0.016s) 0.589 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.7.1.mod 0.589 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210510120138-977fb7262007.mod: 200 OK (0.087s) 0.590 # get https://goproxy.cn/github.com/davecgh/go-spew/@v/v1.1.0.mod 0.592 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.7.mod: 200 OK (0.018s) 0.592 # get https://goproxy.cn/gopkg.in/check.v1/@v/v1.0.0-20201130134442-10cb98267c6c.mod: 200 OK (0.017s) 0.592 # get https://goproxy.cn/golang.org/x/xerrors/@v/v0.0.0-20200804184101-5ec99f83aff1.mod: 200 OK (0.018s) 0.592 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.0-20210107192922-496545a6307b.mod: 200 OK (0.016s) 0.592 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod 0.593 # get https://goproxy.cn/github.com/go-task/slim-sprig/@v/v0.0.0-20210107165309-348f09dbbbc0.mod: 200 OK (0.017s) 0.593 # get https://goproxy.cn/github.com/stretchr/objx/@v/v0.1.0.mod 0.593 # get https://goproxy.cn/go.uber.org/goleak/@v/v1.1.12.mod 0.593 # get https://goproxy.cn/github.com/prashantv/gostub/@v/v1.1.0.mod 0.594 # get https://goproxy.cn/github.com/kr/pretty/@v/v0.1.0.mod 0.598 # get https://goproxy.cn/github.com/nxadm/tail/@v/v1.4.8.mod: 200 OK (0.017s) 0.599 # get https://goproxy.cn/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod 0.599 # get https://goproxy.cn/github.com/onsi/gomega/@v/v1.10.1.mod: 200 OK (0.016s) 0.599 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20201224043029-2b0845dc783e.mod: 200 OK (0.016s) 0.599 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210112080510-489259a85091.mod: 200 OK (0.016s) 0.600 # get https://goproxy.cn/github.com/%21click%21house/clickhouse-go/@v/v1.5.4.mod 0.600 # get https://goproxy.cn/github.com/mkevac/debugcharts/@v/v0.0.0-20191222103121-ae1c48aa8615.mod 0.600 # get https://goproxy.cn/github.com/paulmach/orb/@v/v0.5.0.mod 0.601 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v1.16.4.mod: 200 OK (0.017s) 0.601 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20210428140749-89ef3d95e781.mod: 200 OK (0.016s) 0.601 # get https://goproxy.cn/github.com/cncf/udpa/go/@v/v0.0.0-20201120205902-5459f2c99403.mod: 200 OK (0.017s) 0.602 # get https://goproxy.cn/github.com/pierrec/lz4/v4/@v/v4.1.14.mod 0.602 # get https://goproxy.cn/github.com/shirou/gopsutil/@v/v3.21.11+incompatible.mod 0.603 # get https://goproxy.cn/github.com/shopspring/decimal/@v/v1.3.1.mod 0.604 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.2.3.mod: 200 OK (0.017s) 0.604 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.8.mod: 200 OK (0.016s) 0.604 # get https://goproxy.cn/github.com/tklauser/go-sysconf/@v/v0.3.10.mod 0.605 # get https://goproxy.cn/go.opentelemetry.io/otel/trace/@v/v1.7.0.mod 0.606 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.7.1.mod: 200 OK (0.017s) 0.607 # get https://goproxy.cn/github.com/davecgh/go-spew/@v/v1.1.0.mod: 200 OK (0.016s) 0.607 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220429233432-b5fbb4746d32.mod 0.607 # get https://goproxy.cn/github.com/alicebob/gopher-json/@v/v0.0.0-20200520072559-a9ecdc9d1d3a.mod 0.608 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.0-20200313102051-9f266ea9e77c.mod: 200 OK (0.016s) 0.609 # get https://goproxy.cn/github.com/yuin/gopher-lua/@v/v0.0.0-20210529063254-f4c35e4016d9.mod 0.609 # get https://goproxy.cn/github.com/stretchr/objx/@v/v0.1.0.mod: 200 OK (0.016s) 0.609 # get https://goproxy.cn/go.uber.org/goleak/@v/v1.1.12.mod: 200 OK (0.016s) 0.609 # get https://goproxy.cn/github.com/prashantv/gostub/@v/v1.1.0.mod: 200 OK (0.016s) 0.609 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.10.2-0.20220325020618-49ff273808a1.mod 0.609 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20201021035429-f5854403a974.mod 0.610 # get https://goproxy.cn/github.com/kr/pretty/@v/v0.1.0.mod: 200 OK (0.016s) 0.610 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210119212857-b64e53b001e4.mod 0.610 # get https://goproxy.cn/cloud.google.com/go/@v/v0.34.0.mod 0.614 # get https://goproxy.cn/gopkg.in/check.v1/@v/v1.0.0-20180628173108-788fd7840127.mod: 200 OK (0.015s) 0.615 # get https://goproxy.cn/github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.mod 0.616 # get https://goproxy.cn/github.com/mkevac/debugcharts/@v/v0.0.0-20191222103121-ae1c48aa8615.mod: 200 OK (0.016s) 0.616 # get https://goproxy.cn/github.com/paulmach/orb/@v/v0.5.0.mod: 200 OK (0.016s) 0.616 # get https://goproxy.cn/github.com/%21click%21house/clickhouse-go/@v/v1.5.4.mod: 200 OK (0.017s) 0.617 # get https://goproxy.cn/github.com/pierrec/lz4/v4/@v/v4.1.14.mod: 200 OK (0.015s) 0.617 # get https://goproxy.cn/github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.mod 0.618 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.3.mod 0.618 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.4.0.mod 0.619 # get https://goproxy.cn/cloud.google.com/go/@v/v0.56.0.mod 0.620 # get https://goproxy.cn/github.com/shirou/gopsutil/@v/v3.21.11+incompatible.mod: 200 OK (0.018s) 0.620 # get https://goproxy.cn/github.com/shopspring/decimal/@v/v1.3.1.mod: 200 OK (0.017s) 0.621 # get https://goproxy.cn/go.opentelemetry.io/otel/trace/@v/v1.7.0.mod: 200 OK (0.016s) 0.621 # get https://goproxy.cn/github.com/jhump/protoreflect/@v/v1.12.0.mod 0.621 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.48.0.mod 0.621 # get https://goproxy.cn/github.com/tklauser/go-sysconf/@v/v0.3.10.mod: 200 OK (0.017s) 0.622 # get https://goproxy.cn/github.com/cespare/xxhash/v2/@v/v2.1.2.mod 0.622 # get https://goproxy.cn/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.mod 0.623 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220429233432-b5fbb4746d32.mod: 200 OK (0.016s) 0.624 # get https://goproxy.cn/github.com/onsi/gomega/@v/v1.18.1.mod 0.626 # get https://goproxy.cn/github.com/alicebob/gopher-json/@v/v0.0.0-20200520072559-a9ecdc9d1d3a.mod: 200 OK (0.019s) 0.626 # get https://goproxy.cn/github.com/yuin/gopher-lua/@v/v0.0.0-20210529063254-f4c35e4016d9.mod: 200 OK (0.017s) 0.626 # get https://goproxy.cn/github.com/fsnotify/fsnotify/@v/v1.4.9.mod 0.627 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.10.2-0.20220325020618-49ff273808a1.mod: 200 OK (0.017s) 0.627 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20211216021012-1d35b9e2eb4e.mod 0.627 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20201021035429-f5854403a974.mod: 200 OK (0.018s) 0.627 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.6.mod 0.627 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210119212857-b64e53b001e4.mod: 200 OK (0.017s) 0.628 # get https://goproxy.cn/gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.mod 0.628 # get https://goproxy.cn/github.com/mattn/go-runewidth/@v/v0.0.9.mod 0.628 # get https://goproxy.cn/cloud.google.com/go/@v/v0.34.0.mod: 200 OK (0.018s) 0.629 # get https://goproxy.cn/golang.org/x/mod/@v/v0.4.2.mod 0.631 # get https://goproxy.cn/github.com/census-instrumentation/opencensus-proto/@v/v0.2.1.mod: 200 OK (0.015s) 0.631 # get https://goproxy.cn/golang.org/x/tools/@v/v0.1.1.mod 0.634 # get https://goproxy.cn/github.com/envoyproxy/protoc-gen-validate/@v/v0.1.0.mod: 200 OK (0.017s) 0.634 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.3.mod: 200 OK (0.016s) 0.635 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.4.0.mod: 200 OK (0.016s) 0.635 # get https://goproxy.cn/cloud.google.com/go/@v/v0.56.0.mod: 200 OK (0.016s) 0.636 # get https://goproxy.cn/github.com/jhump/gopoet/@v/v0.1.0.mod 0.636 # get https://goproxy.cn/github.com/jhump/goprotoc/@v/v0.5.0.mod 0.636 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.38.0.mod 0.637 # get https://goproxy.cn/github.com/coreos/go-semver/@v/v0.3.0.mod 0.637 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.48.0.mod: 200 OK (0.016s) 0.637 # get https://goproxy.cn/github.com/jhump/protoreflect/@v/v1.12.0.mod: 200 OK (0.016s) 0.637 # get https://goproxy.cn/github.com/cespare/xxhash/v2/@v/v2.1.2.mod: 200 OK (0.015s) 0.637 # get https://goproxy.cn/github.com/dgryski/go-rendezvous/@v/v0.0.0-20200823014737-9f7001d12a5f.mod: 200 OK (0.015s) 0.638 # get https://goproxy.cn/github.com/gogo/protobuf/@v/v1.3.2.mod 0.638 # get https://goproxy.cn/github.com/grpc-ecosystem/grpc-gateway/@v/v1.16.0.mod 0.638 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20210602131652-f16073e35f0c.mod 0.639 # get https://goproxy.cn/github.com/json-iterator/go/@v/v1.1.12.mod 0.643 # get https://goproxy.cn/github.com/onsi/gomega/@v/v1.18.1.mod: 200 OK (0.020s) 0.644 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.2.0.mod 0.647 # get https://goproxy.cn/github.com/fsnotify/fsnotify/@v/v1.4.9.mod: 200 OK (0.020s) 0.647 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20211216021012-1d35b9e2eb4e.mod: 200 OK (0.020s) 0.647 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.6.mod: 200 OK (0.020s) 0.647 # get https://goproxy.cn/gopkg.in/tomb.v1/@v/v1.0.0-20141024135613-dd632973f1e7.mod: 200 OK (0.019s) 0.647 # get https://goproxy.cn/github.com/mattn/go-runewidth/@v/v0.0.9.mod: 200 OK (0.019s) 0.647 # get https://goproxy.cn/golang.org/x/mod/@v/v0.4.2.mod: 200 OK (0.018s) 0.647 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.37.0.mod 0.647 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.8.0.mod 0.648 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220520151302-bc2c85ada10a.mod 0.648 # get https://goproxy.cn/golang.org/x/tools/@v/v0.1.1.mod: 200 OK (0.016s) 0.648 # get https://goproxy.cn/github.com/jpillora/backoff/@v/v1.0.0.mod 0.648 # get https://goproxy.cn/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.mod 0.648 # get https://goproxy.cn/github.com/modern-go/concurrent/@v/v0.0.0-20180228061459-e0a39a4cb421.mod 0.649 # get https://goproxy.cn/github.com/modern-go/reflect2/@v/v1.0.2.mod 0.653 # get https://goproxy.cn/github.com/jhump/gopoet/@v/v0.1.0.mod: 200 OK (0.018s) 0.653 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.38.0.mod: 200 OK (0.017s) 0.653 # get https://goproxy.cn/github.com/coreos/go-semver/@v/v0.3.0.mod: 200 OK (0.017s) 0.654 # get https://goproxy.cn/github.com/jhump/goprotoc/@v/v0.5.0.mod: 200 OK (0.018s) 0.654 # get https://goproxy.cn/github.com/gogo/protobuf/@v/v1.3.2.mod: 200 OK (0.016s) 0.654 # get https://goproxy.cn/github.com/grpc-ecosystem/grpc-gateway/@v/v1.16.0.mod: 200 OK (0.016s) 0.654 # get https://goproxy.cn/github.com/json-iterator/go/@v/v1.1.12.mod: 200 OK (0.015s) 0.654 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20210602131652-f16073e35f0c.mod: 200 OK (0.016s) 0.655 # get https://goproxy.cn/github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.mod 0.655 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20220223155221-ee480838109b.mod 0.655 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220225172249-27dd8689420f.mod 0.655 # get https://goproxy.cn/github.com/golang/snappy/@v/v0.0.1.mod 0.655 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.2.mod 0.656 # get https://goproxy.cn/github.com/montanaflynn/stats/@v/v0.0.0-20171201202039-1bf9dbcd8cbe.mod 0.656 # get https://goproxy.cn/github.com/pkg/errors/@v/v0.9.1.mod 0.656 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.6.1.mod 0.662 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.2.0.mod: 200 OK (0.018s) 0.663 # get https://goproxy.cn/github.com/tidwall/pretty/@v/v1.0.0.mod 0.663 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.37.0.mod: 200 OK (0.016s) 0.664 # get https://goproxy.cn/github.com/xdg-go/scram/@v/v1.1.1.mod 0.664 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.8.0.mod: 200 OK (0.017s) 0.664 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220520151302-bc2c85ada10a.mod: 200 OK (0.017s) 0.665 # get https://goproxy.cn/github.com/jpillora/backoff/@v/v1.0.0.mod: 200 OK (0.017s) 0.665 # get https://goproxy.cn/github.com/xdg-go/stringprep/@v/v1.0.3.mod 0.665 # get https://goproxy.cn/github.com/youmark/pkcs8/@v/v0.0.0-20181117223130-1be2e3e5546d.mod 0.665 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20220622213112-05595931fe9d.mod 0.665 # get https://goproxy.cn/github.com/modern-go/concurrent/@v/v0.0.0-20180228061459-e0a39a4cb421.mod: 200 OK (0.018s) 0.666 # get https://goproxy.cn/github.com/matttproud/golang_protobuf_extensions/@v/v1.0.1.mod: 200 OK (0.018s) 0.666 # get https://goproxy.cn/github.com/modern-go/reflect2/@v/v1.0.2.mod: 200 OK (0.017s) 0.666 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20210220032951-036812b2e83c.mod 0.667 # get https://goproxy.cn/github.com/dustin/go-humanize/@v/v1.0.0.mod 0.667 # get https://goproxy.cn/github.com/grpc-ecosystem/go-grpc-prometheus/@v/v1.2.0.mod 0.670 # get https://goproxy.cn/github.com/mwitkow/go-conntrack/@v/v0.0.0-20190716064945-2f068394615f.mod: 200 OK (0.016s) 0.671 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20220223155221-ee480838109b.mod: 200 OK (0.016s) 0.671 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220225172249-27dd8689420f.mod: 200 OK (0.016s) 0.671 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.11.1.mod 0.671 # get https://goproxy.cn/github.com/golang/snappy/@v/v0.0.1.mod: 200 OK (0.016s) 0.672 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.2.mod: 200 OK (0.016s) 0.672 # get https://goproxy.cn/github.com/montanaflynn/stats/@v/v0.0.0-20171201202039-1bf9dbcd8cbe.mod: 200 OK (0.016s) 0.672 # get https://goproxy.cn/github.com/pkg/errors/@v/v0.9.1.mod: 200 OK (0.016s) 0.672 # get https://goproxy.cn/go.etcd.io/etcd/client/pkg/v3/@v/v3.5.5.mod 0.672 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.6.1.mod: 200 OK (0.016s) 0.673 # get https://goproxy.cn/go.uber.org/zap/@v/v1.17.0.mod 0.673 # get https://goproxy.cn/sigs.k8s.io/yaml/@v/v1.2.0.mod 0.673 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190930215403-16217165b5de.mod 0.673 # get https://goproxy.cn/golang.org/x/tools/@v/v0.1.5.mod 0.674 # get https://goproxy.cn/github.com/h2non/parth/@v/v0.0.0-20190131123155-b4df798d6542.mod 0.674 # get https://goproxy.cn/github.com/nbio/st/@v/v0.0.0-20140626010706-e9e8d9816f32.mod 0.679 # get https://goproxy.cn/github.com/tidwall/pretty/@v/v1.0.0.mod: 200 OK (0.016s) 0.680 # get https://goproxy.cn/github.com/xdg-go/scram/@v/v1.1.1.mod: 200 OK (0.016s) 0.681 # get https://goproxy.cn/github.com/elazarl/goproxy/@v/v0.0.0-20180725130230-947c36da3153.mod 0.681 # get https://goproxy.cn/github.com/evanphx/json-patch/@v/v4.11.0+incompatible.mod 0.682 # get https://goproxy.cn/github.com/youmark/pkcs8/@v/v0.0.0-20181117223130-1be2e3e5546d.mod: 200 OK (0.016s) 0.682 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20220622213112-05595931fe9d.mod: 200 OK (0.016s) 0.682 # get https://goproxy.cn/github.com/xdg-go/stringprep/@v/v1.0.3.mod: 200 OK (0.016s) 0.682 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20210220032951-036812b2e83c.mod: 200 OK (0.016s) 0.682 # get https://goproxy.cn/github.com/dustin/go-humanize/@v/v1.0.0.mod: 200 OK (0.016s) 0.682 # get https://goproxy.cn/github.com/grpc-ecosystem/go-grpc-prometheus/@v/v1.2.0.mod: 200 OK (0.015s) 0.682 # get https://goproxy.cn/github.com/google/gofuzz/@v/v1.1.0.mod 0.683 # get https://goproxy.cn/github.com/googleapis/gnostic/@v/v0.5.5.mod 0.683 # get https://goproxy.cn/github.com/json-iterator/go/@v/v1.1.11.mod 0.683 # get https://goproxy.cn/github.com/moby/spdystream/@v/v0.2.0.mod 0.683 # get https://goproxy.cn/github.com/modern-go/reflect2/@v/v1.0.1.mod 0.683 # get https://goproxy.cn/github.com/mxk/go-flowrate/@v/v0.0.0-20140419014527-cca7078d478f.mod 0.687 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.11.1.mod: 200 OK (0.016s) 0.688 # get https://goproxy.cn/github.com/niemeyer/pretty/@v/v0.0.0-20200227124842-a10e7caefd8e.mod 0.688 # get https://goproxy.cn/go.etcd.io/etcd/client/pkg/v3/@v/v3.5.5.mod: 200 OK (0.016s) 0.688 # get https://goproxy.cn/go.uber.org/zap/@v/v1.17.0.mod: 200 OK (0.015s) 0.688 # get https://goproxy.cn/sigs.k8s.io/yaml/@v/v1.2.0.mod: 200 OK (0.016s) 0.689 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190930215403-16217165b5de.mod: 200 OK (0.016s) 0.689 # get https://goproxy.cn/golang.org/x/tools/@v/v0.1.5.mod: 200 OK (0.016s) 0.689 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v1.14.0.mod 0.689 # get https://goproxy.cn/github.com/spf13/pflag/@v/v1.0.5.mod 0.690 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20211209124913-491a49abca63.mod 0.690 # get https://goproxy.cn/github.com/h2non/parth/@v/v0.0.0-20190131123155-b4df798d6542.mod: 200 OK (0.016s) 0.690 # get https://goproxy.cn/github.com/nbio/st/@v/v0.0.0-20140626010706-e9e8d9816f32.mod: 200 OK (0.016s) 0.690 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210616094352-59db8d763f22.mod 0.690 # get https://goproxy.cn/gopkg.in/check.v1/@v/v1.0.0-20200227125254-8fa46927fb4f.mod 0.691 # get https://goproxy.cn/k8s.io/klog/v2/@v/v2.9.0.mod 0.691 # get https://goproxy.cn/gopkg.in/inf.v0/@v/v0.9.1.mod 0.696 # get https://goproxy.cn/github.com/elazarl/goproxy/@v/v0.0.0-20180725130230-947c36da3153.mod: 200 OK (0.016s) 0.697 # get https://goproxy.cn/k8s.io/kube-openapi/@v/v0.0.0-20211109043538-20434351676c.mod 0.698 # get https://goproxy.cn/github.com/evanphx/json-patch/@v/v4.11.0+incompatible.mod: 200 OK (0.017s) 0.699 # get https://goproxy.cn/sigs.k8s.io/structured-merge-diff/v4/@v/v4.2.1.mod 0.700 # get https://goproxy.cn/github.com/google/gofuzz/@v/v1.1.0.mod: 200 OK (0.017s) 0.700 # get https://goproxy.cn/github.com/googleapis/gnostic/@v/v0.5.5.mod: 200 OK (0.017s) 0.700 # get https://goproxy.cn/github.com/json-iterator/go/@v/v1.1.11.mod: 200 OK (0.017s) 0.700 # get https://goproxy.cn/github.com/moby/spdystream/@v/v0.2.0.mod: 200 OK (0.017s) 0.700 # get https://goproxy.cn/github.com/modern-go/reflect2/@v/v1.0.1.mod: 200 OK (0.017s) 0.700 # get https://goproxy.cn/github.com/mxk/go-flowrate/@v/v0.0.0-20140419014527-cca7078d478f.mod: 200 OK (0.017s) 0.700 # get https://goproxy.cn/github.com/spf13/afero/@v/v1.2.2.mod 0.701 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.3.0.mod 0.701 # get https://goproxy.cn/k8s.io/klog/v2/@v/v2.0.0.mod 0.701 # get https://goproxy.cn/github.com/%21azure/go-autorest/autorest/@v/v0.11.18.mod 0.701 # get https://goproxy.cn/cloud.google.com/go/@v/v0.54.0.mod 0.701 # get https://goproxy.cn/github.com/%21azure/go-autorest/autorest/adal/@v/v0.9.13.mod 0.705 # get https://goproxy.cn/github.com/niemeyer/pretty/@v/v0.0.0-20200227124842-a10e7caefd8e.mod: 200 OK (0.017s) 0.705 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v1.14.0.mod: 200 OK (0.016s) 0.706 # get https://goproxy.cn/github.com/spf13/pflag/@v/v1.0.5.mod: 200 OK (0.017s) 0.706 # get https://goproxy.cn/github.com/form3tech-oss/jwt-go/@v/v3.2.3+incompatible.mod 0.706 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20211209124913-491a49abca63.mod: 200 OK (0.017s) 0.706 # get https://goproxy.cn/github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.mod 0.707 # get https://goproxy.cn/gopkg.in/check.v1/@v/v1.0.0-20200227125254-8fa46927fb4f.mod: 200 OK (0.016s) 0.707 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210616094352-59db8d763f22.mod: 200 OK (0.017s) 0.707 # get https://goproxy.cn/k8s.io/klog/v2/@v/v2.9.0.mod: 200 OK (0.015s) 0.707 # get https://goproxy.cn/github.com/google/btree/@v/v1.0.1.mod 0.707 # get https://goproxy.cn/github.com/gregjones/httpcache/@v/v0.0.0-20180305231024-9cad4c3443a7.mod 0.707 # get https://goproxy.cn/gopkg.in/inf.v0/@v/v0.9.1.mod: 200 OK (0.016s) 0.707 # get https://goproxy.cn/github.com/peterbourgon/diskv/@v/v2.0.1+incompatible.mod 0.707 # get https://goproxy.cn/github.com/imdario/mergo/@v/v0.3.5.mod 0.708 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20210220033148-5ea612d1eb83.mod 0.708 # get https://goproxy.cn/golang.org/x/term/@v/v0.0.0-20210220032956-6a3ed077a48d.mod 0.713 # get https://goproxy.cn/k8s.io/kube-openapi/@v/v0.0.0-20211109043538-20434351676c.mod: 200 OK (0.016s) 0.716 # get https://goproxy.cn/sigs.k8s.io/structured-merge-diff/v4/@v/v4.2.1.mod: 200 OK (0.017s) 0.716 # get https://goproxy.cn/golang.org/x/time/@v/v0.0.0-20210723032227-1f47c861a9ac.mod 0.717 # get https://goproxy.cn/github.com/spf13/afero/@v/v1.2.2.mod: 200 OK (0.016s) 0.717 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.3.0.mod: 200 OK (0.016s) 0.717 # get https://goproxy.cn/github.com/%21azure/go-autorest/autorest/@v/v0.11.18.mod: 200 OK (0.016s) 0.717 # get https://goproxy.cn/k8s.io/klog/v2/@v/v2.0.0.mod: 200 OK (0.016s) 0.717 # get https://goproxy.cn/cloud.google.com/go/@v/v0.54.0.mod: 200 OK (0.016s) 0.717 # get https://goproxy.cn/k8s.io/utils/@v/v0.0.0-20211116205334-6203023598ed.mod 0.717 # get https://goproxy.cn/github.com/%21azure/go-autorest/autorest/adal/@v/v0.9.13.mod: 200 OK (0.016s) 0.717 # get https://goproxy.cn/github.com/rivo/uniseg/@v/v0.2.0.mod 0.718 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.2.0.mod 0.718 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20181221193216-37e7f081c4d4.mod 0.718 # get https://goproxy.cn/go.uber.org/atomic/@v/v1.7.0.mod 0.718 # get https://goproxy.cn/github.com/pkg/errors/@v/v0.8.1.mod 0.718 # get https://goproxy.cn/github.com/benbjohnson/clock/@v/v1.1.0.mod 0.722 # get https://goproxy.cn/github.com/form3tech-oss/jwt-go/@v/v3.2.3+incompatible.mod: 200 OK (0.016s) 0.722 # get https://goproxy.cn/github.com/golang/groupcache/@v/v0.0.0-20210331224755-41bb18bfe9da.mod: 200 OK (0.016s) 0.722 # get https://goproxy.cn/github.com/google/btree/@v/v1.0.1.mod: 200 OK (0.016s) 0.723 # get https://goproxy.cn/github.com/gregjones/httpcache/@v/v0.0.0-20180305231024-9cad4c3443a7.mod: 200 OK (0.016s) 0.724 # get https://goproxy.cn/go.uber.org/goleak/@v/v1.1.11.mod 0.724 # get https://goproxy.cn/go.uber.org/multierr/@v/v1.6.0.mod 0.724 # get https://goproxy.cn/github.com/imdario/mergo/@v/v0.3.5.mod: 200 OK (0.017s) 0.725 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.8.mod 0.725 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20210220033148-5ea612d1eb83.mod: 200 OK (0.017s) 0.725 # get https://goproxy.cn/github.com/peterbourgon/diskv/@v/v2.0.1+incompatible.mod: 200 OK (0.018s) 0.725 # get https://goproxy.cn/golang.org/x/term/@v/v0.0.0-20210220032956-6a3ed077a48d.mod: 200 OK (0.017s) 0.725 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.2.0.mod 0.726 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210330210617-4fbd30eecc44.mod 0.726 # get https://goproxy.cn/golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod 0.726 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod 0.726 # get https://goproxy.cn/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.mod 0.736 # get https://goproxy.cn/github.com/rivo/uniseg/@v/v0.2.0.mod: 200 OK (0.019s) 0.736 # get https://goproxy.cn/golang.org/x/time/@v/v0.0.0-20210723032227-1f47c861a9ac.mod: 200 OK (0.020s) 0.736 # get https://goproxy.cn/k8s.io/utils/@v/v0.0.0-20211116205334-6203023598ed.mod: 200 OK (0.019s) 0.736 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20181221193216-37e7f081c4d4.mod: 200 OK (0.019s) 0.736 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.2.0.mod: 200 OK (0.019s) 0.737 # get https://goproxy.cn/github.com/mattn/go-sqlite3/@v/v1.14.15.mod 0.737 # get https://goproxy.cn/gorm.io/gorm/@v/v1.23.8.mod 0.737 # get https://goproxy.cn/gorm.io/gorm/@v/v1.24.7-0.20230306060331-85eaf9eeda11.mod 0.737 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.26.0-rc.1.mod 0.737 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190311183353-d8887717615a.mod 0.737 # get https://goproxy.cn/go.uber.org/atomic/@v/v1.7.0.mod: 200 OK (0.020s) 0.737 # get https://goproxy.cn/github.com/pkg/errors/@v/v0.8.1.mod: 200 OK (0.020s) 0.737 # get https://goproxy.cn/github.com/benbjohnson/clock/@v/v1.1.0.mod: 200 OK (0.020s) 0.738 # get https://goproxy.cn/cloud.google.com/go/storage/@v/v1.10.0.mod 0.738 # get https://goproxy.cn/github.com/golang/mock/@v/v1.4.4.mod 0.738 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.2.mod 0.740 # get https://goproxy.cn/go.uber.org/goleak/@v/v1.1.11.mod: 200 OK (0.016s) 0.740 # get https://goproxy.cn/go.uber.org/multierr/@v/v1.6.0.mod: 200 OK (0.016s) 0.741 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.8.mod: 200 OK (0.016s) 0.741 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.2.0.mod: 200 OK (0.016s) 0.742 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.1.mod 0.742 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20200708004538-1a94d8640e99.mod 0.742 # get https://goproxy.cn/github.com/google/martian/v3/@v/v3.0.0.mod 0.742 # get https://goproxy.cn/github.com/googleapis/gax-go/v2/@v/v2.0.5.mod 0.742 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20180917221912-90fa682c2a6e.mod: 200 OK (0.016s) 0.742 # get https://goproxy.cn/golang.org/x/term/@v/v0.0.0-20201126162022-7de9c90e9dd1.mod: 200 OK (0.016s) 0.742 # get https://goproxy.cn/golang.org/x/term/@v/v0.0.0-20210927222741-03fcf44c2211.mod: 200 OK (0.016s) 0.743 # get https://goproxy.cn/github.com/jstemmer/go-junit-report/@v/v0.9.1.mod 0.743 # get https://goproxy.cn/go.opencensus.io/@v/v0.22.4.mod 0.743 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20200302205851-738671d3881b.mod 0.754 # get https://goproxy.cn/github.com/mattn/go-sqlite3/@v/v1.14.15.mod: 200 OK (0.017s) 0.754 # get https://goproxy.cn/gorm.io/gorm/@v/v1.23.8.mod: 200 OK (0.017s) 0.754 # get https://goproxy.cn/gorm.io/gorm/@v/v1.24.7-0.20230306060331-85eaf9eeda11.mod: 200 OK (0.017s) 0.754 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.26.0-rc.1.mod: 200 OK (0.017s) 0.754 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190311183353-d8887717615a.mod: 200 OK (0.017s) 0.755 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200825202427-b303f430e36d.mod 0.755 # get https://goproxy.cn/google.golang.org/api/@v/v0.30.0.mod 0.755 # get https://goproxy.cn/cloud.google.com/go/storage/@v/v1.10.0.mod: 200 OK (0.017s) 0.755 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20200622213623-75b288015ac9.mod 0.755 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200825200019-8632dd797987.mod 0.755 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.31.0.mod 0.756 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.2.mod: 200 OK (0.018s) 0.756 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.0.mod 0.756 # get https://goproxy.cn/github.com/golang/mock/@v/v1.4.4.mod: 200 OK (0.018s) 0.757 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.3.1.mod 0.757 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190603091049-60506f45cf65.mod 0.759 # get https://goproxy.cn/github.com/google/martian/v3/@v/v3.0.0.mod: 200 OK (0.017s) 0.759 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20200708004538-1a94d8640e99.mod: 200 OK (0.018s) 0.760 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.1.mod: 200 OK (0.018s) 0.760 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.2.mod 0.760 # get https://goproxy.cn/github.com/cespare/xxhash/@v/v1.1.0.mod 0.760 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20210512163311-63b5d3c536b0.mod 0.761 # get https://goproxy.cn/github.com/jstemmer/go-junit-report/@v/v0.9.1.mod: 200 OK (0.018s) 0.761 # get https://goproxy.cn/github.com/googleapis/gax-go/v2/@v/v2.0.5.mod: 200 OK (0.019s) 0.761 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.3.2.mod 0.762 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.25.1.mod 0.762 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20200302205851-738671d3881b.mod: 200 OK (0.019s) 0.762 # get https://goproxy.cn/go.opencensus.io/@v/v0.22.4.mod: 200 OK (0.019s) 0.763 # get https://goproxy.cn/github.com/cncf/xds/go/@v/v0.0.0-20210922020428-25de7278fc84.mod 0.763 # get https://goproxy.cn/github.com/cncf/xds/go/@v/v0.0.0-20210805033703-aa0b78936158.mod 0.771 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200825202427-b303f430e36d.mod: 200 OK (0.016s) 0.771 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.0.0-20190812154241-14fe0d1b01d4.mod 0.772 # get https://goproxy.cn/google.golang.org/api/@v/v0.30.0.mod: 200 OK (0.017s) 0.772 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20200622213623-75b288015ac9.mod: 200 OK (0.017s) 0.772 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200825200019-8632dd797987.mod: 200 OK (0.017s) 0.772 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.31.0.mod: 200 OK (0.017s) 0.773 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.0.mod: 200 OK (0.017s) 0.773 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190603091049-60506f45cf65.mod: 200 OK (0.016s) 0.773 # get https://goproxy.cn/go.opentelemetry.io/proto/otlp/@v/v0.7.0.mod 0.773 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.3.1.mod: 200 OK (0.016s) 0.773 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.36.0.mod 0.773 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.4.0.mod 0.774 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190108225652-1e06a53dbb7e.mod 0.774 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.23.0.mod 0.774 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.1.mod 0.774 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.mod 0.776 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.2.mod: 200 OK (0.016s) 0.776 # get https://goproxy.cn/github.com/cespare/xxhash/@v/v1.1.0.mod: 200 OK (0.016s) 0.777 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20210512163311-63b5d3c536b0.mod: 200 OK (0.016s) 0.777 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190524140312-2c0ae7006135.mod 0.777 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.27.0.mod 0.777 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.23.1-0.20200526195155-81db48ad09cc.mod 0.778 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.25.1.mod: 200 OK (0.016s) 0.778 # get https://goproxy.cn/github.com/cncf/xds/go/@v/v0.0.0-20210922020428-25de7278fc84.mod: 200 OK (0.015s) 0.778 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.3.2.mod: 200 OK (0.017s) 0.778 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.0-20190523083050-ea95bdfd59fc.mod 0.778 # get https://goproxy.cn/github.com/gorilla/mux/@v/v1.8.0.mod 0.779 # get https://goproxy.cn/github.com/cncf/xds/go/@v/v0.0.0-20210805033703-aa0b78936158.mod: 200 OK (0.016s) 0.779 # get https://goproxy.cn/github.com/sirupsen/logrus/@v/v1.8.1.mod 0.779 # get https://goproxy.cn/github.com/urfave/cli/v2/@v/v2.3.0.mod 0.789 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.36.0.mod: 200 OK (0.016s) 0.790 # get https://goproxy.cn/github.com/cpuguy83/go-md2man/v2/@v/v2.0.0-20190314233015-f79a8a8ca69d.mod 0.790 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.4.0.mod: 200 OK (0.017s) 0.791 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190108225652-1e06a53dbb7e.mod: 200 OK (0.017s) 0.791 # get https://goproxy.cn/go.opentelemetry.io/proto/otlp/@v/v0.7.0.mod: 200 OK (0.018s) 0.791 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.23.0.mod: 200 OK (0.017s) 0.791 # get https://goproxy.cn/github.com/russross/blackfriday/v2/@v/v2.0.1.mod 0.791 # get https://goproxy.cn/github.com/shurcoo%21l/sanitized_anchor_name/@v/v1.0.0.mod 0.791 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.1.mod: 200 OK (0.017s) 0.791 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20201119102817-f84b799fce68.mod 0.792 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.4.mod 0.792 # get https://goproxy.cn/github.com/kr/pretty/@v/v0.2.1.mod 0.792 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190313153728-d0100b6bd8b3.mod: 200 OK (0.018s) 0.793 # get https://goproxy.cn/github.com/gorilla/sessions/@v/v1.2.1.mod 0.794 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190524140312-2c0ae7006135.mod: 200 OK (0.018s) 0.795 # get https://goproxy.cn/github.com/hashicorp/go-uuid/@v/v1.0.2.mod 0.795 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.27.0.mod: 200 OK (0.018s) 0.796 # get https://goproxy.cn/github.com/jcmturner/aescts/v2/@v/v2.0.0.mod 0.796 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.23.1-0.20200526195155-81db48ad09cc.mod: 200 OK (0.018s) 0.796 # get https://goproxy.cn/github.com/gorilla/mux/@v/v1.8.0.mod: 200 OK (0.018s) 0.797 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.0-20190523083050-ea95bdfd59fc.mod: 200 OK (0.018s) 0.797 # get https://goproxy.cn/github.com/sirupsen/logrus/@v/v1.8.1.mod: 200 OK (0.018s) 0.797 # get https://goproxy.cn/github.com/jcmturner/dnsutils/v2/@v/v2.0.0.mod 0.797 # get https://goproxy.cn/github.com/jcmturner/goidentity/v6/@v/v6.0.1.mod 0.797 # get https://goproxy.cn/github.com/urfave/cli/v2/@v/v2.3.0.mod: 200 OK (0.018s) 0.798 # get https://goproxy.cn/github.com/jcmturner/rpc/v2/@v/v2.0.3.mod 0.798 # get https://goproxy.cn/github.com/creack/pty/@v/v1.1.9.mod 0.798 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20201112155050-0c6587e931a9.mod 0.807 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210330210617-4fbd30eecc44.mod: 200 OK (0.082s) 0.808 # get https://goproxy.cn/github.com/cpuguy83/go-md2man/v2/@v/v2.0.0-20190314233015-f79a8a8ca69d.mod: 200 OK (0.018s) 0.808 # get https://goproxy.cn/github.com/russross/blackfriday/v2/@v/v2.0.1.mod: 200 OK (0.017s) 0.808 # get https://goproxy.cn/github.com/xdg-go/pbkdf2/@v/v1.0.0.mod 0.809 # get https://goproxy.cn/github.com/shurcoo%21l/sanitized_anchor_name/@v/v1.0.0.mod: 200 OK (0.017s) 0.809 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20201119102817-f84b799fce68.mod: 200 OK (0.017s) 0.809 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.4.mod: 200 OK (0.017s) 0.809 # get https://goproxy.cn/github.com/kr/pretty/@v/v0.2.1.mod: 200 OK (0.017s) 0.809 # get https://goproxy.cn/github.com/xdg-go/stringprep/@v/v1.0.2.mod 0.809 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210423082822-04245dca01da.mod 0.809 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210615035016-665e8c7367d1.mod 0.809 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20210226172049-e18ecbb05110.mod 0.810 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.5.1.mod 0.810 # get https://goproxy.cn/github.com/gorilla/sessions/@v/v1.2.1.mod: 200 OK (0.017s) 0.810 # get https://goproxy.cn/github.com/yuin/goldmark/@v/v1.2.1.mod 0.810 # get https://goproxy.cn/golang.org/x/mod/@v/v0.3.0.mod 0.812 # get https://goproxy.cn/github.com/hashicorp/go-uuid/@v/v1.0.2.mod: 200 OK (0.017s) 0.812 # get https://goproxy.cn/github.com/jcmturner/aescts/v2/@v/v2.0.0.mod: 200 OK (0.016s) 0.812 # get https://goproxy.cn/github.com/jcmturner/dnsutils/v2/@v/v2.0.0.mod: 200 OK (0.015s) 0.813 # get https://goproxy.cn/github.com/jcmturner/goidentity/v6/@v/v6.0.1.mod: 200 OK (0.016s) 0.813 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20201020160332-67f06af15bc9.mod 0.813 # get https://goproxy.cn/github.com/jcmturner/rpc/v2/@v/v2.0.3.mod: 200 OK (0.015s) 0.813 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v1.12.1.mod 0.814 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200520004742-59133d7f0dd7.mod 0.814 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.3.0.mod 0.814 # get https://goproxy.cn/github.com/kr/text/@v/v0.1.0.mod 0.815 # get https://goproxy.cn/github.com/creack/pty/@v/v1.1.9.mod: 200 OK (0.016s) 0.815 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20201112155050-0c6587e931a9.mod: 200 OK (0.016s) 0.816 # get https://goproxy.cn/github.com/paulmach/protoscan/@v/v0.2.1.mod 0.817 # get https://goproxy.cn/github.com/bkaradzic/go-lz4/@v/v1.0.0.mod 0.824 # get https://goproxy.cn/github.com/xdg-go/pbkdf2/@v/v1.0.0.mod: 200 OK (0.016s) 0.825 # get https://goproxy.cn/github.com/xdg-go/stringprep/@v/v1.0.2.mod: 200 OK (0.016s) 0.825 # get https://goproxy.cn/github.com/cloudflare/golz4/@v/v0.0.0-20150217214814-ef862a3cdc58.mod 0.825 # get https://goproxy.cn/github.com/jmoiron/sqlx/@v/v1.2.0.mod 0.826 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210615035016-665e8c7367d1.mod: 200 OK (0.017s) 0.826 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210423082822-04245dca01da.mod: 200 OK (0.017s) 0.826 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20210226172049-e18ecbb05110.mod: 200 OK (0.017s) 0.827 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.5.1.mod: 200 OK (0.017s) 0.827 # get https://goproxy.cn/github.com/yuin/goldmark/@v/v1.2.1.mod: 200 OK (0.017s) 0.827 # get https://goproxy.cn/github.com/pierrec/lz4/@v/v2.0.5+incompatible.mod 0.827 # get https://goproxy.cn/github.com/%21stack%21exchange/wmi/@v/v0.0.0-20190523213315-cbe66965904d.mod 0.827 # get https://goproxy.cn/github.com/go-ole/go-ole/@v/v1.2.4.mod 0.827 # get https://goproxy.cn/github.com/gorilla/handlers/@v/v1.4.2.mod 0.827 # get https://goproxy.cn/github.com/gorilla/websocket/@v/v1.4.1.mod 0.828 # get https://goproxy.cn/golang.org/x/mod/@v/v0.3.0.mod: 200 OK (0.018s) 0.829 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20201020160332-67f06af15bc9.mod: 200 OK (0.016s) 0.829 # get https://goproxy.cn/github.com/shirou/gopsutil/@v/v2.19.11+incompatible.mod 0.829 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200520004742-59133d7f0dd7.mod: 200 OK (0.016s) 0.829 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v1.12.1.mod: 200 OK (0.016s) 0.829 # get https://goproxy.cn/github.com/shirou/w32/@v/v0.0.0-20160930032740-bb4de0191aa4.mod 0.830 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.4.0.mod 0.830 # get https://goproxy.cn/github.com/kr/text/@v/v0.1.0.mod: 200 OK (0.016s) 0.830 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.3.0.mod: 200 OK (0.016s) 0.831 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191220220014-0732a990476f.mod 0.831 # get https://goproxy.cn/github.com/tklauser/numcpus/@v/v0.4.0.mod 0.831 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220128215802-99c3d69c2c27.mod 0.832 # get https://goproxy.cn/github.com/paulmach/protoscan/@v/v0.2.1.mod: 200 OK (0.015s) 0.832 # get https://goproxy.cn/github.com/bkaradzic/go-lz4/@v/v1.0.0.mod: 200 OK (0.016s) 0.832 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.7.mod 0.833 # get https://goproxy.cn/go.opentelemetry.io/otel/@v/v1.7.0.mod 0.843 # get https://goproxy.cn/github.com/cloudflare/golz4/@v/v0.0.0-20150217214814-ef862a3cdc58.mod: 200 OK (0.017s) 0.843 # get https://goproxy.cn/github.com/jmoiron/sqlx/@v/v1.2.0.mod: 200 OK (0.017s) 0.843 # get https://goproxy.cn/github.com/%21stack%21exchange/wmi/@v/v0.0.0-20190523213315-cbe66965904d.mod: 200 OK (0.016s) 0.843 # get https://goproxy.cn/github.com/pierrec/lz4/@v/v2.0.5+incompatible.mod: 200 OK (0.016s) 0.844 # get https://goproxy.cn/github.com/go-ole/go-ole/@v/v1.2.4.mod: 200 OK (0.017s) 0.844 # get https://goproxy.cn/github.com/chzyer/logex/@v/v1.1.10.mod 0.844 # get https://goproxy.cn/github.com/gorilla/websocket/@v/v1.4.1.mod: 200 OK (0.017s) 0.844 # get https://goproxy.cn/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.mod 0.844 # get https://goproxy.cn/github.com/gorilla/handlers/@v/v1.4.2.mod: 200 OK (0.017s) 0.844 # get https://goproxy.cn/github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.mod 0.845 # get https://goproxy.cn/github.com/shirou/gopsutil/@v/v2.19.11+incompatible.mod: 200 OK (0.016s) 0.845 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190204203706-41f3e6584952.mod 0.846 # get https://goproxy.cn/github.com/shirou/w32/@v/v0.0.0-20160930032740-bb4de0191aa4.mod: 200 OK (0.016s) 0.846 # get https://goproxy.cn/github.com/cncf/xds/go/@v/v0.0.0-20211001041855-01bcc9b48dfe.mod 0.846 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.4.0.mod: 200 OK (0.016s) 0.846 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191220220014-0732a990476f.mod: 200 OK (0.015s) 0.846 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200930185726-fdedc70b468f.mod 0.846 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod 0.846 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.4.0.mod 0.846 # get https://goproxy.cn/cloud.google.com/go/datastore/@v/v1.1.0.mod 0.846 # get https://goproxy.cn/cloud.google.com/go/pubsub/@v/v1.2.0.mod 0.846 # get https://goproxy.cn/github.com/tklauser/numcpus/@v/v0.4.0.mod: 200 OK (0.016s) 0.847 # get https://goproxy.cn/cloud.google.com/go/storage/@v/v1.6.0.mod 0.847 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220128215802-99c3d69c2c27.mod: 200 OK (0.016s) 0.847 # get https://goproxy.cn/github.com/golang/mock/@v/v1.4.3.mod 0.848 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.3.5.mod 0.848 # get https://goproxy.cn/go.opentelemetry.io/otel/@v/v1.7.0.mod: 200 OK (0.016s) 0.848 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.5.7.mod: 200 OK (0.016s) 0.849 # get https://goproxy.cn/github.com/google/martian/@v/v2.1.0+incompatible.mod 0.850 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20200229191704-1ebb73c60ed3.mod 0.852 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.0.0-20190812154241-14fe0d1b01d4.mod: 200 OK (0.081s) 0.853 # get https://goproxy.cn/go.opencensus.io/@v/v0.22.3.mod 0.861 # get https://goproxy.cn/github.com/chzyer/readline/@v/v0.0.0-20180603132655-2972be24d48e.mod: 200 OK (0.017s) 0.861 # get https://goproxy.cn/github.com/chzyer/logex/@v/v1.1.10.mod: 200 OK (0.017s) 0.861 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190204203706-41f3e6584952.mod: 200 OK (0.016s) 0.861 # get https://goproxy.cn/github.com/chzyer/test/@v/v0.0.0-20180213035817-a1ea475d72b1.mod: 200 OK (0.017s) 0.862 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200324143707-d3edc9973b7e.mod 0.862 # get https://goproxy.cn/github.com/cncf/xds/go/@v/v0.0.0-20211001041855-01bcc9b48dfe.mod: 200 OK (0.017s) 0.862 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20200317015054-43a5402ce75a.mod 0.863 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.4.0.mod: 200 OK (0.017s) 0.863 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200331124033-c3d80250170d.mod 0.863 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200930185726-fdedc70b468f.mod: 200 OK (0.017s) 0.863 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20180724234803-3673e40ba225.mod: 200 OK (0.017s) 0.863 # get https://goproxy.cn/cloud.google.com/go/datastore/@v/v1.1.0.mod: 200 OK (0.017s) 0.864 # get https://goproxy.cn/cloud.google.com/go/storage/@v/v1.6.0.mod: 200 OK (0.017s) 0.864 # get https://goproxy.cn/cloud.google.com/go/pubsub/@v/v1.2.0.mod: 200 OK (0.017s) 0.864 # get https://goproxy.cn/github.com/golang/mock/@v/v1.4.3.mod: 200 OK (0.016s) 0.864 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200331025713-a30bf2db82d4.mod 0.864 # get https://goproxy.cn/google.golang.org/api/@v/v0.20.0.mod 0.864 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.3.5.mod: 200 OK (0.016s) 0.864 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.28.0.mod 0.865 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200331122359-1ee6d9798940.mod 0.865 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.1-2020.1.3.mod 0.865 # get https://goproxy.cn/github.com/onsi/ginkgo/v2/@v/v2.0.0.mod 0.865 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20191011191535-87dc89f01550.mod 0.865 # get https://goproxy.cn/golang.org/x/xerrors/@v/v0.0.0-20191011141410-1b5146add898.mod 0.865 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191119224855-298f0cb1881e.mod 0.865 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191005200804-aed5e4c7ecf9.mod 0.866 # get https://goproxy.cn/github.com/google/martian/@v/v2.1.0+incompatible.mod: 200 OK (0.017s) 0.866 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20200229191704-1ebb73c60ed3.mod: 200 OK (0.016s) 0.867 # get https://goproxy.cn/github.com/yuin/goldmark/@v/v1.3.5.mod 0.867 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20210217033140-668b12f5399d.mod 0.869 # get https://goproxy.cn/go.opencensus.io/@v/v0.22.3.mod: 200 OK (0.016s) 0.870 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod 0.879 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200324143707-d3edc9973b7e.mod: 200 OK (0.016s) 0.879 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20200317015054-43a5402ce75a.mod: 200 OK (0.017s) 0.880 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod 0.880 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20210508222113-6edffad5e616.mod 0.880 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200331124033-c3d80250170d.mod: 200 OK (0.017s) 0.881 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200331025713-a30bf2db82d4.mod: 200 OK (0.017s) 0.881 # get https://goproxy.cn/google.golang.org/api/@v/v0.20.0.mod: 200 OK (0.017s) 0.881 # get https://goproxy.cn/golang.org/x/tools/@v/v0.1.2.mod 0.881 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.28.0.mod: 200 OK (0.017s) 0.881 # get https://goproxy.cn/github.com/google/gofuzz/@v/v1.0.0.mod 0.882 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200331122359-1ee6d9798940.mod: 200 OK (0.017s) 0.882 # get https://goproxy.cn/github.com/onsi/ginkgo/v2/@v/v2.0.0.mod: 200 OK (0.017s) 0.882 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20191011191535-87dc89f01550.mod: 200 OK (0.017s) 0.882 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191119224855-298f0cb1881e.mod: 200 OK (0.017s) 0.882 # get https://goproxy.cn/golang.org/x/xerrors/@v/v0.0.0-20191011141410-1b5146add898.mod: 200 OK (0.017s) 0.883 # get https://goproxy.cn/github.com/kisielk/errcheck/@v/v1.5.0.mod 0.883 # get https://goproxy.cn/github.com/kisielk/gotool/@v/v1.0.0.mod 0.883 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.1-2020.1.3.mod: 200 OK (0.018s) 0.883 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191005200804-aed5e4c7ecf9.mod: 200 OK (0.017s) 0.883 # get https://goproxy.cn/github.com/yuin/goldmark/@v/v1.3.5.mod: 200 OK (0.016s) 0.883 # get https://goproxy.cn/github.com/jhump/gopoet/@v/v0.0.0-20190322174617-17282ff210b3.mod 0.883 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20210106214847-113979e3529a.mod 0.883 # get https://goproxy.cn/github.com/jhump/protoreflect/@v/v1.11.0.mod 0.883 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20190911185100-cd5d95a43a6e.mod 0.883 # get https://goproxy.cn/gopkg.in/check.v1/@v/v1.0.0-20190902080502-41f04d3bba15.mod 0.883 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200513103714-09dca8ec2884.mod 0.883 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.3.3.mod 0.883 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.33.1.mod 0.884 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20210217033140-668b12f5399d.mod: 200 OK (0.017s) 0.885 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.3.mod 0.887 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20180821212333-d2e6202438be.mod: 200 OK (0.017s) 0.888 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod 0.896 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20210508222113-6edffad5e616.mod: 200 OK (0.016s) 0.896 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190215142949-d0b11bdaac8a.mod: 200 OK (0.016s) 0.897 # get https://goproxy.cn/github.com/go-kit/log/@v/v0.2.0.mod 0.898 # get https://goproxy.cn/github.com/julienschmidt/httprouter/@v/v1.3.0.mod 0.899 # get https://goproxy.cn/golang.org/x/tools/@v/v0.1.2.mod: 200 OK (0.018s) 0.899 # get https://goproxy.cn/github.com/google/gofuzz/@v/v1.0.0.mod: 200 OK (0.017s) 0.899 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.12.1.mod 0.899 # get https://goproxy.cn/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.mod 0.899 # get https://goproxy.cn/github.com/kisielk/errcheck/@v/v1.5.0.mod: 200 OK (0.017s) 0.900 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20220601150217-0de741cfad7f.mod 0.900 # get https://goproxy.cn/github.com/kisielk/gotool/@v/v1.0.0.mod: 200 OK (0.018s) 0.901 # get https://goproxy.cn/github.com/jhump/gopoet/@v/v0.0.0-20190322174617-17282ff210b3.mod: 200 OK (0.018s) 0.901 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20210106214847-113979e3529a.mod: 200 OK (0.018s) 0.901 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20190911185100-cd5d95a43a6e.mod: 200 OK (0.018s) 0.901 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220127200216-cd36cc0744dd.mod 0.901 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20211112202133-69e39bad7dc2.mod 0.901 # get https://goproxy.cn/github.com/jhump/protoreflect/@v/v1.11.0.mod: 200 OK (0.019s) 0.901 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.26.0.mod 0.902 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.6.0.mod 0.902 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210603081109-ebe580a85c40.mod 0.902 # get https://goproxy.cn/gopkg.in/check.v1/@v/v1.0.0-20190902080502-41f04d3bba15.mod: 200 OK (0.019s) 0.903 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200513103714-09dca8ec2884.mod: 200 OK (0.019s) 0.903 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.3.3.mod: 200 OK (0.019s) 0.903 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.33.1.mod: 200 OK (0.019s) 0.903 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190311212946-11955173bddd.mod 0.904 # get https://goproxy.cn/github.com/coreos/go-systemd/v22/@v/v22.3.2.mod 0.904 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210403161142-5e06dd20ab57.mod 0.904 # get https://goproxy.cn/github.com/docopt/docopt-go/@v/v0.0.0-20180111231733-ee0de3bc6815.mod 0.904 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.3.mod: 200 OK (0.019s) 0.905 # get https://goproxy.cn/github.com/kr/pretty/@v/v0.2.0.mod 0.905 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20181108010431-42b317875d0f.mod: 200 OK (0.017s) 0.906 # get https://goproxy.cn/github.com/stoewer/go-strcase/@v/v1.2.0.mod 0.914 # get https://goproxy.cn/github.com/go-kit/log/@v/v0.2.0.mod: 200 OK (0.017s) 0.915 # get https://goproxy.cn/github.com/julienschmidt/httprouter/@v/v1.3.0.mod: 200 OK (0.017s) 0.915 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20201019141844-1ed22bb0c154.mod 0.916 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.0-20200615113413-eeeca48fe776.mod 0.917 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.12.1.mod: 200 OK (0.018s) 0.917 # get https://goproxy.cn/gopkg.in/alecthomas/kingpin.v2/@v/v2.2.6.mod: 200 OK (0.018s) 0.917 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20220601150217-0de741cfad7f.mod: 200 OK (0.017s) 0.918 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20220127200216-cd36cc0744dd.mod: 200 OK (0.017s) 0.918 # get https://goproxy.cn/github.com/modern-go/reflect2/@v/v0.0.0-20180701023420-4b7aa43c6742.mod 0.918 # get https://goproxy.cn/github.com/gorilla/websocket/@v/v1.4.2.mod 0.918 # get https://goproxy.cn/github.com/nxadm/tail/@v/v1.4.4.mod 0.918 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200519105757-fe76b779f299.mod 0.920 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20211112202133-69e39bad7dc2.mod: 200 OK (0.019s) 0.920 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.26.0.mod: 200 OK (0.018s) 0.920 # get https://goproxy.cn/github.com/go-logr/logr/@v/v0.4.0.mod 0.920 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.6.0.mod: 200 OK (0.019s) 0.921 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210603081109-ebe580a85c40.mod: 200 OK (0.019s) 0.921 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190311212946-11955173bddd.mod: 200 OK (0.018s) 0.921 # get https://goproxy.cn/github.com/%21n%21y%21times/gziphandler/@v/v0.0.0-20170623195520-56545f4a5d46.mod 0.921 # get https://goproxy.cn/github.com/coreos/go-systemd/v22/@v/v22.3.2.mod: 200 OK (0.018s) 0.921 # get https://goproxy.cn/github.com/asaskevich/govalidator/@v/v0.0.0-20190424111038-f61b66f89f4a.mod 0.922 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210403161142-5e06dd20ab57.mod: 200 OK (0.018s) 0.922 # get https://goproxy.cn/github.com/docopt/docopt-go/@v/v0.0.0-20180111231733-ee0de3bc6815.mod: 200 OK (0.018s) 0.922 # get https://goproxy.cn/github.com/emicklei/go-restful/@v/v0.0.0-20170410110728-ff4f55a20633.mod 0.923 # get https://goproxy.cn/github.com/go-openapi/jsonreference/@v/v0.19.3.mod 0.923 # get https://goproxy.cn/github.com/go-openapi/swag/@v/v0.19.5.mod 0.923 # get https://goproxy.cn/github.com/stoewer/go-strcase/@v/v1.2.0.mod: 200 OK (0.017s) 0.923 # get https://goproxy.cn/github.com/kr/pretty/@v/v0.2.0.mod: 200 OK (0.018s) 0.923 # get https://goproxy.cn/github.com/googleapis/gnostic/@v/v0.5.1.mod 0.923 # get https://goproxy.cn/github.com/google/uuid/@v/v1.1.1.mod 0.924 # get https://goproxy.cn/github.com/json-iterator/go/@v/v1.1.6.mod 0.924 # get https://goproxy.cn/github.com/mitchellh/mapstructure/@v/v1.1.2.mod 0.931 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20201019141844-1ed22bb0c154.mod: 200 OK (0.016s) 0.932 # get https://goproxy.cn/github.com/munnerz/goautoneg/@v/v0.0.0-20120707110453-a547fc61f48d.mod 0.935 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.0-20200615113413-eeeca48fe776.mod: 200 OK (0.019s) 0.936 # get https://goproxy.cn/github.com/modern-go/reflect2/@v/v0.0.0-20180701023420-4b7aa43c6742.mod: 200 OK (0.018s) 0.936 # get https://goproxy.cn/github.com/gorilla/websocket/@v/v1.4.2.mod: 200 OK (0.017s) 0.936 # get https://goproxy.cn/github.com/go-logr/logr/@v/v0.4.0.mod: 200 OK (0.015s) 0.936 # get https://goproxy.cn/github.com/nxadm/tail/@v/v1.4.4.mod: 200 OK (0.018s) 0.936 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200519105757-fe76b779f299.mod: 200 OK (0.018s) 0.936 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v0.0.0-20170829012221-11459a886d9c.mod 0.936 # get https://goproxy.cn/github.com/onsi/gomega/@v/v0.0.0-20170829124025-dcabb60a477c.mod 0.936 # get https://goproxy.cn/github.com/spf13/pflag/@v/v0.0.0-20170130214245-9ff6c6923cff.mod 0.936 # get https://goproxy.cn/sigs.k8s.io/structured-merge-diff/v4/@v/v4.0.2.mod 0.936 # get https://goproxy.cn/k8s.io/gengo/@v/v0.0.0-20200413195148-3a45101e95ac.mod 0.937 # get https://goproxy.cn/github.com/%21n%21y%21times/gziphandler/@v/v0.0.0-20170623195520-56545f4a5d46.mod: 200 OK (0.016s) 0.937 # get https://goproxy.cn/github.com/asaskevich/govalidator/@v/v0.0.0-20190424111038-f61b66f89f4a.mod: 200 OK (0.016s) 0.937 # get https://goproxy.cn/github.com/emicklei/go-restful/@v/v0.0.0-20170410110728-ff4f55a20633.mod: 200 OK (0.015s) 0.938 # get https://goproxy.cn/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.mod 0.938 # get https://goproxy.cn/github.com/golang/mock/@v/v1.4.1.mod 0.938 # get https://goproxy.cn/github.com/go-logr/logr/@v/v0.1.0.mod 0.938 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.3.4.mod 0.939 # get https://goproxy.cn/github.com/go-openapi/swag/@v/v0.19.5.mod: 200 OK (0.016s) 0.939 # get https://goproxy.cn/github.com/go-openapi/jsonreference/@v/v0.19.3.mod: 200 OK (0.017s) 0.939 # get https://goproxy.cn/github.com/googleapis/gnostic/@v/v0.5.1.mod: 200 OK (0.016s) 0.940 # get https://goproxy.cn/github.com/google/uuid/@v/v1.1.1.mod: 200 OK (0.016s) 0.940 # get https://goproxy.cn/github.com/json-iterator/go/@v/v1.1.6.mod: 200 OK (0.016s) 0.940 # get https://goproxy.cn/github.com/mitchellh/mapstructure/@v/v1.1.2.mod: 200 OK (0.016s) 0.940 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200301022130-244492dfa37a.mod 0.940 # get https://goproxy.cn/github.com/%21azure/go-autorest/@v/v14.2.0+incompatible.mod 0.940 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200302150141-5c8b2ff67527.mod 0.940 # get https://goproxy.cn/github.com/%21azure/go-autorest/autorest/mocks/@v/v0.4.1.mod 0.941 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200304193943-95d2e580d8eb.mod 0.941 # get https://goproxy.cn/github.com/%21azure/go-autorest/logger/@v/v0.2.1.mod 0.947 # get https://goproxy.cn/github.com/munnerz/goautoneg/@v/v0.0.0-20120707110453-a547fc61f48d.mod: 200 OK (0.016s) 0.949 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200305110556-506484158171.mod 0.953 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v0.0.0-20170829012221-11459a886d9c.mod: 200 OK (0.017s) 0.953 # get https://goproxy.cn/github.com/spf13/pflag/@v/v0.0.0-20170130214245-9ff6c6923cff.mod: 200 OK (0.017s) 0.954 # get https://goproxy.cn/github.com/onsi/gomega/@v/v0.0.0-20170829124025-dcabb60a477c.mod: 200 OK (0.018s) 0.954 # get https://goproxy.cn/sigs.k8s.io/structured-merge-diff/v4/@v/v4.0.2.mod: 200 OK (0.018s) 0.954 # get https://goproxy.cn/k8s.io/gengo/@v/v0.0.0-20200413195148-3a45101e95ac.mod: 200 OK (0.018s) 0.955 # get https://goproxy.cn/github.com/modern-go/concurrent/@v/v0.0.0-20180306012644-bacd9c7ef1dd.mod: 200 OK (0.017s) 0.955 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.27.1.mod 0.955 # get https://goproxy.cn/github.com/%21azure/go-autorest/tracing/@v/v0.6.0.mod 0.955 # get https://goproxy.cn/github.com/golang/mock/@v/v1.4.1.mod: 200 OK (0.017s) 0.955 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20201002170205-7f63de1d35b0.mod 0.955 # get https://goproxy.cn/github.com/go-logr/logr/@v/v0.1.0.mod: 200 OK (0.017s) 0.955 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.3.4.mod: 200 OK (0.017s) 0.956 # get https://goproxy.cn/github.com/%21azure/go-autorest/autorest/date/@v/v0.3.0.mod 0.956 # get https://goproxy.cn/github.com/form3tech-oss/jwt-go/@v/v3.2.2+incompatible.mod 0.956 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200301022130-244492dfa37a.mod: 200 OK (0.016s) 0.956 # get https://goproxy.cn/github.com/%21azure/go-autorest/@v/v14.2.0+incompatible.mod: 200 OK (0.016s) 0.956 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190404232315-eb5bcb51f2a3.mod 0.956 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200302150141-5c8b2ff67527.mod: 200 OK (0.016s) 0.956 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191026070338-33540a1f6037.mod 0.956 # get https://goproxy.cn/github.com/jinzhu/now/@v/v1.1.4.mod 0.956 # get https://goproxy.cn/golang.org/x/term/@v/v0.0.0-20201117132131-f5c789dd3221.mod 0.957 # get https://goproxy.cn/github.com/%21azure/go-autorest/autorest/mocks/@v/v0.4.1.mod: 200 OK (0.016s) 0.957 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod 0.957 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200304193943-95d2e580d8eb.mod: 200 OK (0.016s) 0.957 # get https://goproxy.cn/cloud.google.com/go/@v/v0.57.0.mod 0.957 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.8.0.mod 0.958 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.4.1.mod 0.958 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200520182314-0ba52f642ac2.mod 0.958 # get https://goproxy.cn/github.com/%21azure/go-autorest/logger/@v/v0.2.1.mod: 200 OK (0.017s) 0.959 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200523222454-059865788121.mod 0.964 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200305110556-506484158171.mod: 200 OK (0.015s) 0.965 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200618134242-20370b0cb4b2.mod 0.972 # get https://goproxy.cn/github.com/%21azure/go-autorest/tracing/@v/v0.6.0.mod: 200 OK (0.017s) 0.972 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.27.1.mod: 200 OK (0.018s) 0.973 # get https://goproxy.cn/google.golang.org/api/@v/v0.28.0.mod 0.973 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200618031413-b414f8b61790.mod 0.974 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20201002170205-7f63de1d35b0.mod: 200 OK (0.019s) 0.974 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.29.1.mod 0.975 # get https://goproxy.cn/github.com/form3tech-oss/jwt-go/@v/v3.2.2+incompatible.mod: 200 OK (0.019s) 0.975 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190425150028-36563e24a262.mod 0.975 # get https://goproxy.cn/github.com/%21azure/go-autorest/autorest/date/@v/v0.3.0.mod: 200 OK (0.019s) 0.975 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191026070338-33540a1f6037.mod: 200 OK (0.019s) 0.975 # get https://goproxy.cn/github.com/jinzhu/now/@v/v1.1.4.mod: 200 OK (0.019s) 0.975 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190404232315-eb5bcb51f2a3.mod: 200 OK (0.019s) 0.976 # get https://goproxy.cn/github.com/ianlancetaylor/demangle/@v/v0.0.0-20181102032728-5e5cf60278f6.mod 0.976 # get https://goproxy.cn/golang.org/x/term/@v/v0.0.0-20201117132131-f5c789dd3221.mod: 200 OK (0.020s) 0.976 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190628185345-da137c7871d7.mod 0.976 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191204072324-ce4227a45e2e.mod 0.976 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20190308221718-c2843e01d9a2.mod: 200 OK (0.020s) 0.976 # get https://goproxy.cn/cloud.google.com/go/@v/v0.57.0.mod: 200 OK (0.019s) 0.976 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.8.0.mod: 200 OK (0.019s) 0.976 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.4.1.mod: 200 OK (0.019s) 0.976 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.19.0.mod 0.976 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200520182314-0ba52f642ac2.mod: 200 OK (0.019s) 0.977 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200523222454-059865788121.mod: 200 OK (0.018s) 0.977 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190620200207-3b0461eec859.mod 0.977 # get https://goproxy.cn/github.com/golang/groupcache/@v/v0.0.0-20190702054246-869f871628b6.mod 0.977 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190502145724-3ef323f4f1fd.mod 0.977 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.3.0.mod 0.978 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.mod 0.978 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.20.1.mod 0.978 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200130002326-2f3ba24bd6e7.mod 0.982 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200618134242-20370b0cb4b2.mod: 200 OK (0.018s) 0.983 # get https://goproxy.cn/github.com/yuin/goldmark/@v/v1.1.32.mod 0.989 # get https://goproxy.cn/google.golang.org/api/@v/v0.28.0.mod: 200 OK (0.016s) 0.989 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200618031413-b414f8b61790.mod: 200 OK (0.016s) 0.990 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.29.1.mod: 200 OK (0.016s) 0.990 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200625001655-4c5254603344.mod 0.990 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20200625203802-6e8e738ad208.mod 0.991 # get https://goproxy.cn/cloud.google.com/go/@v/v0.62.0.mod 0.992 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190425150028-36563e24a262.mod: 200 OK (0.017s) 0.993 # get https://goproxy.cn/github.com/ianlancetaylor/demangle/@v/v0.0.0-20181102032728-5e5cf60278f6.mod: 200 OK (0.017s) 0.993 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200803210538-64077c9b5642.mod 0.993 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200804011535-6c149bb5ef0d.mod 1.000 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190628185345-da137c7871d7.mod: 200 OK (0.024s) 1.000 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191204072324-ce4227a45e2e.mod: 200 OK (0.024s) 1.001 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200804131852-c06518451d9c.mod 1.001 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190412213103-97732733099d.mod 1.002 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.19.0.mod: 200 OK (0.025s) 1.002 # get https://goproxy.cn/github.com/golang/groupcache/@v/v0.0.0-20190702054246-869f871628b6.mod: 200 OK (0.025s) 1.002 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.24.0.mod 1.003 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190620200207-3b0461eec859.mod: 200 OK (0.025s) 1.003 # get https://goproxy.cn/github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f.mod 1.003 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.3.0.mod: 200 OK (0.026s) 1.003 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190502145724-3ef323f4f1fd.mod: 200 OK (0.025s) 1.003 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.4.mod 1.003 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190819201941-24fa4b261c55.mod 1.004 # get https://goproxy.cn/github.com/cncf/xds/go/@v/v0.0.0-20210312221358-fbca930ec8ed.mod 1.006 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190425155659-357c62f0e4bb.mod: 200 OK (0.028s) 1.006 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.20.1.mod: 200 OK (0.028s) 1.007 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200130002326-2f3ba24bd6e7.mod: 200 OK (0.028s) 1.007 # get https://goproxy.cn/github.com/%21one%21of%21one/xxhash/@v/v1.2.2.mod 1.007 # get https://goproxy.cn/github.com/spaolacci/murmur3/@v/v0.0.0-20180118202830-f09979ecbc72.mod 1.007 # get https://goproxy.cn/github.com/yuin/goldmark/@v/v1.1.32.mod: 200 OK (0.024s) 1.008 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.0.mod 1.008 # get https://goproxy.cn/github.com/golang/mock/@v/v1.1.1.mod 1.011 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200625001655-4c5254603344.mod: 200 OK (0.021s) 1.012 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20200625203802-6e8e738ad208.mod: 200 OK (0.021s) 1.012 # get https://goproxy.cn/cloud.google.com/go/@v/v0.62.0.mod: 200 OK (0.021s) 1.012 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200803210538-64077c9b5642.mod: 200 OK (0.019s) 1.013 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.0.mod 1.013 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20201210154907-fd9021fe5dad.mod 1.013 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.2.0.mod 1.013 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.22.0.mod 1.013 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200804011535-6c149bb5ef0d.mod: 200 OK (0.020s) 1.014 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.mod 1.018 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200804131852-c06518451d9c.mod: 200 OK (0.018s) 1.019 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190412213103-97732733099d.mod: 200 OK (0.018s) 1.019 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.1-0.20191026205805-5f8ba28d4473.mod 1.020 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.24.0.mod: 200 OK (0.017s) 1.020 # get https://goproxy.cn/github.com/cncf/udpa/go/@v/v0.0.0-20191209042840-269d4d468f6f.mod: 200 OK (0.017s) 1.020 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.2.2.mod 1.020 # get https://goproxy.cn/github.com/%21burnt%21sushi/toml/@v/v0.3.1.mod 1.021 # get https://goproxy.cn/github.com/gorilla/securecookie/@v/v1.1.1.mod 1.021 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.4.mod: 200 OK (0.018s) 1.021 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190819201941-24fa4b261c55.mod: 200 OK (0.018s) 1.021 # get https://goproxy.cn/github.com/cncf/xds/go/@v/v0.0.0-20210312221358-fbca930ec8ed.mod: 200 OK (0.018s) 1.022 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200114155413-6afb5195e5aa.mod 1.022 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.2.mod 1.022 # get https://goproxy.cn/github.com/onsi/gomega/@v/v1.7.1.mod 1.023 # get https://goproxy.cn/github.com/%21one%21of%21one/xxhash/@v/v1.2.2.mod: 200 OK (0.016s) 1.024 # get https://goproxy.cn/github.com/spaolacci/murmur3/@v/v0.0.0-20180118202830-f09979ecbc72.mod: 200 OK (0.016s) 1.024 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191120155948-bd437916bb0e.mod 1.024 # get https://goproxy.cn/github.com/kr/pty/@v/v1.1.1.mod 1.026 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.0.mod: 200 OK (0.018s) 1.026 # get https://goproxy.cn/github.com/golang/mock/@v/v1.1.1.mod: 200 OK (0.018s) 1.026 # get https://goproxy.cn/github.com/lib/pq/@v/v1.0.0.mod 1.027 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.4.0.mod 1.029 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.0.mod: 200 OK (0.016s) 1.029 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.9-0.20201210154907-fd9021fe5dad.mod: 200 OK (0.017s) 1.029 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.22.0.mod: 200 OK (0.016s) 1.029 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.2.0.mod: 200 OK (0.017s) 1.030 # get https://goproxy.cn/github.com/mattn/go-sqlite3/@v/v1.9.0.mod 1.030 # get https://goproxy.cn/cloud.google.com/go/@v/v0.52.0.mod 1.030 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20190423024810-112230192c58.mod: 200 OK (0.016s) 1.030 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20200207192155-f17229e696bd.mod 1.030 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200212091648-12a6c2dcc1e4.mod 1.030 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200212150539-ea181f53ac56.mod 1.035 # get https://goproxy.cn/github.com/envoyproxy/go-control-plane/@v/v0.9.1-0.20191026205805-5f8ba28d4473.mod: 200 OK (0.016s) 1.036 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.2.2.mod: 200 OK (0.016s) 1.036 # get https://goproxy.cn/google.golang.org/api/@v/v0.17.0.mod 1.036 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200212174721-66ed5ce911ce.mod 1.036 # get https://goproxy.cn/github.com/%21burnt%21sushi/toml/@v/v0.3.1.mod: 200 OK (0.016s) 1.037 # get https://goproxy.cn/github.com/gorilla/securecookie/@v/v1.1.1.mod: 200 OK (0.016s) 1.037 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200114155413-6afb5195e5aa.mod: 200 OK (0.015s) 1.037 # get https://goproxy.cn/cloud.google.com/go/storage/@v/v1.5.0.mod 1.037 # get https://goproxy.cn/github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.mod 1.037 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20200119233911-0405dc783f0a.mod 1.038 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.2.mod: 200 OK (0.016s) 1.038 # get https://goproxy.cn/github.com/onsi/gomega/@v/v1.7.1.mod: 200 OK (0.016s) 1.039 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200122134326-e047566fdf82.mod 1.039 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200122220014-bf1340f18c4a.mod 1.041 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191120155948-bd437916bb0e.mod: 200 OK (0.017s) 1.042 # get https://goproxy.cn/github.com/kr/pty/@v/v1.1.1.mod: 200 OK (0.018s) 1.042 # get https://goproxy.cn/google.golang.org/api/@v/v0.15.0.mod 1.043 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200122232147-0452cf42e150.mod 1.044 # get https://goproxy.cn/github.com/lib/pq/@v/v1.0.0.mod: 200 OK (0.017s) 1.044 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.4.0.mod: 200 OK (0.017s) 1.044 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.26.0.mod 1.044 # get https://goproxy.cn/cloud.google.com/go/@v/v0.53.0.mod 1.046 # get https://goproxy.cn/github.com/mattn/go-sqlite3/@v/v1.9.0.mod: 200 OK (0.016s) 1.046 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.mod 1.046 # get https://goproxy.cn/cloud.google.com/go/@v/v0.52.0.mod: 200 OK (0.016s) 1.046 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20200207192155-f17229e696bd.mod: 200 OK (0.016s) 1.046 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200212091648-12a6c2dcc1e4.mod: 200 OK (0.016s) 1.047 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200222125558-5a598a2470a0.mod 1.047 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200224181240-023911ca70b2.mod 1.047 # get https://goproxy.cn/google.golang.org/api/@v/v0.18.0.mod 1.047 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200212150539-ea181f53ac56.mod: 200 OK (0.017s) 1.048 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200224152610-e50cd9704f63.mod 1.053 # get https://goproxy.cn/google.golang.org/api/@v/v0.17.0.mod: 200 OK (0.017s) 1.053 # get https://goproxy.cn/cloud.google.com/go/storage/@v/v1.5.0.mod: 200 OK (0.016s) 1.054 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200212174721-66ed5ce911ce.mod: 200 OK (0.017s) 1.054 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20200130185559-910be7a94367.mod 1.054 # get https://goproxy.cn/github.com/golang/groupcache/@v/v0.0.0-20200121045136-8c9f03a8e57e.mod: 200 OK (0.017s) 1.054 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20200119233911-0405dc783f0a.mod: 200 OK (0.016s) 1.054 # get https://goproxy.cn/golang.org/x/mod/@v/v0.2.0.mod 1.055 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200122134326-e047566fdf82.mod: 200 OK (0.016s) 1.055 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200202164722-d101bd2416d5.mod 1.055 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200202094626-16171245cfb2.mod 1.055 # get https://goproxy.cn/golang.org/x/time/@v/v0.0.0-20191024005414-555d28b269f0.mod 1.055 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200204074204-1cc6d1ef6c74.mod 1.056 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200122220014-bf1340f18c4a.mod: 200 OK (0.017s) 1.057 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200204135345-fa8e72b47b90.mod 1.061 # get https://goproxy.cn/google.golang.org/api/@v/v0.15.0.mod: 200 OK (0.018s) 1.061 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200122232147-0452cf42e150.mod: 200 OK (0.018s) 1.062 # get https://goproxy.cn/rsc.io/quote/v3/@v/v3.1.0.mod 1.062 # get https://goproxy.cn/github.com/yuin/goldmark/@v/v1.1.25.mod 1.063 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.26.0.mod: 200 OK (0.018s) 1.063 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200226121028-0de0cce0169b.mod 1.063 # get https://goproxy.cn/cloud.google.com/go/@v/v0.53.0.mod: 200 OK (0.019s) 1.064 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20200224162631-6cc2880d07d6.mod: 200 OK (0.018s) 1.064 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200222125558-5a598a2470a0.mod: 200 OK (0.018s) 1.065 # get https://goproxy.cn/google.golang.org/api/@v/v0.18.0.mod: 200 OK (0.018s) 1.065 # get https://goproxy.cn/cloud.google.com/go/@v/v0.38.0.mod 1.065 # get https://goproxy.cn/github.com/hashicorp/golang-lru/@v/v0.5.1.mod 1.065 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200224152610-e50cd9704f63.mod: 200 OK (0.017s) 1.066 # get https://goproxy.cn/go.opencensus.io/@v/v0.21.0.mod 1.066 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190409202823-959b441ac422.mod 1.066 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190503192946-f4e77d36d62c.mod 1.072 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20200130185559-910be7a94367.mod: 200 OK (0.018s) 1.072 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200202094626-16171245cfb2.mod: 200 OK (0.018s) 1.072 # get https://goproxy.cn/golang.org/x/time/@v/v0.0.0-20191024005414-555d28b269f0.mod: 200 OK (0.017s) 1.073 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20190604053449-0f29369cfe45.mod 1.073 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200204074204-1cc6d1ef6c74.mod: 200 OK (0.018s) 1.073 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190507160741-ecd444e8653b.mod 1.073 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.5.0.mod 1.074 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20210407192527-94a9f03dee38.mod 1.075 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200204135345-fa8e72b47b90.mod: 200 OK (0.018s) 1.075 # get https://goproxy.cn/github.com/onsi/gomega/@v/v1.17.0.mod 1.078 # get https://goproxy.cn/rsc.io/quote/v3/@v/v3.1.0.mod: 200 OK (0.017s) 1.079 # get https://goproxy.cn/golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod 1.080 # get https://goproxy.cn/github.com/yuin/goldmark/@v/v1.1.25.mod: 200 OK (0.018s) 1.080 # get https://goproxy.cn/github.com/google/renameio/@v/v0.1.0.mod 1.081 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200226121028-0de0cce0169b.mod: 200 OK (0.018s) 1.081 # get https://goproxy.cn/cloud.google.com/go/@v/v0.38.0.mod: 200 OK (0.016s) 1.081 # get https://goproxy.cn/github.com/hashicorp/golang-lru/@v/v0.5.1.mod: 200 OK (0.016s) 1.081 # get https://goproxy.cn/github.com/rogpeppe/go-internal/@v/v1.3.0.mod 1.082 # get https://goproxy.cn/golang.org/x/mod/@v/v0.0.0-20190513183733-4bf6d317e70e.mod 1.082 # get https://goproxy.cn/go.opencensus.io/@v/v0.21.0.mod: 200 OK (0.016s) 1.082 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191130070609-6e064ea0cf2d.mod 1.082 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190503192946-f4e77d36d62c.mod: 200 OK (0.016s) 1.082 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190409202823-959b441ac422.mod: 200 OK (0.016s) 1.083 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200619180055-7c47624df98f.mod 1.083 # get https://goproxy.cn/github.com/go-logfmt/logfmt/@v/v0.5.1.mod 1.083 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.32.1.mod 1.088 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200202164722-d101bd2416d5.mod: 200 OK (0.034s) 1.088 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20190604053449-0f29369cfe45.mod: 200 OK (0.016s) 1.089 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.7.3.mod 1.089 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.5.0.mod: 200 OK (0.016s) 1.089 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190507160741-ecd444e8653b.mod: 200 OK (0.016s) 1.090 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220114195835-da31bd327af9.mod 1.090 # get https://goproxy.cn/github.com/alecthomas/units/@v/v0.0.0-20190924025748-f65c72e2690d.mod 1.091 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20210407192527-94a9f03dee38.mod: 200 OK (0.018s) 1.092 # get https://goproxy.cn/github.com/onsi/gomega/@v/v1.17.0.mod: 200 OK (0.016s) 1.092 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200224181240-023911ca70b2.mod: 200 OK (0.045s) 1.092 # get https://goproxy.cn/github.com/go-kit/log/@v/v0.1.0.mod 1.092 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.7.1.mod 1.095 # get https://goproxy.cn/golang.org/x/xerrors/@v/v0.0.0-20190717185122-a985d3407aa7.mod: 200 OK (0.016s) 1.095 # get https://goproxy.cn/github.com/sirupsen/logrus/@v/v1.6.0.mod 1.096 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.mod 1.096 # get https://goproxy.cn/github.com/google/renameio/@v/v0.1.0.mod: 200 OK (0.016s) 1.097 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200625212154-ddb9806d33ae.mod 1.097 # get https://goproxy.cn/github.com/rogpeppe/go-internal/@v/v1.3.0.mod: 200 OK (0.016s) 1.098 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20201207232520-09787c993a3a.mod 1.098 # get https://goproxy.cn/golang.org/x/mod/@v/v0.0.0-20190513183733-4bf6d317e70e.mod: 200 OK (0.017s) 1.099 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210124154548-22da62e12c0c.mod 1.099 # get https://goproxy.cn/golang.org/x/mod/@v/v0.2.0.mod: 200 OK (0.045s) 1.099 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191130070609-6e064ea0cf2d.mod: 200 OK (0.017s) 1.099 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200619180055-7c47624df98f.mod: 200 OK (0.017s) 1.099 # get https://goproxy.cn/github.com/go-logfmt/logfmt/@v/v0.5.1.mod: 200 OK (0.017s) 1.099 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.32.1.mod: 200 OK (0.016s) 1.100 # get https://goproxy.cn/github.com/godbus/dbus/v5/@v/v5.0.4.mod 1.100 # get https://goproxy.cn/github.com/fsnotify/fsnotify/@v/v1.4.7.mod 1.100 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190904154756-749cb33beabd.mod 1.101 # get https://goproxy.cn/github.com/mailru/easyjson/@v/v0.0.0-20190614124828-94de47d64c63.mod 1.102 # get https://goproxy.cn/github.com/%21puerkito%21bio/purell/@v/v1.1.1.mod 1.105 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.7.3.mod: 200 OK (0.016s) 1.107 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20220114195835-da31bd327af9.mod: 200 OK (0.017s) 1.107 # get https://goproxy.cn/github.com/alecthomas/units/@v/v0.0.0-20190924025748-f65c72e2690d.mod: 200 OK (0.017s) 1.107 # get https://goproxy.cn/github.com/%21puerkito%21bio/urlesc/@v/v0.0.0-20170810143723-de5bf2ad4578.mod 1.108 # get https://goproxy.cn/github.com/go-kit/log/@v/v0.1.0.mod: 200 OK (0.016s) 1.108 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.7.1.mod: 200 OK (0.016s) 1.108 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190827160401-ba9fcec4b297.mod 1.108 # get https://goproxy.cn/github.com/go-openapi/jsonpointer/@v/v0.19.3.mod 1.109 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.1.mod 1.109 # get https://goproxy.cn/cloud.google.com/go/storage/@v/v1.8.0.mod 1.111 # get https://goproxy.cn/github.com/sirupsen/logrus/@v/v1.6.0.mod: 200 OK (0.016s) 1.111 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20190226205417-e64efc72b421.mod: 200 OK (0.015s) 1.112 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200513185701-a91f0712d120.mod 1.112 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200515095857-1151b9dac4a9.mod 1.113 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200625212154-ddb9806d33ae.mod: 200 OK (0.016s) 1.113 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200515010526-7d3b6ebf133d.mod 1.114 # get https://goproxy.cn/google.golang.org/api/@v/v0.24.0.mod 1.114 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20201207232520-09787c993a3a.mod: 200 OK (0.016s) 1.115 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20200430221834-fc25d7d30c6d.mod 1.115 # get https://goproxy.cn/github.com/godbus/dbus/v5/@v/v5.0.4.mod: 200 OK (0.015s) 1.116 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20210124154548-22da62e12c0c.mod: 200 OK (0.017s) 1.116 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200515170657-fc4c6c6a6587.mod 1.116 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190904154756-749cb33beabd.mod: 200 OK (0.016s) 1.117 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200501053045-e0ff5e5a1de5.mod 1.117 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.1-2020.1.4.mod 1.117 # get https://goproxy.cn/github.com/mailru/easyjson/@v/v0.0.0-20190614124828-94de47d64c63.mod: 200 OK (0.016s) 1.118 # get https://goproxy.cn/github.com/%21puerkito%21bio/purell/@v/v1.1.1.mod: 200 OK (0.016s) 1.118 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200501052902-10377860bb8e.mod 1.119 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200501065659-ab2804fb9c9d.mod 1.125 # get https://goproxy.cn/github.com/%21puerkito%21bio/urlesc/@v/v0.0.0-20170810143723-de5bf2ad4578.mod: 200 OK (0.018s) 1.126 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190827160401-ba9fcec4b297.mod: 200 OK (0.017s) 1.126 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.1.mod: 200 OK (0.017s) 1.126 # get https://goproxy.cn/github.com/go-openapi/jsonpointer/@v/v0.19.3.mod: 200 OK (0.017s) 1.126 # get https://goproxy.cn/cloud.google.com/go/storage/@v/v1.8.0.mod: 200 OK (0.017s) 1.126 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200430143042-b979b6f78d84.mod 1.126 # get https://goproxy.cn/google.golang.org/api/@v/v0.22.0.mod 1.126 # get https://goproxy.cn/github.com/yuin/goldmark/@v/v1.1.27.mod 1.127 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.6.5.mod 1.127 # get https://goproxy.cn/cloud.google.com/go/@v/v0.26.0.mod 1.129 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200515095857-1151b9dac4a9.mod: 200 OK (0.017s) 1.130 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200513185701-a91f0712d120.mod: 200 OK (0.017s) 1.130 # get https://goproxy.cn/github.com/client9/misspell/@v/v0.3.4.mod 1.130 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod 1.132 # get https://goproxy.cn/github.com/fsnotify/fsnotify/@v/v1.4.7.mod: 200 OK (0.032s) 1.133 # get https://goproxy.cn/google.golang.org/api/@v/v0.24.0.mod: 200 OK (0.019s) 1.133 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod 1.133 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod 1.133 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200515010526-7d3b6ebf133d.mod: 200 OK (0.020s) 1.134 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20180830151530-49385e6e1522.mod 1.135 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20200430221834-fc25d7d30c6d.mod: 200 OK (0.020s) 1.136 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200515170657-fc4c6c6a6587.mod: 200 OK (0.020s) 1.136 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200501053045-e0ff5e5a1de5.mod: 200 OK (0.020s) 1.137 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.1-2020.1.4.mod: 200 OK (0.020s) 1.137 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190114222345-bf090417da8b.mod 1.137 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.1.0.mod 1.137 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200501052902-10377860bb8e.mod: 200 OK (0.019s) 1.138 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod 1.138 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200501065659-ab2804fb9c9d.mod: 200 OK (0.019s) 1.138 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.0-20190102054323-c2f93a96b099.mod 1.138 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod 1.139 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190227174305-5b3e6a55c961.mod 1.144 # get https://goproxy.cn/google.golang.org/api/@v/v0.22.0.mod: 200 OK (0.017s) 1.144 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200430143042-b979b6f78d84.mod: 200 OK (0.018s) 1.144 # get https://goproxy.cn/github.com/yuin/goldmark/@v/v1.1.27.mod: 200 OK (0.018s) 1.145 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190213061140-3a22650c66bd.mod 1.145 # get https://goproxy.cn/cloud.google.com/go/@v/v0.26.0.mod: 200 OK (0.018s) 1.145 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20190227155943-e225da77a7e6.mod 1.145 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190226205152-f727befe758c.mod 1.146 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.6.5.mod: 200 OK (0.019s) 1.146 # get https://goproxy.cn/golang.org/x/mod/@v/v0.1.1-0.20191105210325-c90efee705ee.mod 1.146 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod 1.147 # get https://goproxy.cn/github.com/client9/misspell/@v/v0.3.4.mod: 200 OK (0.017s) 1.148 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20181026193005-c67002cb31c3.mod: 200 OK (0.017s) 1.148 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200729194436-6467de6f59a7.mod 1.148 # get https://goproxy.cn/google.golang.org/api/@v/v0.29.0.mod 1.149 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20180826012351-8a410e7b638d.mod: 200 OK (0.016s) 1.150 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20180314180146-1d60e4601c6f.mod: 200 OK (0.017s) 1.150 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200729003335-053ba62fc06f.mod 1.151 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.30.0.mod 1.151 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20180830151530-49385e6e1522.mod: 200 OK (0.017s) 1.151 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.23.0.mod 1.153 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190114222345-bf090417da8b.mod: 200 OK (0.016s) 1.154 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.21.0.mod 1.154 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.1.0.mod: 200 OK (0.017s) 1.154 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.0-20190102054323-c2f93a96b099.mod: 200 OK (0.016s) 1.154 # get https://goproxy.cn/github.com/hpcloud/tail/@v/v1.0.0.mod 1.155 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20190121172915-509febef88a4.mod: 200 OK (0.016s) 1.155 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v1.6.0.mod 1.155 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20180817151627-c66870c02cf8.mod: 200 OK (0.018s) 1.155 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190227174305-5b3e6a55c961.mod: 200 OK (0.017s) 1.155 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20180906233101-161cd47e91fd.mod 1.156 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20180909124046-d0be0721c37e.mod 1.156 # get https://goproxy.cn/gopkg.in/fsnotify.v1/@v/v1.4.7.mod 1.161 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190213061140-3a22650c66bd.mod: 200 OK (0.017s) 1.162 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190226205152-f727befe758c.mod: 200 OK (0.016s) 1.162 # get https://goproxy.cn/golang.org/x/sync/@v/v0.0.0-20190227155943-e225da77a7e6.mod: 200 OK (0.016s) 1.162 # get https://goproxy.cn/golang.org/x/mod/@v/v0.1.1-0.20191105210325-c90efee705ee.mod: 200 OK (0.016s) 1.162 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.4.mod 1.162 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200707034311-ab3426394381.mod: 200 OK (0.016s) 1.162 # get https://goproxy.cn/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod 1.163 # get https://goproxy.cn/github.com/%21burnt%21sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.mod 1.163 # get https://goproxy.cn/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20191125211704-12ad95a8df72.mod 1.163 # get https://goproxy.cn/golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.mod 1.165 # get https://goproxy.cn/google.golang.org/api/@v/v0.29.0.mod: 200 OK (0.016s) 1.166 # get https://goproxy.cn/golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.mod 1.166 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200729194436-6467de6f59a7.mod: 200 OK (0.018s) 1.167 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200729003335-053ba62fc06f.mod: 200 OK (0.017s) 1.167 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200207183749-b753a1ba74fa.mod 1.168 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.0.1.mod 1.168 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.30.0.mod: 200 OK (0.017s) 1.168 # get https://goproxy.cn/cloud.google.com/go/datastore/@v/v1.0.0.mod 1.169 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.23.0.mod: 200 OK (0.018s) 1.169 # get https://goproxy.cn/cloud.google.com/go/pubsub/@v/v1.0.1.mod 1.171 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.21.0.mod: 200 OK (0.018s) 1.172 # get https://goproxy.cn/github.com/hpcloud/tail/@v/v1.0.0.mod: 200 OK (0.018s) 1.172 # get https://goproxy.cn/github.com/onsi/ginkgo/@v/v1.6.0.mod: 200 OK (0.017s) 1.172 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20180906233101-161cd47e91fd.mod: 200 OK (0.017s) 1.172 # get https://goproxy.cn/cloud.google.com/go/storage/@v/v1.0.0.mod 1.172 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20180909124046-d0be0721c37e.mod: 200 OK (0.017s) 1.172 # get https://goproxy.cn/github.com/golang/groupcache/@v/v0.0.0-20191227052852-215e87163ea7.mod 1.172 # get https://goproxy.cn/gopkg.in/fsnotify.v1/@v/v1.4.7.mod: 200 OK (0.016s) 1.173 # get https://goproxy.cn/github.com/golang/mock/@v/v1.3.1.mod 1.173 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20191218002539-d4f498aebedc.mod 1.173 # get https://goproxy.cn/go.opencensus.io/@v/v0.22.2.mod 1.173 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20191227195350-da58074b4299.mod 1.178 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.4.mod: 200 OK (0.016s) 1.179 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20191125180803-fdd1cda4f05f.mod 1.180 # get https://goproxy.cn/github.com/%21burnt%21sushi/xgb/@v/v0.0.0-20160522181843-27f122750802.mod: 200 OK (0.017s) 1.180 # get https://goproxy.cn/dmitri.shuralyov.com/gpu/mtl/@v/v0.0.0-20190408044501-666a987793e9.mod: 200 OK (0.017s) 1.180 # get https://goproxy.cn/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20191125211704-12ad95a8df72.mod: 200 OK (0.017s) 1.180 # get https://goproxy.cn/golang.org/x/image/@v/v0.0.0-20190802002840-cff245a6509b.mod: 200 OK (0.017s) 1.180 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200113162924-86b910548bc1.mod 1.181 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200117161641-43d50277825c.mod 1.181 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200115191322-ca5a22157cba.mod 1.181 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.1-2019.2.3.mod 1.182 # get https://goproxy.cn/golang.org/x/mobile/@v/v0.0.0-20190719004257-d2bd2a29d028.mod: 200 OK (0.016s) 1.182 # get https://goproxy.cn/cloud.google.com/go/@v/v0.50.0.mod 1.184 # get https://goproxy.cn/cloud.google.com/go/datastore/@v/v1.0.0.mod: 200 OK (0.016s) 1.184 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200207183749-b753a1ba74fa.mod: 200 OK (0.017s) 1.184 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.0.1.mod: 200 OK (0.016s) 1.185 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.3.0.mod 1.185 # get https://goproxy.cn/cloud.google.com/go/pubsub/@v/v1.1.0.mod 1.185 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.3.1.mod 1.185 # get https://goproxy.cn/cloud.google.com/go/pubsub/@v/v1.0.1.mod: 200 OK (0.016s) 1.186 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20191209160850-c0dbc17a3553.mod 1.188 # get https://goproxy.cn/cloud.google.com/go/storage/@v/v1.0.0.mod: 200 OK (0.016s) 1.188 # get https://goproxy.cn/github.com/golang/groupcache/@v/v0.0.0-20191227052852-215e87163ea7.mod: 200 OK (0.016s) 1.189 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20191202225959-858c2ad4c8b6.mod 1.189 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191228213918-04cbcbbfeed8.mod 1.189 # get https://goproxy.cn/github.com/golang/mock/@v/v1.3.1.mod: 200 OK (0.016s) 1.190 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20191218002539-d4f498aebedc.mod: 200 OK (0.017s) 1.190 # get https://goproxy.cn/go.opencensus.io/@v/v0.22.2.mod: 200 OK (0.017s) 1.190 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20191227195350-da58074b4299.mod: 200 OK (0.017s) 1.191 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191227053925-7b8e75db28f4.mod 1.191 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20191230161307-f3c370f40bfb.mod 1.191 # get https://goproxy.cn/golang.org/x/mod/@v/v0.1.0.mod 1.192 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191012152004-8de300cfc20a.mod 1.195 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20191125180803-fdd1cda4f05f.mod: 200 OK (0.016s) 1.196 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190506145303-2d16b83fe98c.mod 1.196 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200113162924-86b910548bc1.mod: 200 OK (0.015s) 1.197 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190502173448-54afdca5d873.mod 1.197 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200117161641-43d50277825c.mod: 200 OK (0.017s) 1.198 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200115191322-ca5a22157cba.mod: 200 OK (0.017s) 1.198 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.0-20190418001031-e561f6794a2a.mod 1.198 # get https://goproxy.cn/github.com/golang/mock/@v/v1.4.0.mod 1.198 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.1-2019.2.3.mod: 200 OK (0.017s) 1.199 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20200212024743-f11f1df84d12.mod 1.199 # get https://goproxy.cn/cloud.google.com/go/@v/v0.50.0.mod: 200 OK (0.017s) 1.200 # get https://goproxy.cn/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.mod 1.201 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.3.0.mod: 200 OK (0.016s) 1.202 # get https://goproxy.cn/cloud.google.com/go/pubsub/@v/v1.1.0.mod: 200 OK (0.017s) 1.202 # get https://goproxy.cn/golang.org/x/mod/@v/v0.1.1-0.20191107180719-034126e5016b.mod 1.203 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191001151750-bb3f8db39f24.mod 1.203 # get https://goproxy.cn/github.com/google/go-cmp/@v/v0.3.1.mod: 200 OK (0.018s) 1.203 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20191209160850-c0dbc17a3553.mod: 200 OK (0.017s) 1.204 # get https://goproxy.cn/rsc.io/sampler/@v/v1.3.0.mod 1.204 # get https://goproxy.cn/github.com/golang/mock/@v/v1.2.0.mod 1.205 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20191202225959-858c2ad4c8b6.mod: 200 OK (0.016s) 1.205 # get https://goproxy.cn/github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod 1.205 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191228213918-04cbcbbfeed8.mod: 200 OK (0.016s) 1.206 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.mod 1.209 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191227053925-7b8e75db28f4.mod: 200 OK (0.017s) 1.209 # get https://goproxy.cn/golang.org/x/mod/@v/v0.1.0.mod: 200 OK (0.018s) 1.209 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20191230161307-f3c370f40bfb.mod: 200 OK (0.018s) 1.209 # get https://goproxy.cn/github.com/googleapis/gax-go/v2/@v/v2.0.4.mod 1.210 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191012152004-8de300cfc20a.mod: 200 OK (0.018s) 1.210 # get https://goproxy.cn/github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod 1.210 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190301231843-5614ed5bae6f.mod 1.211 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod 1.212 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190506145303-2d16b83fe98c.mod: 200 OK (0.017s) 1.213 # get https://goproxy.cn/golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.mod 1.214 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190502173448-54afdca5d873.mod: 200 OK (0.017s) 1.214 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.0-20190418001031-e561f6794a2a.mod: 200 OK (0.016s) 1.215 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.mod 1.215 # get https://goproxy.cn/google.golang.org/api/@v/v0.4.0.mod 1.215 # get https://goproxy.cn/github.com/golang/mock/@v/v1.4.0.mod: 200 OK (0.017s) 1.216 # get https://goproxy.cn/github.com/go-gl/glfw/v3.3/glfw/@v/v0.0.0-20200222043503-6f7a984d4dc4.mod: 200 OK (0.016s) 1.216 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20200212024743-f11f1df84d12.mod: 200 OK (0.017s) 1.216 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190418145605-e7d98fc518a7.mod 1.217 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.mod 1.217 # get https://goproxy.cn/github.com/hashicorp/golang-lru/@v/v0.5.0.mod 1.219 # get https://goproxy.cn/golang.org/x/mod/@v/v0.1.1-0.20191107180719-034126e5016b.mod: 200 OK (0.017s) 1.219 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20191001151750-bb3f8db39f24.mod: 200 OK (0.017s) 1.220 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190307195333-5fe7a883aa19.mod 1.220 # get https://goproxy.cn/rsc.io/sampler/@v/v1.3.0.mod: 200 OK (0.016s) 1.221 # get https://goproxy.cn/gopkg.in/errgo.v2/@v/v2.1.0.mod 1.221 # get https://goproxy.cn/github.com/ianlancetaylor/demangle/@v/v0.0.0-20200824232613-28f6c0f3b639.mod 1.221 # get https://goproxy.cn/github.com/golang/mock/@v/v1.2.0.mod: 200 OK (0.018s) 1.222 # get https://goproxy.cn/github.com/google/btree/@v/v0.0.0-20180813153112-4030bb1f1f0c.mod: 200 OK (0.017s) 1.222 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20181206194817-3ea8567a2e57.mod: 200 OK (0.016s) 1.222 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20190510104115-cbcb75029529.mod 1.222 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.11.0.mod 1.223 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20210525063256-abc453219eb5.mod 1.225 # get https://goproxy.cn/github.com/googleapis/gax-go/v2/@v/v2.0.4.mod: 200 OK (0.016s) 1.226 # get https://goproxy.cn/github.com/jstemmer/go-junit-report/@v/v0.0.0-20190106144839-af01ea7f8024.mod: 200 OK (0.016s) 1.226 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190301231843-5614ed5bae6f.mod: 200 OK (0.016s) 1.226 # get https://goproxy.cn/golang.org/x/text/@v/v0.3.1-0.20180807135948-17ff2d5776d2.mod: 200 OK (0.015s) 1.226 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20210514164344-f6687ab2804c.mod 1.226 # get https://goproxy.cn/github.com/go-logfmt/logfmt/@v/v0.5.0.mod 1.226 # get https://goproxy.cn/github.com/go-stack/stack/@v/v1.8.0.mod 1.227 # get https://goproxy.cn/github.com/json-iterator/go/@v/v1.1.10.mod 1.229 # get https://goproxy.cn/golang.org/x/time/@v/v0.0.0-20181108054448-85acf8d2951c.mod: 200 OK (0.016s) 1.230 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.10.0.mod 1.232 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190312170243-e65039ee4138.mod: 200 OK (0.017s) 1.232 # get https://goproxy.cn/google.golang.org/api/@v/v0.4.0.mod: 200 OK (0.017s) 1.233 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.1.3.mod 1.233 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200615200032-f1bc736245b1.mod 1.233 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190418145605-e7d98fc518a7.mod: 200 OK (0.017s) 1.234 # get https://goproxy.cn/honnef.co/go/tools/@v/v0.0.0-20190106161140-3f1c8253044a.mod: 200 OK (0.017s) 1.234 # get https://goproxy.cn/github.com/hashicorp/golang-lru/@v/v0.5.0.mod: 200 OK (0.017s) 1.234 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.5.mod 1.234 # get https://goproxy.cn/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.3.mod 1.235 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190422165155-953cdadca894.mod 1.235 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190307195333-5fe7a883aa19.mod: 200 OK (0.016s) 1.236 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.7.0.mod 1.237 # get https://goproxy.cn/gopkg.in/errgo.v2/@v/v2.1.0.mod: 200 OK (0.016s) 1.238 # get https://goproxy.cn/github.com/ianlancetaylor/demangle/@v/v0.0.0-20200824232613-28f6c0f3b639.mod: 200 OK (0.017s) 1.238 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20190510104115-cbcb75029529.mod: 200 OK (0.016s) 1.238 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200506145744-7e3656a0809f.mod 1.238 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200511232937-7e40ca221e25.mod 1.239 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.11.0.mod: 200 OK (0.017s) 1.239 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20210525063256-abc453219eb5.mod: 200 OK (0.016s) 1.239 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200512131952-2bc93b1c0c88.mod 1.240 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200511104702-f5ebc3bea380.mod 1.240 # get https://goproxy.cn/github.com/mailru/easyjson/@v/v0.0.0-20190626092158-b2ccc519800e.mod 1.242 # get https://goproxy.cn/golang.org/x/oauth2/@v/v0.0.0-20210514164344-f6687ab2804c.mod: 200 OK (0.016s) 1.242 # get https://goproxy.cn/github.com/go-stack/stack/@v/v1.8.0.mod: 200 OK (0.016s) 1.242 # get https://goproxy.cn/github.com/go-logfmt/logfmt/@v/v0.5.0.mod: 200 OK (0.016s) 1.242 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.0-rc.4.0.20200313231945-b860323f09d0.mod 1.243 # get https://goproxy.cn/github.com/json-iterator/go/@v/v1.1.10.mod: 200 OK (0.016s) 1.244 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20190306152737-a1d7652674e8.mod 1.244 # get https://goproxy.cn/golang.org/x/image/@v/v0.0.0-20190227222117-0694c2d4d067.mod 1.244 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190312061237-fead79001313.mod 1.245 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.10.0.mod: 200 OK (0.016s) 1.246 # get https://goproxy.cn/cloud.google.com/go/@v/v0.44.1.mod 1.248 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.1.3.mod: 200 OK (0.016s) 1.248 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200615200032-f1bc736245b1.mod: 200 OK (0.015s) 1.249 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190624142023-c5567b49c5d0.mod 1.250 # get https://goproxy.cn/google.golang.org/api/@v/v0.7.0.mod 1.250 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.2.5.mod: 200 OK (0.016s) 1.251 # get https://goproxy.cn/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.3.mod: 200 OK (0.016s) 1.251 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190422165155-953cdadca894.mod: 200 OK (0.016s) 1.251 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.6.1.mod 1.252 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190801165951-fa694d86fc64.mod 1.252 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.21.1.mod 1.252 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.7.0.mod: 200 OK (0.016s) 1.254 # get https://goproxy.cn/cloud.google.com/go/@v/v0.44.2.mod 1.255 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20200506145744-7e3656a0809f.mod: 200 OK (0.016s) 1.255 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200511232937-7e40ca221e25.mod: 200 OK (0.016s) 1.256 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200512131952-2bc93b1c0c88.mod: 200 OK (0.017s) 1.256 # get https://goproxy.cn/google.golang.org/api/@v/v0.8.0.mod 1.256 # get https://goproxy.cn/cloud.google.com/go/@v/v0.45.1.mod 1.256 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200511104702-f5ebc3bea380.mod: 200 OK (0.016s) 1.257 # get https://goproxy.cn/go.opencensus.io/@v/v0.22.0.mod 1.257 # get https://goproxy.cn/golang.org/x/time/@v/v0.0.0-20190308202827-9d24e82272b4.mod 1.259 # get https://goproxy.cn/github.com/mailru/easyjson/@v/v0.0.0-20190626092158-b2ccc519800e.mod: 200 OK (0.019s) 1.260 # get https://goproxy.cn/google.golang.org/api/@v/v0.9.0.mod 1.260 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.0-rc.4.0.20200313231945-b860323f09d0.mod: 200 OK (0.018s) 1.260 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20190306152737-a1d7652674e8.mod: 200 OK (0.017s) 1.260 # get https://goproxy.cn/golang.org/x/image/@v/v0.0.0-20190227222117-0694c2d4d067.mod: 200 OK (0.017s) 1.261 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190911173649-1774047e7e51.mod 1.261 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190312061237-fead79001313.mod: 200 OK (0.017s) 1.261 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191125144606-a911d9008d1f.mod 1.261 # get https://goproxy.cn/cloud.google.com/go/@v/v0.46.3.mod 1.262 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190621195816-6e04913cbbac.mod 1.263 # get https://goproxy.cn/cloud.google.com/go/@v/v0.44.1.mod: 200 OK (0.017s) 1.263 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20190515194954-54271f7e092f.mod 1.264 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190624142023-c5567b49c5d0.mod: 200 OK (0.015s) 1.265 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20191129062945-2f5052295587.mod 1.266 # get https://goproxy.cn/google.golang.org/api/@v/v0.7.0.mod: 200 OK (0.016s) 1.266 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190724013045-ca1201d0de80.mod 1.267 # get https://goproxy.cn/google.golang.org/appengine/@v/v1.6.1.mod: 200 OK (0.016s) 1.267 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190726091711-fc99dfbffb4e.mod 1.268 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.21.1.mod: 200 OK (0.016s) 1.268 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190801165951-fa694d86fc64.mod: 200 OK (0.016s) 1.269 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191216173652-a0e659d51361.mod 1.269 # get https://goproxy.cn/google.golang.org/api/@v/v0.14.0.mod 1.270 # get https://goproxy.cn/cloud.google.com/go/@v/v0.44.2.mod: 200 OK (0.016s) 1.271 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20191216164720-4f79533eabd1.mod 1.272 # get https://goproxy.cn/google.golang.org/api/@v/v0.8.0.mod: 200 OK (0.016s) 1.272 # get https://goproxy.cn/cloud.google.com/go/@v/v0.45.1.mod: 200 OK (0.016s) 1.272 # get https://goproxy.cn/go.opencensus.io/@v/v0.22.0.mod: 200 OK (0.016s) 1.273 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20191030013958-a1ab85dbe136.mod 1.273 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191113191852-77e3bb0ad9e7.mod 1.273 # get https://goproxy.cn/google.golang.org/api/@v/v0.13.0.mod 1.273 # get https://goproxy.cn/golang.org/x/time/@v/v0.0.0-20190308202827-9d24e82272b4.mod: 200 OK (0.016s) 1.274 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20191108220845-16a3f7862a1a.mod 1.276 # get https://goproxy.cn/google.golang.org/api/@v/v0.9.0.mod: 200 OK (0.016s) 1.276 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191115202509-3a792d9c32b2.mod 1.277 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20190911173649-1774047e7e51.mod: 200 OK (0.015s) 1.277 # get https://goproxy.cn/cloud.google.com/go/@v/v0.46.3.mod: 200 OK (0.016s) 1.277 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191125144606-a911d9008d1f.mod: 200 OK (0.016s) 1.277 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190621195816-6e04913cbbac.mod: 200 OK (0.016s) 1.277 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20191115194625-c23dd37a84c9.mod 1.278 # get https://goproxy.cn/golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod 1.278 # get https://goproxy.cn/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.mod 1.278 # get https://goproxy.cn/github.com/alecthomas/units/@v/v0.0.0-20190717042225-c3de453c63f4.mod 1.279 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20190515194954-54271f7e092f.mod: 200 OK (0.015s) 1.279 # get https://goproxy.cn/github.com/go-kit/kit/@v/v0.9.0.mod 1.281 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20191129062945-2f5052295587.mod: 200 OK (0.016s) 1.282 # get https://goproxy.cn/github.com/go-logfmt/logfmt/@v/v0.4.0.mod 1.283 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190726091711-fc99dfbffb4e.mod: 200 OK (0.016s) 1.283 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190724013045-ca1201d0de80.mod: 200 OK (0.017s) 1.285 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191216173652-a0e659d51361.mod: 200 OK (0.016s) 1.285 # get https://goproxy.cn/github.com/julienschmidt/httprouter/@v/v1.2.0.mod 1.285 # get https://goproxy.cn/github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.mod 1.285 # get https://goproxy.cn/google.golang.org/api/@v/v0.14.0.mod: 200 OK (0.016s) 1.286 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.0.0.mod 1.286 # get https://goproxy.cn/github.com/sirupsen/logrus/@v/v1.4.2.mod 1.286 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20191216164720-4f79533eabd1.mod: 200 OK (0.016s) 1.287 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190613194153-d28f0bde5980.mod 1.288 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191113191852-77e3bb0ad9e7.mod: 200 OK (0.015s) 1.289 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200106162015-b016eb3dc98e.mod 1.289 # get https://goproxy.cn/google.golang.org/api/@v/v0.13.0.mod: 200 OK (0.016s) 1.289 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20191108220845-16a3f7862a1a.mod: 200 OK (0.015s) 1.290 # get https://goproxy.cn/cloud.google.com/go/pubsub/@v/v1.3.1.mod 1.290 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.20.1-0.20200309200217-e05f789c0967.mod 1.291 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20191030013958-a1ab85dbe136.mod: 200 OK (0.018s) 1.291 # get https://goproxy.cn/github.com/google/btree/@v/v1.0.0.mod 1.293 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20191115202509-3a792d9c32b2.mod: 200 OK (0.016s) 1.293 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20191115194625-c23dd37a84c9.mod: 200 OK (0.016s) 1.293 # get https://goproxy.cn/github.com/alecthomas/template/@v/v0.0.0-20190718012654-fb15b899a751.mod: 200 OK (0.015s) 1.294 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20190510132918-efd6b22b2522.mod 1.294 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190628153133-6cdbf07be9d0.mod 1.294 # get https://goproxy.cn/rsc.io/binaryregexp/@v/v0.2.0.mod 1.300 # get https://goproxy.cn/github.com/alecthomas/units/@v/v0.0.0-20190717042225-c3de453c63f4.mod: 200 OK (0.022s) 1.300 # get https://goproxy.cn/github.com/julienschmidt/httprouter/@v/v1.2.0.mod: 200 OK (0.016s) 1.300 # get https://goproxy.cn/github.com/go-kit/kit/@v/v0.9.0.mod: 200 OK (0.021s) 1.300 # get https://goproxy.cn/github.com/go-logfmt/logfmt/@v/v0.4.0.mod: 200 OK (0.018s) 1.301 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190606124116-d0a3d012864b.mod 1.301 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20190605123033-f99c8df09eb5.mod 1.301 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190606165138-5da285871e9c.mod 1.301 # get https://goproxy.cn/github.com/mwitkow/go-conntrack/@v/v0.0.0-20161129095857-cc309e4a2223.mod: 200 OK (0.017s) 1.301 # get https://goproxy.cn/github.com/sirupsen/logrus/@v/v1.4.2.mod: 200 OK (0.015s) 1.301 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.mod 1.302 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20190829153037-c13cbed26979.mod 1.302 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190909230951-414d861bb4ac.mod 1.302 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.0.0.mod: 200 OK (0.017s) 1.303 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190613194153-d28f0bde5980.mod: 200 OK (0.016s) 1.303 # get https://goproxy.cn/golang.org/x/text/@v/v0.0.0-20170915032832-14c0d48ead0c.mod: 200 OK (0.025s) 1.303 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190911174233-4f2ddba30aff.mod 1.303 # get https://goproxy.cn/github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.mod 1.304 # get https://goproxy.cn/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.mod 1.306 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20200106162015-b016eb3dc98e.mod: 200 OK (0.017s) 1.307 # get https://goproxy.cn/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.1.mod 1.308 # get https://goproxy.cn/cloud.google.com/go/pubsub/@v/v1.3.1.mod: 200 OK (0.018s) 1.308 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.20.1-0.20200309200217-e05f789c0967.mod: 200 OK (0.018s) 1.308 # get https://goproxy.cn/github.com/stretchr/objx/@v/v0.1.1.mod 1.309 # get https://goproxy.cn/github.com/beorn7/perks/@v/v1.0.0.mod 1.309 # get https://goproxy.cn/github.com/google/btree/@v/v1.0.0.mod: 200 OK (0.018s) 1.309 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.mod 1.311 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20190510132918-efd6b22b2522.mod: 200 OK (0.017s) 1.311 # get https://goproxy.cn/rsc.io/binaryregexp/@v/v0.2.0.mod: 200 OK (0.016s) 1.311 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190628153133-6cdbf07be9d0.mod: 200 OK (0.016s) 1.311 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.4.1.mod 1.312 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.0.2.mod 1.312 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20181116152217-5ac8a444bdc5.mod 1.317 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190606124116-d0a3d012864b.mod: 200 OK (0.016s) 1.317 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20190606165138-5da285871e9c.mod: 200 OK (0.016s) 1.317 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20190605123033-f99c8df09eb5.mod: 200 OK (0.016s) 1.317 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20190501004415-9ce7a6920f09.mod: 200 OK (0.016s) 1.318 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.0-rc.2.mod 1.319 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.5.0.mod 1.319 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200312045724-11d5b4c81c7d.mod 1.319 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20190829153037-c13cbed26979.mod: 200 OK (0.017s) 1.319 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200312145019-da6875a35672.mod 1.320 # get https://goproxy.cn/golang.org/x/lint/@v/v0.0.0-20190909230951-414d861bb4ac.mod: 200 OK (0.018s) 1.320 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190911174233-4f2ddba30aff.mod: 200 OK (0.017s) 1.320 # get https://goproxy.cn/github.com/kr/logfmt/@v/v0.0.0-20140226030751-b84e30acd515.mod: 200 OK (0.016s) 1.320 # get https://goproxy.cn/github.com/go-gl/glfw/@v/v0.0.0-20190409004039-e6da0acd62b1.mod: 200 OK (0.017s) 1.321 # get https://goproxy.cn/golang.org/x/mobile/@v/v0.0.0-20190312151609-d3739f865fa6.mod 1.321 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190312151545-0bb0c0a6e846.mod 1.321 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190816200558-6889da9d5479.mod 1.322 # get https://goproxy.cn/github.com/konsorten/go-windows-terminal-sequences/@v/v1.0.1.mod: 200 OK (0.015s) 1.325 # get https://goproxy.cn/github.com/stretchr/objx/@v/v0.1.1.mod: 200 OK (0.017s) 1.326 # get https://goproxy.cn/github.com/beorn7/perks/@v/v1.0.0.mod: 200 OK (0.017s) 1.326 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.0.0-20190129233127-fd36f4220a90.mod: 200 OK (0.016s) 1.327 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.4.1.mod: 200 OK (0.016s) 1.327 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.0.2.mod: 200 OK (0.016s) 1.328 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20181116152217-5ac8a444bdc5.mod: 200 OK (0.016s) 1.328 # get https://goproxy.cn/github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.mod 1.328 # get https://goproxy.cn/github.com/beorn7/perks/@v/v0.0.0-20180321164747-3a771d992973.mod 1.328 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v0.9.1.mod 1.328 # get https://goproxy.cn/github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.mod 1.328 # get https://goproxy.cn/github.com/gogo/protobuf/@v/v1.1.1.mod 1.328 # get https://goproxy.cn/github.com/pkg/errors/@v/v0.8.0.mod 1.328 # get https://goproxy.cn/github.com/go-logfmt/logfmt/@v/v0.3.0.mod 1.328 # get https://goproxy.cn/github.com/go-kit/kit/@v/v0.8.0.mod 1.329 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.0.0-20180712105110-5c3871d89910.mod 1.337 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.0-rc.2.mod: 200 OK (0.019s) 1.337 # get https://goproxy.cn/cloud.google.com/go/bigquery/@v/v1.5.0.mod: 200 OK (0.018s) 1.337 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200312145019-da6875a35672.mod: 200 OK (0.018s) 1.337 # get https://goproxy.cn/golang.org/x/mobile/@v/v0.0.0-20190312151609-d3739f865fa6.mod: 200 OK (0.016s) 1.337 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190816200558-6889da9d5479.mod: 200 OK (0.016s) 1.337 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20190312151545-0bb0c0a6e846.mod: 200 OK (0.017s) 1.338 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.0.0-20181005140218-185b4288413d.mod 1.338 # get https://goproxy.cn/github.com/sirupsen/logrus/@v/v1.2.0.mod 1.338 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20181114220301-adae6a3d119a.mod 1.338 # get https://goproxy.cn/google.golang.org/protobuf/@v/v0.0.0-20200228230310-ab0ca4ff8a60.mod 1.338 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200227222343-706bc42d1f0d.mod 1.339 # get https://goproxy.cn/google.golang.org/api/@v/v0.19.0.mod 1.342 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200312045724-11d5b4c81c7d.mod: 200 OK (0.023s) 1.343 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200228133532-8c2c7df3a383.mod 1.344 # get https://goproxy.cn/github.com/alecthomas/template/@v/v0.0.0-20160405071501-a0175ee3bccc.mod: 200 OK (0.016s) 1.345 # get https://goproxy.cn/github.com/beorn7/perks/@v/v0.0.0-20180321164747-3a771d992973.mod: 200 OK (0.017s) 1.345 # get https://goproxy.cn/github.com/gogo/protobuf/@v/v1.1.1.mod: 200 OK (0.017s) 1.345 # get https://goproxy.cn/github.com/alecthomas/units/@v/v0.0.0-20151022065526-2efee857e7cf.mod: 200 OK (0.017s) 1.345 # get https://goproxy.cn/github.com/go-kit/kit/@v/v0.8.0.mod: 200 OK (0.017s) 1.345 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.0.0-20180712105110-5c3871d89910.mod: 200 OK (0.016s) 1.345 # get https://goproxy.cn/github.com/pkg/errors/@v/v0.8.0.mod: 200 OK (0.017s) 1.347 # get https://goproxy.cn/github.com/go-logfmt/logfmt/@v/v0.3.0.mod: 200 OK (0.018s) 1.357 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v0.9.1.mod: 200 OK (0.028s) 1.357 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.0.0-20181005140218-185b4288413d.mod: 200 OK (0.018s) 1.357 # get https://goproxy.cn/github.com/sirupsen/logrus/@v/v1.2.0.mod: 200 OK (0.019s) 1.357 # get https://goproxy.cn/golang.org/x/net/@v/v0.0.0-20181114220301-adae6a3d119a.mod: 200 OK (0.019s) 1.358 # get https://goproxy.cn/google.golang.org/protobuf/@v/v0.0.0-20200228230310-ab0ca4ff8a60.mod: 200 OK (0.019s) 1.358 # get https://goproxy.cn/google.golang.org/api/@v/v0.19.0.mod: 200 OK (0.019s) 1.358 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20180905080454-ebe1bf3edb33.mod 1.358 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20180904163835-0709b304e793.mod 1.359 # get https://goproxy.cn/golang.org/x/tools/@v/v0.0.0-20200227222343-706bc42d1f0d.mod: 200 OK (0.020s) 1.359 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.0-rc.1.0.20200221234624-67d41d38c208.mod 1.360 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20200228133532-8c2c7df3a383.mod: 200 OK (0.017s) 1.374 # get https://goproxy.cn/golang.org/x/sys/@v/v0.0.0-20180905080454-ebe1bf3edb33.mod: 200 OK (0.016s) 1.374 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.0-rc.1.0.20200221234624-67d41d38c208.mod: 200 OK (0.015s) 1.374 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.0.0-20180904163835-0709b304e793.mod: 200 OK (0.016s) 1.375 # get https://goproxy.cn/google.golang.org/protobuf/@v/v0.0.0-20200221191635-4d8936d0db64.mod 1.392 # get https://goproxy.cn/google.golang.org/protobuf/@v/v0.0.0-20200221191635-4d8936d0db64.mod: 200 OK (0.017s) 1.393 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.0-rc.1.mod 1.409 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.4.0-rc.1.mod: 200 OK (0.016s) 1.410 # get https://goproxy.cn/google.golang.org/protobuf/@v/v0.0.0-20200109180630-ec00e32a8dfd.mod 1.427 # get https://goproxy.cn/google.golang.org/protobuf/@v/v0.0.0-20200109180630-ec00e32a8dfd.mod: 200 OK (0.017s) 1.428 # get https://goproxy.cn/github.com/agiledragon/gomonkey/v2/@v/v2.2.0.info 1.444 # get https://goproxy.cn/github.com/agiledragon/gomonkey/v2/@v/v2.2.0.info: 200 OK (0.016s) 1.444 # get https://goproxy.cn/github.com/bwmarrin/snowflake/@v/v0.3.0.info 1.461 # get https://goproxy.cn/github.com/bwmarrin/snowflake/@v/v0.3.0.info: 200 OK (0.016s) 1.461 # get https://goproxy.cn/github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.info 1.476 # get https://goproxy.cn/github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.info: 200 OK (0.015s) 1.477 # get https://goproxy.cn/github.com/go-playground/validator/v10/@v/v10.19.0.info 1.494 # get https://goproxy.cn/github.com/go-playground/validator/v10/@v/v10.19.0.info: 200 OK (0.017s) 1.494 # get https://goproxy.cn/github.com/imroc/req/v3/@v/v3.43.7.info 1.512 # get https://goproxy.cn/github.com/imroc/req/v3/@v/v3.43.7.info: 200 OK (0.017s) 1.513 # get https://goproxy.cn/github.com/jinzhu/now/@v/v1.1.5.info 1.530 # get https://goproxy.cn/github.com/jinzhu/now/@v/v1.1.5.info: 200 OK (0.017s) 1.530 # get https://goproxy.cn/github.com/robfig/cron/v3/@v/v3.0.1.info 1.546 # get https://goproxy.cn/github.com/robfig/cron/v3/@v/v3.0.1.info: 200 OK (0.016s) 1.546 # get https://goproxy.cn/github.com/samber/lo/@v/v1.39.0.info 1.562 # get https://goproxy.cn/github.com/samber/lo/@v/v1.39.0.info: 200 OK (0.016s) 1.563 # get https://goproxy.cn/github.com/speps/go-hashids/v2/@v/v2.0.1.info 1.582 # get https://goproxy.cn/github.com/speps/go-hashids/v2/@v/v2.0.1.info: 200 OK (0.019s) 1.583 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.9.0.info 1.600 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.9.0.info: 200 OK (0.017s) 1.601 # get https://goproxy.cn/github.com/zeromicro/go-zero/@v/v1.4.2.info 1.617 # get https://goproxy.cn/github.com/zeromicro/go-zero/@v/v1.4.2.info: 200 OK (0.016s) 1.617 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.26.0.info 1.637 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.26.0.info: 200 OK (0.020s) 1.638 # get https://goproxy.cn/gorm.io/driver/mysql/@v/v1.5.6.info 1.653 # get https://goproxy.cn/gorm.io/driver/mysql/@v/v1.5.6.info: 200 OK (0.016s) 1.654 # get https://goproxy.cn/gorm.io/gen/@v/v0.3.26.info 1.670 # get https://goproxy.cn/gorm.io/gen/@v/v0.3.26.info: 200 OK (0.016s) 1.670 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.9.info 1.688 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.9.info: 200 OK (0.018s) 1.689 # get https://goproxy.cn/gorm.io/plugin/dbresolver/@v/v1.5.1.info 1.705 # get https://goproxy.cn/gorm.io/plugin/dbresolver/@v/v1.5.1.info: 200 OK (0.016s) 1.705 # get https://goproxy.cn/filippo.io/edwards25519/@v/v1.1.0.info 1.721 # get https://goproxy.cn/filippo.io/edwards25519/@v/v1.1.0.info: 200 OK (0.016s) 1.722 # get https://goproxy.cn/github.com/andybalholm/brotli/@v/v1.1.0.info 1.737 # get https://goproxy.cn/github.com/andybalholm/brotli/@v/v1.1.0.info: 200 OK (0.016s) 1.738 # get https://goproxy.cn/github.com/beorn7/perks/@v/v1.0.1.info 1.756 # get https://goproxy.cn/github.com/beorn7/perks/@v/v1.0.1.info: 200 OK (0.018s) 1.756 # get https://goproxy.cn/github.com/cenkalti/backoff/v4/@v/v4.1.3.info 1.773 # get https://goproxy.cn/github.com/cenkalti/backoff/v4/@v/v4.1.3.info: 200 OK (0.017s) 1.774 # get https://goproxy.cn/github.com/cespare/xxhash/v2/@v/v2.2.0.info 1.790 # get https://goproxy.cn/github.com/cespare/xxhash/v2/@v/v2.2.0.info: 200 OK (0.016s) 1.790 # get https://goproxy.cn/github.com/cloudflare/circl/@v/v1.3.9.info 1.808 # get https://goproxy.cn/github.com/cloudflare/circl/@v/v1.3.9.info: 200 OK (0.018s) 1.809 # get https://goproxy.cn/github.com/davecgh/go-spew/@v/v1.1.1.info 1.825 # get https://goproxy.cn/github.com/davecgh/go-spew/@v/v1.1.1.info: 200 OK (0.016s) 1.825 # get https://goproxy.cn/github.com/fatih/color/@v/v1.13.0.info 1.841 # get https://goproxy.cn/github.com/fatih/color/@v/v1.13.0.info: 200 OK (0.016s) 1.842 # get https://goproxy.cn/github.com/gabriel-vasile/mimetype/@v/v1.4.3.info 1.859 # get https://goproxy.cn/github.com/gabriel-vasile/mimetype/@v/v1.4.3.info: 200 OK (0.017s) 1.859 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.4.2.info 1.876 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.4.2.info: 200 OK (0.017s) 1.877 # get https://goproxy.cn/github.com/go-logr/stdr/@v/v1.2.2.info 1.901 # get https://goproxy.cn/github.com/go-logr/stdr/@v/v1.2.2.info: 200 OK (0.024s) 1.902 # get https://goproxy.cn/github.com/go-playground/locales/@v/v0.14.1.info 1.925 # get https://goproxy.cn/github.com/go-playground/locales/@v/v0.14.1.info: 200 OK (0.023s) 1.925 # get https://goproxy.cn/github.com/go-playground/universal-translator/@v/v0.18.1.info 1.943 # get https://goproxy.cn/github.com/go-playground/universal-translator/@v/v0.18.1.info: 200 OK (0.018s) 1.943 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.8.1.info 1.959 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.8.1.info: 200 OK (0.016s) 1.960 # get https://goproxy.cn/github.com/go-task/slim-sprig/v3/@v/v3.0.0.info 1.977 # get https://goproxy.cn/github.com/go-task/slim-sprig/v3/@v/v3.0.0.info: 200 OK (0.017s) 1.977 # get https://goproxy.cn/github.com/golang-jwt/jwt/v4/@v/v4.4.2.info 1.994 # get https://goproxy.cn/github.com/golang-jwt/jwt/v4/@v/v4.4.2.info: 200 OK (0.017s) 1.995 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.5.3.info 2.011 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.5.3.info: 200 OK (0.016s) 2.011 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20240727154555-813a5fbdbec8.info 2.027 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20240727154555-813a5fbdbec8.info: 200 OK (0.016s) 2.028 # get https://goproxy.cn/github.com/google/uuid/@v/v1.3.0.info 2.044 # get https://goproxy.cn/github.com/google/uuid/@v/v1.3.0.info: 200 OK (0.016s) 2.045 # get https://goproxy.cn/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.7.0.info 2.062 # get https://goproxy.cn/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.7.0.info: 200 OK (0.017s) 2.062 # get https://goproxy.cn/github.com/hashicorp/errwrap/@v/v1.1.0.info 2.078 # get https://goproxy.cn/github.com/hashicorp/errwrap/@v/v1.1.0.info: 200 OK (0.016s) 2.079 # get https://goproxy.cn/github.com/hashicorp/go-multierror/@v/v1.1.1.info 2.095 # get https://goproxy.cn/github.com/hashicorp/go-multierror/@v/v1.1.1.info: 200 OK (0.016s) 2.095 # get https://goproxy.cn/github.com/jinzhu/inflection/@v/v1.0.0.info 2.165 # get https://goproxy.cn/github.com/jinzhu/inflection/@v/v1.0.0.info: 200 OK (0.070s) 2.166 # get https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.info 2.248 # get https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.info: 200 OK (0.082s) 2.248 # get https://goproxy.cn/github.com/leodido/go-urn/@v/v1.4.0.info 2.264 # get https://goproxy.cn/github.com/leodido/go-urn/@v/v1.4.0.info: 200 OK (0.016s) 2.265 # get https://goproxy.cn/github.com/mattn/go-colorable/@v/v0.1.9.info 2.282 # get https://goproxy.cn/github.com/mattn/go-colorable/@v/v0.1.9.info: 200 OK (0.017s) 2.283 # get https://goproxy.cn/github.com/mattn/go-isatty/@v/v0.0.14.info 2.301 # get https://goproxy.cn/github.com/mattn/go-isatty/@v/v0.0.14.info: 200 OK (0.018s) 2.302 # get https://goproxy.cn/github.com/onsi/ginkgo/v2/@v/v2.20.0.info 2.331 # get https://goproxy.cn/github.com/onsi/ginkgo/v2/@v/v2.20.0.info: 200 OK (0.030s) 2.332 # get https://goproxy.cn/github.com/openzipkin/zipkin-go/@v/v0.4.0.info 2.348 # get https://goproxy.cn/github.com/openzipkin/zipkin-go/@v/v0.4.0.info: 200 OK (0.016s) 2.349 # get https://goproxy.cn/github.com/pelletier/go-toml/v2/@v/v2.0.5.info 2.365 # get https://goproxy.cn/github.com/pelletier/go-toml/v2/@v/v2.0.5.info: 200 OK (0.016s) 2.365 # get https://goproxy.cn/github.com/pmezard/go-difflib/@v/v1.0.0.info 2.382 # get https://goproxy.cn/github.com/pmezard/go-difflib/@v/v1.0.0.info: 200 OK (0.017s) 2.383 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.19.1.info 2.399 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.19.1.info: 200 OK (0.016s) 2.400 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.5.0.info 2.416 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.5.0.info: 200 OK (0.016s) 2.416 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.48.0.info 2.433 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.48.0.info: 200 OK (0.017s) 2.434 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.12.0.info 2.452 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.12.0.info: 200 OK (0.018s) 2.453 # get https://goproxy.cn/github.com/quic-go/qpack/@v/v0.4.0.info 2.469 # get https://goproxy.cn/github.com/quic-go/qpack/@v/v0.4.0.info: 200 OK (0.017s) 2.470 # get https://goproxy.cn/github.com/quic-go/quic-go/@v/v0.46.0.info 2.486 # get https://goproxy.cn/github.com/quic-go/quic-go/@v/v0.46.0.info: 200 OK (0.016s) 2.487 # get https://goproxy.cn/github.com/refraction-networking/utls/@v/v1.6.7.info 2.503 # get https://goproxy.cn/github.com/refraction-networking/utls/@v/v1.6.7.info: 200 OK (0.016s) 2.503 # get https://goproxy.cn/github.com/spaolacci/murmur3/@v/v1.1.0.info 2.520 # get https://goproxy.cn/github.com/spaolacci/murmur3/@v/v1.1.0.info: 200 OK (0.016s) 2.520 # get https://goproxy.cn/go.opentelemetry.io/otel/@v/v1.11.0.info 2.537 # get https://goproxy.cn/go.opentelemetry.io/otel/@v/v1.11.0.info: 200 OK (0.017s) 2.537 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/jaeger/@v/v1.11.0.info 2.554 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/jaeger/@v/v1.11.0.info: 200 OK (0.017s) 2.555 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/internal/retry/@v/v1.11.0.info 2.572 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/internal/retry/@v/v1.11.0.info: 200 OK (0.017s) 2.572 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/@v/v1.11.0.info 2.593 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/@v/v1.11.0.info: 200 OK (0.021s) 2.593 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/@v/v1.11.0.info 2.612 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/@v/v1.11.0.info: 200 OK (0.018s) 2.612 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/zipkin/@v/v1.11.0.info 2.627 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/zipkin/@v/v1.11.0.info: 200 OK (0.015s) 2.628 # get https://goproxy.cn/go.opentelemetry.io/otel/sdk/@v/v1.11.0.info 2.644 # get https://goproxy.cn/go.opentelemetry.io/otel/sdk/@v/v1.11.0.info: 200 OK (0.016s) 2.644 # get https://goproxy.cn/go.opentelemetry.io/otel/trace/@v/v1.11.0.info 2.661 # get https://goproxy.cn/go.opentelemetry.io/otel/trace/@v/v1.11.0.info: 200 OK (0.017s) 2.662 # get https://goproxy.cn/go.opentelemetry.io/proto/otlp/@v/v0.19.0.info 2.677 # get https://goproxy.cn/go.opentelemetry.io/proto/otlp/@v/v0.19.0.info: 200 OK (0.016s) 2.678 # get https://goproxy.cn/go.uber.org/automaxprocs/@v/v1.5.1.info 2.694 # get https://goproxy.cn/go.uber.org/automaxprocs/@v/v1.5.1.info: 200 OK (0.016s) 2.694 # get https://goproxy.cn/go.uber.org/mock/@v/v0.4.0.info 2.710 # get https://goproxy.cn/go.uber.org/mock/@v/v0.4.0.info: 200 OK (0.016s) 2.711 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20240808152545-0cdaa3abc0fa.info 2.727 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20240808152545-0cdaa3abc0fa.info: 200 OK (0.016s) 2.727 # get https://goproxy.cn/golang.org/x/mod/@v/v0.20.0.info 2.744 # get https://goproxy.cn/golang.org/x/mod/@v/v0.20.0.info: 200 OK (0.016s) 2.744 # get https://goproxy.cn/golang.org/x/net/@v/v0.28.0.info 2.761 # get https://goproxy.cn/golang.org/x/net/@v/v0.28.0.info: 200 OK (0.016s) 2.761 # get https://goproxy.cn/golang.org/x/sync/@v/v0.8.0.info 2.777 # get https://goproxy.cn/golang.org/x/sync/@v/v0.8.0.info: 200 OK (0.016s) 2.777 # get https://goproxy.cn/golang.org/x/sys/@v/v0.24.0.info 2.793 # get https://goproxy.cn/golang.org/x/sys/@v/v0.24.0.info: 200 OK (0.016s) 2.794 # get https://goproxy.cn/golang.org/x/text/@v/v0.17.0.info 2.809 # get https://goproxy.cn/golang.org/x/text/@v/v0.17.0.info: 200 OK (0.016s) 2.810 # get https://goproxy.cn/golang.org/x/tools/@v/v0.24.0.info 2.827 # get https://goproxy.cn/golang.org/x/tools/@v/v0.24.0.info: 200 OK (0.017s) 2.828 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20220602131408-e326c6e8e9c8.info 2.843 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20220602131408-e326c6e8e9c8.info: 200 OK (0.016s) 2.844 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.50.1.info 2.860 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.50.1.info: 200 OK (0.016s) 2.860 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.34.1.info 2.876 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.34.1.info: 200 OK (0.016s) 2.877 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.4.0.info 2.893 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.4.0.info: 200 OK (0.016s) 2.893 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.1.info 2.909 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.1.info: 200 OK (0.016s) 2.910 # get https://goproxy.cn/gorm.io/datatypes/@v/v1.2.0.info 2.926 # get https://goproxy.cn/gorm.io/datatypes/@v/v1.2.0.info: 200 OK (0.016s) 2.927 # get https://goproxy.cn/gorm.io/hints/@v/v1.1.2.info 2.943 # get https://goproxy.cn/gorm.io/hints/@v/v1.1.2.info: 200 OK (0.016s) 2.949 # get https://goproxy.cn/gorm.io/gen/@v/v0.3.26.zip 2.949 # get https://goproxy.cn/github.com/samber/lo/@v/v1.39.0.zip 2.949 # get https://goproxy.cn/gorm.io/plugin/dbresolver/@v/v1.5.1.zip 2.949 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.9.0.zip 2.949 # get https://goproxy.cn/github.com/imroc/req/v3/@v/v3.43.7.zip 2.949 # get https://goproxy.cn/github.com/speps/go-hashids/v2/@v/v2.0.1.zip 2.949 # get https://goproxy.cn/gorm.io/driver/mysql/@v/v1.5.6.zip 2.949 # get https://goproxy.cn/github.com/bwmarrin/snowflake/@v/v0.3.0.zip 2.949 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.26.0.zip 2.949 # get https://goproxy.cn/github.com/robfig/cron/v3/@v/v3.0.1.zip 2.949 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.9.zip 2.949 # get https://goproxy.cn/github.com/agiledragon/gomonkey/v2/@v/v2.2.0.zip 2.949 # get https://goproxy.cn/github.com/go-playground/validator/v10/@v/v10.19.0.zip 2.949 # get https://goproxy.cn/github.com/jinzhu/now/@v/v1.1.5.zip 2.949 # get https://goproxy.cn/github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.zip 2.949 # get https://goproxy.cn/github.com/zeromicro/go-zero/@v/v1.4.2.zip 2.969 # get https://goproxy.cn/gorm.io/gen/@v/v0.3.26.zip: 200 OK (0.021s) 2.989 # get https://goproxy.cn/github.com/samber/lo/@v/v1.39.0.zip: 200 OK (0.040s) 2.995 # get https://goproxy.cn/github.com/stretchr/testify/@v/v1.9.0.zip: 200 OK (0.046s) 3.005 # get https://goproxy.cn/filippo.io/edwards25519/@v/v1.1.0.zip 3.006 # get https://goproxy.cn/golang.org/x/crypto/@v/v0.26.0.zip: 200 OK (0.057s) 3.011 # get https://goproxy.cn/github.com/andybalholm/brotli/@v/v1.1.0.zip 3.017 # get https://goproxy.cn/github.com/bwmarrin/snowflake/@v/v0.3.0.zip: 200 OK (0.068s) 3.018 # get https://goproxy.cn/github.com/imroc/req/v3/@v/v3.43.7.zip: 200 OK (0.070s) 3.021 # get https://goproxy.cn/github.com/beorn7/perks/@v/v1.0.1.zip 3.032 # get https://goproxy.cn/github.com/cenkalti/backoff/v4/@v/v4.1.3.zip 3.033 # get https://goproxy.cn/github.com/speps/go-hashids/v2/@v/v2.0.1.zip: 200 OK (0.084s) 3.034 # get https://goproxy.cn/github.com/robfig/cron/v3/@v/v3.0.1.zip: 200 OK (0.085s) 3.035 # get https://goproxy.cn/github.com/agiledragon/gomonkey/v2/@v/v2.2.0.zip: 200 OK (0.086s) 3.038 # get https://goproxy.cn/github.com/cespare/xxhash/v2/@v/v2.2.0.zip 3.039 # get https://goproxy.cn/gorm.io/gorm/@v/v1.25.9.zip: 200 OK (0.090s) 3.041 # get https://goproxy.cn/github.com/cloudflare/circl/@v/v1.3.9.zip 3.045 # get https://goproxy.cn/github.com/davecgh/go-spew/@v/v1.1.1.zip 3.046 # get https://goproxy.cn/github.com/jinzhu/now/@v/v1.1.5.zip: 200 OK (0.097s) 3.046 # get https://goproxy.cn/github.com/go-playground/validator/v10/@v/v10.19.0.zip: 200 OK (0.097s) 3.052 # get https://goproxy.cn/github.com/fatih/color/@v/v1.13.0.zip 3.064 # get https://goproxy.cn/github.com/dgrijalva/jwt-go/@v/v3.2.0+incompatible.zip: 200 OK (0.115s) 3.064 # get https://goproxy.cn/github.com/zeromicro/go-zero/@v/v1.4.2.zip: 200 OK (0.114s) 3.075 # get https://goproxy.cn/github.com/gabriel-vasile/mimetype/@v/v1.4.3.zip 3.076 # get https://goproxy.cn/gorm.io/plugin/dbresolver/@v/v1.5.1.zip: 200 OK (0.128s) 3.081 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.4.2.zip 3.088 # get https://goproxy.cn/github.com/go-logr/stdr/@v/v1.2.2.zip 3.095 # get https://goproxy.cn/gorm.io/driver/mysql/@v/v1.5.6.zip: 200 OK (0.147s) 3.104 # get https://goproxy.cn/github.com/go-playground/locales/@v/v0.14.1.zip 3.106 # get https://goproxy.cn/github.com/go-playground/universal-translator/@v/v0.18.1.zip 3.167 # get https://goproxy.cn/filippo.io/edwards25519/@v/v1.1.0.zip: 200 OK (0.161s) 3.171 # get https://goproxy.cn/github.com/andybalholm/brotli/@v/v1.1.0.zip: 200 OK (0.160s) 3.187 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.8.1.zip 3.188 # get https://goproxy.cn/github.com/go-task/slim-sprig/v3/@v/v3.0.0.zip 3.213 # get https://goproxy.cn/github.com/beorn7/perks/@v/v1.0.1.zip: 200 OK (0.192s) 3.218 # get https://goproxy.cn/github.com/golang-jwt/jwt/v4/@v/v4.4.2.zip 3.229 # get https://goproxy.cn/github.com/cenkalti/backoff/v4/@v/v4.1.3.zip: 200 OK (0.197s) 3.235 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.5.3.zip 3.244 # get https://goproxy.cn/github.com/cespare/xxhash/v2/@v/v2.2.0.zip: 200 OK (0.207s) 3.250 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20240727154555-813a5fbdbec8.zip 3.254 # get https://goproxy.cn/github.com/cloudflare/circl/@v/v1.3.9.zip: 200 OK (0.213s) 3.254 # get https://goproxy.cn/github.com/davecgh/go-spew/@v/v1.1.1.zip: 200 OK (0.209s) 3.273 # get https://goproxy.cn/github.com/google/uuid/@v/v1.3.0.zip 3.305 # get https://goproxy.cn/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.7.0.zip 3.334 # get https://goproxy.cn/github.com/hashicorp/errwrap/@v/v1.1.0.zip 3.343 # get https://goproxy.cn/github.com/hashicorp/go-multierror/@v/v1.1.1.zip 3.401 # get https://goproxy.cn/github.com/fatih/color/@v/v1.13.0.zip: 200 OK (0.349s) 3.405 # get https://goproxy.cn/github.com/jinzhu/inflection/@v/v1.0.0.zip 3.414 # get https://goproxy.cn/github.com/gabriel-vasile/mimetype/@v/v1.4.3.zip: 200 OK (0.339s) 3.414 # get https://goproxy.cn/github.com/go-logr/logr/@v/v1.4.2.zip: 200 OK (0.333s) 3.414 # get https://goproxy.cn/github.com/go-playground/locales/@v/v0.14.1.zip: 200 OK (0.310s) 3.414 # get https://goproxy.cn/github.com/go-logr/stdr/@v/v1.2.2.zip: 200 OK (0.326s) 3.424 # get https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip 3.441 # get https://goproxy.cn/github.com/leodido/go-urn/@v/v1.4.0.zip 3.444 # get https://goproxy.cn/github.com/go-playground/universal-translator/@v/v0.18.1.zip: 200 OK (0.338s) 3.460 # get https://goproxy.cn/github.com/mattn/go-colorable/@v/v0.1.9.zip 3.549 # get https://goproxy.cn/github.com/go-sql-driver/mysql/@v/v1.8.1.zip: 200 OK (0.362s) 3.549 # get https://goproxy.cn/github.com/go-task/slim-sprig/v3/@v/v3.0.0.zip: 200 OK (0.361s) 3.573 # get https://goproxy.cn/github.com/golang-jwt/jwt/v4/@v/v4.4.2.zip: 200 OK (0.355s) 3.574 # get https://goproxy.cn/github.com/mattn/go-isatty/@v/v0.0.14.zip 3.582 # get https://goproxy.cn/github.com/onsi/ginkgo/v2/@v/v2.20.0.zip 3.586 # get https://goproxy.cn/github.com/golang/protobuf/@v/v1.5.3.zip: 200 OK (0.350s) 3.599 # get https://goproxy.cn/github.com/openzipkin/zipkin-go/@v/v0.4.0.zip 3.631 # get https://goproxy.cn/github.com/pelletier/go-toml/v2/@v/v2.0.5.zip 3.701 # get https://goproxy.cn/github.com/google/pprof/@v/v0.0.0-20240727154555-813a5fbdbec8.zip: 200 OK (0.452s) 3.712 # get https://goproxy.cn/github.com/google/uuid/@v/v1.3.0.zip: 200 OK (0.439s) 3.727 # get https://goproxy.cn/github.com/pmezard/go-difflib/@v/v1.0.0.zip 3.741 # get https://goproxy.cn/github.com/grpc-ecosystem/grpc-gateway/v2/@v/v2.7.0.zip: 200 OK (0.436s) 3.750 # get https://goproxy.cn/github.com/hashicorp/errwrap/@v/v1.1.0.zip: 200 OK (0.416s) 3.754 # get https://goproxy.cn/github.com/hashicorp/go-multierror/@v/v1.1.1.zip: 200 OK (0.411s) 3.755 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.19.1.zip 3.762 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.5.0.zip 3.907 # get https://goproxy.cn/github.com/jinzhu/inflection/@v/v1.0.0.zip: 200 OK (0.502s) 3.911 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.48.0.zip 3.912 # get https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip: 200 OK (0.487s) 3.982 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.12.0.zip 4.178 # get https://goproxy.cn/github.com/quic-go/qpack/@v/v0.4.0.zip 4.430 # get https://goproxy.cn/github.com/leodido/go-urn/@v/v1.4.0.zip: 200 OK (0.989s) 4.498 # get https://goproxy.cn/github.com/mattn/go-colorable/@v/v0.1.9.zip: 200 OK (1.038s) 4.508 # get https://goproxy.cn/github.com/quic-go/quic-go/@v/v0.46.0.zip 4.598 # get https://goproxy.cn/github.com/mattn/go-isatty/@v/v0.0.14.zip: 200 OK (1.023s) 4.600 # get https://goproxy.cn/github.com/openzipkin/zipkin-go/@v/v0.4.0.zip: 200 OK (1.000s) 4.600 # get https://goproxy.cn/github.com/onsi/ginkgo/v2/@v/v2.20.0.zip: 200 OK (1.018s) 4.604 # get https://goproxy.cn/github.com/refraction-networking/utls/@v/v1.6.7.zip 4.623 # get https://goproxy.cn/github.com/spaolacci/murmur3/@v/v1.1.0.zip 4.632 # get https://goproxy.cn/go.opentelemetry.io/otel/@v/v1.11.0.zip 4.656 # get https://goproxy.cn/github.com/pelletier/go-toml/v2/@v/v2.0.5.zip: 200 OK (1.025s) 4.750 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/jaeger/@v/v1.11.0.zip 4.780 # get https://goproxy.cn/github.com/pmezard/go-difflib/@v/v1.0.0.zip: 200 OK (1.053s) 4.780 # get https://goproxy.cn/github.com/prometheus/client_golang/@v/v1.19.1.zip: 200 OK (1.025s) 4.785 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/internal/retry/@v/v1.11.0.zip 4.787 # get https://goproxy.cn/github.com/prometheus/client_model/@v/v0.5.0.zip: 200 OK (1.025s) 4.788 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/@v/v1.11.0.zip 4.797 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/@v/v1.11.0.zip 4.816 # get https://goproxy.cn/github.com/prometheus/common/@v/v0.48.0.zip: 200 OK (0.905s) 4.855 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/zipkin/@v/v1.11.0.zip 4.867 # get https://goproxy.cn/go.opentelemetry.io/otel/sdk/@v/v1.11.0.zip 4.918 # get https://goproxy.cn/github.com/prometheus/procfs/@v/v0.12.0.zip: 200 OK (0.936s) 4.976 # get https://goproxy.cn/github.com/quic-go/qpack/@v/v0.4.0.zip: 200 OK (0.799s) 4.990 # get https://goproxy.cn/go.opentelemetry.io/otel/trace/@v/v1.11.0.zip 5.005 # get https://goproxy.cn/go.opentelemetry.io/proto/otlp/@v/v0.19.0.zip 5.017 # get https://goproxy.cn/go.uber.org/automaxprocs/@v/v1.5.1.zip 5.042 # get https://goproxy.cn/github.com/quic-go/quic-go/@v/v0.46.0.zip: 200 OK (0.534s) 5.155 # get https://goproxy.cn/github.com/refraction-networking/utls/@v/v1.6.7.zip: 200 OK (0.551s) 5.201 # get https://goproxy.cn/github.com/spaolacci/murmur3/@v/v1.1.0.zip: 200 OK (0.578s) 5.206 # get https://goproxy.cn/go.uber.org/mock/@v/v0.4.0.zip 5.287 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20240808152545-0cdaa3abc0fa.zip 5.341 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/@v/v1.11.0.zip: 200 OK (0.553s) 5.346 # get https://goproxy.cn/golang.org/x/mod/@v/v0.20.0.zip 5.357 # get https://goproxy.cn/golang.org/x/net/@v/v0.28.0.zip 5.404 # get https://goproxy.cn/go.uber.org/mock/@v/v0.4.0.zip: 200 OK (0.198s) 5.406 # get https://goproxy.cn/golang.org/x/sync/@v/v0.8.0.zip 5.451 # get https://goproxy.cn/go.uber.org/automaxprocs/@v/v1.5.1.zip: 200 OK (0.433s) 5.476 # get https://goproxy.cn/go.opentelemetry.io/otel/trace/@v/v1.11.0.zip: 200 OK (0.486s) 5.486 # get https://goproxy.cn/golang.org/x/sys/@v/v0.24.0.zip 5.487 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/internal/retry/@v/v1.11.0.zip: 200 OK (0.702s) 5.488 # get https://goproxy.cn/go.opentelemetry.io/proto/otlp/@v/v0.19.0.zip: 200 OK (0.484s) 5.490 # get https://goproxy.cn/golang.org/x/text/@v/v0.17.0.zip 5.494 # get https://goproxy.cn/golang.org/x/tools/@v/v0.24.0.zip 5.498 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20220602131408-e326c6e8e9c8.zip 5.501 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/zipkin/@v/v1.11.0.zip: 200 OK (0.647s) 5.505 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/jaeger/@v/v1.11.0.zip: 200 OK (0.755s) 5.511 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.50.1.zip 5.516 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.34.1.zip 5.551 # get https://goproxy.cn/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/@v/v1.11.0.zip: 200 OK (0.754s) 5.558 # get https://goproxy.cn/golang.org/x/exp/@v/v0.0.0-20240808152545-0cdaa3abc0fa.zip: 200 OK (0.271s) 5.558 # get https://goproxy.cn/go.opentelemetry.io/otel/@v/v1.11.0.zip: 200 OK (0.925s) 5.558 # get https://goproxy.cn/go.opentelemetry.io/otel/sdk/@v/v1.11.0.zip: 200 OK (0.691s) 5.564 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.4.0.zip 5.578 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.1.zip 5.621 # get https://goproxy.cn/gorm.io/datatypes/@v/v1.2.0.zip 5.847 # get https://goproxy.cn/gorm.io/hints/@v/v1.1.2.zip 5.894 # get https://goproxy.cn/golang.org/x/mod/@v/v0.20.0.zip: 200 OK (0.548s) 5.936 # get https://goproxy.cn/golang.org/x/net/@v/v0.28.0.zip: 200 OK (0.579s) 6.349 # get https://goproxy.cn/golang.org/x/sync/@v/v0.8.0.zip: 200 OK (0.943s) 6.360 # get https://goproxy.cn/golang.org/x/sys/@v/v0.24.0.zip: 200 OK (0.874s) 6.360 # get https://goproxy.cn/golang.org/x/text/@v/v0.17.0.zip: 200 OK (0.869s) 6.360 # get https://goproxy.cn/golang.org/x/tools/@v/v0.24.0.zip: 200 OK (0.866s) 6.360 # get https://goproxy.cn/google.golang.org/genproto/@v/v0.0.0-20220602131408-e326c6e8e9c8.zip: 200 OK (0.862s) 6.360 # get https://goproxy.cn/google.golang.org/grpc/@v/v1.50.1.zip: 200 OK (0.849s) 6.434 # get https://goproxy.cn/google.golang.org/protobuf/@v/v1.34.1.zip: 200 OK (0.917s) 6.502 # get https://goproxy.cn/gorm.io/hints/@v/v1.1.2.zip: 200 OK (0.655s) 6.502 # get https://goproxy.cn/gorm.io/datatypes/@v/v1.2.0.zip: 200 OK (0.881s) 6.502 # get https://goproxy.cn/gopkg.in/yaml.v2/@v/v2.4.0.zip: 200 OK (0.938s) 6.502 # get https://goproxy.cn/gopkg.in/yaml.v3/@v/v3.0.1.zip: 200 OK (0.924s) 10.75 go: github.com/klauspost/compress@v1.17.9: read "https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug="" ------ ```

dushaoshuai commented 1 month ago
$ curl -Iv https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip
* Host goproxy.cn:443 was resolved.
* IPv6: (none)
* IPv4: 103.71.68.157, 103.71.68.161
*   Trying 103.71.68.157:443...
* Connected to goproxy.cn (103.71.68.157) port 443

@dushaoshuai

这是在宿主机上执行的吗?看起来没任何问题。这个节点我试了也是正常的。可以把这行命令放进 Dockerfile 中看看是什么输出。

输出如下:

#10 [gobuild  4/11] RUN curl -Iv https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip
#10 0.352   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#10 0.352                                  Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0* Host goproxy.cn:443 was resolved.
#10 0.383 * IPv6: (none)
#10 0.383 * IPv4: 103.71.68.161, 103.71.68.157
#10 0.383 *   Trying 103.71.68.161:443...
#10 0.407 * Connected to goproxy.cn (103.71.68.161) port 443
#10 0.411 * ALPN: curl offers h2,http/1.1
#10 0.411 } [5 bytes data]
#10 0.411 * TLSv1.3 (OUT), TLS handshake, Client hello (1):
#10 0.411 } [512 bytes data]
#10 0.429 *  CAfile: /etc/ssl/certs/ca-certificates.crt
#10 0.429 *  CApath: /etc/ssl/certs
#10 0.436 { [5 bytes data]
#10 0.436 * TLSv1.3 (IN), TLS handshake, Server hello (2):
#10 0.436 { [122 bytes data]
#10 0.437 * TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):
#10 0.437 { [15 bytes data]
#10 0.437 * TLSv1.3 (IN), TLS handshake, Certificate (11):
#10 0.437 { [4046 bytes data]
#10 0.438 * TLSv1.3 (IN), TLS handshake, CERT verify (15):
#10 0.438 { [264 bytes data]
#10 0.438 * TLSv1.3 (IN), TLS handshake, Finished (20):
#10 0.438 { [52 bytes data]
#10 0.438 * TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):
#10 0.438 } [1 bytes data]
#10 0.438 * TLSv1.3 (OUT), TLS handshake, Finished (20):
#10 0.438 } [52 bytes data]
#10 0.439 * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / RSASSA-PSS
#10 0.439 * ALPN: server accepted h2
#10 0.439 * Server certificate:
#10 0.439 *  subject: CN=*.goproxy.cn
#10 0.439 *  start date: Aug  8 00:00:00 2023 GMT
#10 0.439 *  expire date: Sep  6 23:59:59 2024 GMT
#10 0.439 *  subjectAltName: host "goproxy.cn" matched cert's "goproxy.cn"
#10 0.439 *  issuer: C=CN; O=TrustAsia Technologies, Inc.; CN=TrustAsia RSA DV TLS CA G2
#10 0.439 *  SSL certificate verify ok.
#10 0.439 *   Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha384WithRSAEncryption
#10 0.439 *   Certificate level 1: Public key type RSA (3072/128 Bits/secBits), signed using sha256WithRSAEncryption
#10 0.439 *   Certificate level 2: Public key type RSA (2048/112 Bits/secBits), signed using sha1WithRSAEncryption
#10 0.439 } [5 bytes data]
#10 0.439 * using HTTP/2
#10 0.439 * [HTTP/2] [1] OPENED stream for https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip
#10 0.439 * [HTTP/2] [1] [:method: HEAD]
#10 0.439 * [HTTP/2] [1] [:scheme: https]
#10 0.439 * [HTTP/2] [1] [:authority: goproxy.cn]
#10 0.439 * [HTTP/2] [1] [:path: /github.com/klauspost/compress/@v/v1.17.9.zip]
#10 0.439 * [HTTP/2] [1] [user-agent: curl/8.9.0]
#10 0.439 * [HTTP/2] [1] [accept: */*]
#10 0.439 } [5 bytes data]
#10 0.439 > HEAD /github.com/klauspost/compress/@v/v1.17.9.zip HTTP/2
#10 0.439 > Host: goproxy.cn
#10 0.439 > User-Agent: curl/8.9.0
#10 0.439 > Accept: */*
#10 0.439 > 
#10 0.439 * Request completely sent off
#10 0.462 { [5 bytes data]
#10 0.462 * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
#10 0.462 { [249 bytes data]
#10 0.462 * TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):
#10 0.462 { [249 bytes data]
#10 0.463 < HTTP/2 200 
#10 0.463 < server: Byte-nginx
#10 0.463 < content-type: application/zip
#10 0.463 HTTP/2 200 
#10 0.463 < content-length: 38853521
#10 0.463 < accept-ranges: bytes
#10 0.463 < age: 571004
#10 0.463 < cache-control: public, max-age=604800
#10 0.463 < content-md5: cMpDd2hp6Ch0TsjWLEnXyw==
#10 0.463 < content-transfer-encoding: binary
#10 0.463 < etag: "70ca43776869e828744ec8d62c49d7cb"
#10 0.463 < last-modified: Wed, 12 Jun 2024 09:51:21 GMT
#10 0.463 < vary: Access-Control-Request-Headers, Access-Control-Request-Method, Origin
#10 0.463 < x-amz-request-id: qXUAAABi04lKmekX
#10 0.463 < x-bdcdn-cache-status: TCP_HIT
#10 0.463 < x-log: X-Log
#10 0.463 < x-reqid: qXUAAABi04lKmekX
#10 0.463 < x-request-id: 22f69f66c69d3723c5b1f0a91c42f33d
#10 0.463 < x-request-ip: 124.90.107.34
#10 0.463 < x-response-cache: edge_hit
#10 0.463 < x-response-cinfo: 124.90.107.34
#10 0.463 < x-tt-trace-tag: id=5
#10 0.463 < date: Wed, 14 Aug 2024 15:04:40 GMT
#10 0.463 < via: cache05.ahwuhu-cu05
#10 0.463 < 
#10 0.463 { [0 bytes data]
  0 37.0M    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#10 0.463 * Connection #0 to host goproxy.cn left intact
#10 0.463 server: Byte-nginx
#10 0.463 content-type: application/zip
#10 0.463 content-length: 38853521
#10 0.463 accept-ranges: bytes
#10 0.463 age: 571004
#10 0.463 cache-control: public, max-age=604800
#10 0.463 content-md5: cMpDd2hp6Ch0TsjWLEnXyw==
#10 0.463 content-transfer-encoding: binary
#10 0.463 etag: "70ca43776869e828744ec8d62c49d7cb"
#10 0.463 last-modified: Wed, 12 Jun 2024 09:51:21 GMT
#10 0.463 vary: Access-Control-Request-Headers, Access-Control-Request-Method, Origin
#10 0.463 x-amz-request-id: qXUAAABi04lKmekX
#10 0.463 x-bdcdn-cache-status: TCP_HIT
#10 0.463 x-log: X-Log
#10 0.463 x-reqid: qXUAAABi04lKmekX
#10 0.463 x-request-id: 22f69f66c69d3723c5b1f0a91c42f33d
#10 0.463 x-request-ip: 124.90.107.34
#10 0.463 x-response-cache: edge_hit
#10 0.463 x-response-cinfo: 124.90.107.34
#10 0.463 x-tt-trace-tag: id=5
#10 0.463 date: Wed, 14 Aug 2024 15:04:40 GMT
#10 0.463 via: cache05.ahwuhu-cu05
#10 0.463 
#10 DONE 0.5s

@aofei

dushaoshuai commented 1 month ago

在我自己电脑上,关掉所有代理、vpn,直接执行命令,结果是这样:

$ go mod download
go: github.com/klauspost/compress@v1.17.9: read "https://goproxy.cn/github.com/klauspost/compress/@v/v1.17.9.zip": http2: server sent GOAWAY and closed the connection; LastStreamID=1999, ErrCode=NO_ERROR, debug=""

$ go get github.com/klauspost/compress@v1.17.9
go: downloading github.com/klauspost/compress v1.17.9

go mod download 失败,而 go get 成功,可能是 go 命令的问题?

doersa commented 1 month ago

@aofei hi,现在还需要我提供其他材料吗?

我在取消GOPROXY=设置之后,是可以正常下载mod的。

aofei commented 1 month ago

@aofei hi,现在还需要我提供其他材料吗?

我在取消GOPROXY=设置之后,是可以正常下载mod的。

不需要提供什么其他材料了。

虽然还不完全确定是 CDN 节点的关系(因为你们拿到的节点我这边都试过是正常的),但是我们刚才切换了线路。线路切换应该已经生效,如果你们本地 DNS 缓存已过期的话,那应该就会自动使用新的线路了。

麻烦再帮忙测试下,看还有没有问题。

doersa commented 1 month ago

@aofei hi,现在还需要我提供其他材料吗?

我在取消GOPROXY=设置之后,是可以正常下载mod的。

不需要提供什么其他材料了。

虽然还不完全确定是 CDN 节点的关系(因为你们拿到的节点我这边都试过是正常的),但是我们刚才切换了线路。线路切换应该已经生效,如果你们本地 DNS 缓存已过期的话,那应该就会自动使用新的线路了。

麻烦再帮忙测试下,看还有没有问题。

我这边已经正常了,非常感谢。

#9 [internal] load build context
#9 transferring context: 8.78MB 0.1s done
#9 DONE 0.1s
#10 [builder 2/6] WORKDIR /workspace
#10 CACHED
#11 [builder 3/6] COPY go.* /workspace/
#11 CACHED
#12 [builder 4/6] RUN go mod download
#12 DONE 75.6s
#13 [builder 5/6] COPY . /workspace
#13 DONE 0.1s
aofei commented 1 month ago

@dushaoshuai 麻烦你那边也帮忙测试下?

dushaoshuai commented 1 month ago

@dushaoshuai 麻烦你那边也帮忙测试下?

 => [gobuild  4/10] WORKDIR /build                                                                                                                                                                     0.1s
 => [gobuild  5/10] ADD go.mod .                                                                                                                                                                       0.1s
 => [gobuild  6/10] ADD go.sum .                                                                                                                                                                       0.1s
 => [gobuild  7/10] RUN go mod download                                                                                                                                                               15.1s
 => [gobuild  8/10] COPY . .                            

我这边也正常了,非常感谢🙏

aofei commented 1 month ago

好的。

感谢二位反馈!那这个 issue 我就先关闭了,如果还有其他问题欢迎随时开新 issue 提问。