Skip to content

fix(deps): update module gopkg.in/yaml.v2 to v3 #1293

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 28, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
gopkg.in/yaml.v2 v2.4.0 -> v3.0.1 age adoption passing confidence

Release Notes

go-yaml/yaml (gopkg.in/yaml.v2)

v3.0.1

Compare Source

v3.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/gopkg.in-yaml.v2-3.x branch from 9d3dfb1 to 4b27d3b Compare October 31, 2023 19:34
@renovate renovate bot changed the title Update module gopkg.in/yaml.v2 to v3 fix(deps): update module gopkg.in/yaml.v2 to v3 Dec 4, 2023
@renovate renovate bot changed the title fix(deps): update module gopkg.in/yaml.v2 to v3 Update module gopkg.in/yaml.v2 to v3 Dec 13, 2023
@renovate renovate bot changed the title Update module gopkg.in/yaml.v2 to v3 fix(deps): update module gopkg.in/yaml.v2 to v3 Jan 19, 2024
@renovate renovate bot changed the title fix(deps): update module gopkg.in/yaml.v2 to v3 Update module gopkg.in/yaml.v2 to v3 Jan 25, 2024
@renovate renovate bot changed the title Update module gopkg.in/yaml.v2 to v3 fix(deps): update module gopkg.in/yaml.v2 to v3 Jan 25, 2024
@renovate renovate bot changed the title fix(deps): update module gopkg.in/yaml.v2 to v3 Update module gopkg.in/yaml.v2 to v3 Jan 25, 2024
@renovate renovate bot changed the title Update module gopkg.in/yaml.v2 to v3 fix(deps): update module gopkg.in/yaml.v2 to v3 Mar 4, 2024
@jamietanna
Copy link
Member

jamietanna commented Mar 31, 2024

Requires some code + template changes, too 🤔

Let's work out the API differences and what may affect consumers

@renovate renovate bot force-pushed the renovate/gopkg.in-yaml.v2-3.x branch 2 times, most recently from 0fd9e5e to 5125612 Compare March 31, 2024 21:27
Copy link
Member

@jamietanna jamietanna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment

@renovate renovate bot force-pushed the renovate/gopkg.in-yaml.v2-3.x branch from 5125612 to c500012 Compare April 20, 2024 19:58
@renovate renovate bot force-pushed the renovate/gopkg.in-yaml.v2-3.x branch from c500012 to f7d10ff Compare May 9, 2024 10:55
@renovate renovate bot force-pushed the renovate/gopkg.in-yaml.v2-3.x branch from f7d10ff to 68482b6 Compare June 3, 2024 16:49
Copy link
Contributor Author

renovate bot commented Jun 5, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@alexandear
Copy link
Contributor

One of the benefits of this update is the decreasing binary size by 252 kB (1.2%).

Details

I'm using https://github.com/Zxilly/go-size-analyzer.

Before update (with yaml.v2):

❯ gsa ./oapi-codegen
time=271.384583ms level=WARN msg="Disassembler not supported on this architecture"
┌─────────────────────────────────────────────────────────────────────────────┐
│ oapi-codegen                                                                │
├─────────┬──────────────────────────────────────────────┬────────┬───────────┤
│ PERCENT │ NAME                                         │ SIZE   │ TYPE      │
├─────────┼──────────────────────────────────────────────┼────────┼───────────┤
│ 9.31%   │ __rodata __DATA_CONST                        │ 1.7 MB │ section   │
│ 9.16%   │ __zdebug_info __DWARF                        │ 1.6 MB │ section   │
│ 6.92%   │ crypto                                       │ 1.2 MB │ std       │
│ 6.77%   │ __zdebug_loc __DWARF                         │ 1.2 MB │ section   │
│ 6.43%   │ __rodata __TEXT                              │ 1.2 MB │ section   │
│ 5.77%   │ net                                          │ 1.0 MB │ std       │
│ 4.64%   │ __zdebug_line __DWARF                        │ 834 kB │ section   │
│ 4.26%   │ runtime                                      │ 765 kB │ std       │
│ 3.61%   │ go/types                                     │ 648 kB │ std       │
│ 2.67%   │ github.com/getkin/kin-openapi                │ 479 kB │ vendor    │
│ 2.12%   │ github.com/oapi-codegen/oapi-codegen/v2      │ 380 kB │ vendor    │
│ 1.70%   │ __zdebug_ranges __DWARF                      │ 305 kB │ section   │
│ 1.59%   │ reflect                                      │ 286 kB │ std       │
│ 1.55%   │ golang.org/x/text                            │ 277 kB │ vendor    │
│ 1.41%   │ gopkg.in/yaml.v3                             │ 252 kB │ vendor    │
│ 1.28%   │ math                                         │ 231 kB │ std       │
│ 1.25%   │ golang.org/x/tools                           │ 224 kB │ vendor    │
│ 1.24%   │ gopkg.in/yaml.v2                             │ 222 kB │ vendor    │
│ 1.19%   │ text/template                                │ 213 kB │ std       │
│ 1.14%   │ __zdebug_frame __DWARF                       │ 204 kB │ section   │
│ 1.07%   │                                              │ 192 kB │ generated │
│ 0.92%   │ go/parser                                    │ 165 kB │ std       │
│ 0.85%   │ __gopclntab __DATA_CONST                     │ 153 kB │ section   │
│ 0.85%   │ regexp                                       │ 153 kB │ std       │
│ 0.83%   │ slices                                       │ 149 kB │ std       │
│ 0.82%   │ time                                         │ 147 kB │ std       │
│ 0.76%   │ encoding/json                                │ 136 kB │ std       │
│ 0.69%   │ os                                           │ 123 kB │ std       │
│ 0.53%   │ go/printer                                   │ 96 kB  │ std       │
│ 0.53%   │ internal/sync                                │ 95 kB  │ std       │
│ 0.53%   │ go/build                                     │ 95 kB  │ std       │
│ 0.49%   │ vendor/golang.org/x/text/unicode/norm        │ 88 kB  │ std       │
│ 0.48%   │ github.com/vmware-labs/yaml-jsonpath         │ 85 kB  │ vendor    │
│ 0.46%   │ fmt                                          │ 83 kB  │ std       │
│ 0.43%   │ internal/poll                                │ 76 kB  │ std       │
│ 0.41%   │ __noptrdata __DATA                           │ 73 kB  │ section   │
│ 0.40%   │ syscall                                      │ 72 kB  │ std       │
│ 0.36%   │ strconv                                      │ 64 kB  │ std       │
│ 0.36%   │ encoding/asn1                                │ 64 kB  │ std       │
│ 0.36%   │ internal/abi                                 │ 64 kB  │ std       │
│ 0.35%   │ vendor/golang.org/x/net/idna                 │ 62 kB  │ std       │
│ 0.35%   │ __data __DATA                                │ 62 kB  │ section   │
│ 0.33%   │ compress/flate                               │ 60 kB  │ std       │
│ 0.29%   │ sync                                         │ 52 kB  │ std       │
│ 0.28%   │ mime                                         │ 51 kB  │ std       │
│ 0.27%   │ internal/reflectlite                         │ 48 kB  │ std       │
│ 0.26%   │ go/ast                                       │ 48 kB  │ std       │
│ 0.26%   │ go/doc                                       │ 47 kB  │ std       │
│ 0.26%   │ strings                                      │ 46 kB  │ std       │
│ 0.25%   │ go/constant                                  │ 45 kB  │ std       │
│ 0.23%   │ context                                      │ 42 kB  │ std       │
│ 0.19%   │ vendor/golang.org/x/net/route                │ 34 kB  │ std       │
│ 0.18%   │ io                                           │ 32 kB  │ std       │
│ 0.17%   │ unicode                                      │ 31 kB  │ std       │
│ 0.17%   │ internal/runtime/maps                        │ 30 kB  │ std       │
│ 0.17%   │ vendor/golang.org/x/net/http2/hpack          │ 30 kB  │ std       │
│ 0.16%   │ bytes                                        │ 28 kB  │ std       │
│ 0.15%   │ go/token                                     │ 27 kB  │ std       │
│ 0.14%   │ go/scanner                                   │ 25 kB  │ std       │
│ 0.14%   │ github.com/perimeterx/marshmallow            │ 25 kB  │ vendor    │
│ 0.14%   │ github.com/mailru/easyjson                   │ 24 kB  │ vendor    │
│ 0.13%   │ vendor/golang.org/x/net/dns/dnsmessage       │ 24 kB  │ std       │
│ 0.13%   │ github.com/invopop/yaml                      │ 24 kB  │ vendor    │
│ 0.13%   │ vendor/golang.org/x/text/unicode/bidi        │ 23 kB  │ std       │
│ 0.13%   │ sort                                         │ 23 kB  │ std       │
│ 0.12%   │ vendor/golang.org/x/crypto/cryptobyte        │ 22 kB  │ std       │
│ 0.11%   │ bufio                                        │ 20 kB  │ std       │
│ 0.10%   │ main                                         │ 18 kB  │ main      │
│ 0.10%   │ internal/buildcfg                            │ 17 kB  │ std       │
│ 0.09%   │ __typelink __DATA_CONST                      │ 16 kB  │ section   │
│ 0.09%   │ flag                                         │ 15 kB  │ std       │
│ 0.09%   │ golang.org/x/mod                             │ 15 kB  │ vendor    │
│ 0.08%   │ github.com/speakeasy-api/openapi-overlay     │ 15 kB  │ vendor    │
│ 0.07%   │ github.com/go-openapi/swag                   │ 13 kB  │ vendor    │
│ 0.07%   │ internal/bisect                              │ 13 kB  │ std       │
│ 0.07%   │ log                                          │ 12 kB  │ std       │
│ 0.07%   │ unique                                       │ 12 kB  │ std       │
│ 0.07%   │ vendor/golang.org/x/net/http/httpproxy       │ 12 kB  │ std       │
│ 0.06%   │ text/tabwriter                               │ 12 kB  │ std       │
│ 0.06%   │ compress/gzip                                │ 11 kB  │ std       │
│ 0.06%   │ embed                                        │ 10 kB  │ std       │
│ 0.05%   │ path                                         │ 9.2 kB │ std       │
│ 0.05%   │ internal/runtime/atomic                      │ 8.6 kB │ std       │
│ 0.05%   │ vendor/golang.org/x/crypto/chacha20          │ 8.3 kB │ std       │
│ 0.05%   │ internal/godebug                             │ 8.2 kB │ std       │
│ 0.04%   │ encoding/base64                              │ 7.7 kB │ std       │
│ 0.04%   │ hash                                         │ 7.3 kB │ std       │
│ 0.04%   │ internal/fmtsort                             │ 7.1 kB │ std       │
│ 0.04%   │ container/list                               │ 7.0 kB │ std       │
│ 0.03%   │ internal/bytealg                             │ 5.6 kB │ std       │
│ 0.03%   │ vendor/golang.org/x/crypto/chacha20poly1305  │ 5.2 kB │ std       │
│ 0.03%   │ __itablink __DATA_CONST                      │ 4.9 kB │ section   │
│ 0.03%   │ errors                                       │ 4.9 kB │ std       │
│ 0.02%   │ internal/gover                               │ 4.3 kB │ std       │
│ 0.02%   │ internal/goroot                              │ 4.1 kB │ std       │
│ 0.02%   │ internal/singleflight                        │ 3.9 kB │ std       │
│ 0.02%   │ internal/filepathlite                        │ 3.9 kB │ std       │
│ 0.02%   │ encoding/pem                                 │ 3.8 kB │ std       │
│ 0.02%   │ go/format                                    │ 3.8 kB │ std       │
│ 0.02%   │ github.com/mohae/deepcopy                    │ 3.5 kB │ vendor    │
│ 0.02%   │ github.com/go-openapi/jsonpointer            │ 3.2 kB │ vendor    │
│ 0.02%   │ internal/cpu                                 │ 3.1 kB │ std       │
│ 0.02%   │ internal/syslist                             │ 3.0 kB │ std       │
│ 0.02%   │ vendor/golang.org/x/crypto/internal/poly1305 │ 2.9 kB │ std       │
│ 0.02%   │ vendor/golang.org/x/net/http/httpguts        │ 2.8 kB │ std       │
│ 0.01%   │ github.com/dprotaso/go-yit                   │ 2.6 kB │ vendor    │
│ 0.01%   │ internal/syscall/unix                        │ 2.5 kB │ std       │
│ 0.01%   │ internal/chacha8rand                         │ 2.3 kB │ std       │
│ 0.01%   │ weak                                         │ 2.2 kB │ std       │
│ 0.01%   │ __go_buildinfo __DATA                        │ 2.2 kB │ section   │
│ 0.01%   │ internal/stringslite                         │ 2.1 kB │ std       │
│ 0.01%   │ vendor/golang.org/x/text/secure/bidirule     │ 1.9 kB │ std       │
│ 0.01%   │ internal/testlog                             │ 1.9 kB │ std       │
│ 0.01%   │ internal/types/errors                        │ 1.7 kB │ std       │
│ 0.01%   │ internal/runtime/exithook                    │ 1.6 kB │ std       │
│ 0.01%   │ container/heap                               │ 1.5 kB │ std       │
│ 0.01%   │ internal/lazyregexp                          │ 1.5 kB │ std       │
│ 0.01%   │ go/version                                   │ 975 B  │ std       │
│ 0.00%   │ internal/itoa                                │ 726 B  │ std       │
│ 0.00%   │ internal/platform                            │ 514 B  │ std       │
│ 0.00%   │ __zdebug_abbrev __DWARF                      │ 330 B  │ section   │
│ 0.00%   │ iter                                         │ 228 B  │ std       │
│ 0.00%   │ internal/runtime/sys                         │ 227 B  │ std       │
│ 0.00%   │ maps                                         │ 188 B  │ std       │
│ 0.00%   │ __go_fipsinfo __DATA                         │ 120 B  │ section   │
│ 0.00%   │ __debug_gdb_scri __DWARF                     │ 67 B   │ section   │
│ 0.00%   │ __text __TEXT                                │ 19 B   │ section   │
│ 0.00%   │ github.com/josharian/intern                  │ 0 B    │ vendor    │
├─────────┼──────────────────────────────────────────────┼────────┼───────────┤
│ 93.52%  │ Known                                        │ 17 MB  │           │
│ 100%    │ Total                                        │ 18 MB  │           │
└─────────┴──────────────────────────────────────────────┴────────┴───────────┘

After update #1846 (without yaml.v2):

❯ gsa ./oapi-codegen
time=202.868625ms level=WARN msg="Disassembler not supported on this architecture"
┌─────────────────────────────────────────────────────────────────────────────┐
│ oapi-codegen                                                                │
├─────────┬──────────────────────────────────────────────┬────────┬───────────┤
│ PERCENT │ NAME                                         │ SIZE   │ TYPE      │
├─────────┼──────────────────────────────────────────────┼────────┼───────────┤
│ 9.41%   │ __rodata __DATA_CONST                        │ 1.7 MB │ section   │
│ 9.19%   │ __zdebug_info __DWARF                        │ 1.6 MB │ section   │
│ 7.08%   │ crypto                                       │ 1.2 MB │ std       │
│ 6.78%   │ __zdebug_loc __DWARF                         │ 1.2 MB │ section   │
│ 6.47%   │ __rodata __TEXT                              │ 1.1 MB │ section   │
│ 5.90%   │ net                                          │ 1.0 MB │ std       │
│ 4.62%   │ __zdebug_line __DWARF                        │ 811 kB │ section   │
│ 4.36%   │ runtime                                      │ 765 kB │ std       │
│ 3.69%   │ go/types                                     │ 648 kB │ std       │
│ 2.73%   │ github.com/getkin/kin-openapi                │ 479 kB │ vendor    │
│ 2.17%   │ github.com/oapi-codegen/oapi-codegen/v2      │ 380 kB │ vendor    │
│ 1.69%   │ __zdebug_ranges __DWARF                      │ 296 kB │ section   │
│ 1.63%   │ reflect                                      │ 286 kB │ std       │
│ 1.58%   │ golang.org/x/text                            │ 277 kB │ vendor    │
│ 1.45%   │ gopkg.in/yaml.v3                             │ 255 kB │ vendor    │
│ 1.31%   │ math                                         │ 231 kB │ std       │
│ 1.28%   │ golang.org/x/tools                           │ 224 kB │ vendor    │
│ 1.21%   │ text/template                                │ 213 kB │ std       │
│ 1.14%   │ __zdebug_frame __DWARF                       │ 199 kB │ section   │
│ 1.09%   │                                              │ 191 kB │ generated │
│ 0.94%   │ go/parser                                    │ 165 kB │ std       │
│ 0.87%   │ regexp                                       │ 153 kB │ std       │
│ 0.85%   │ slices                                       │ 149 kB │ std       │
│ 0.84%   │ __gopclntab __DATA_CONST                     │ 148 kB │ section   │
│ 0.84%   │ time                                         │ 147 kB │ std       │
│ 0.77%   │ encoding/json                                │ 136 kB │ std       │
│ 0.70%   │ os                                           │ 123 kB │ std       │
│ 0.55%   │ go/printer                                   │ 96 kB  │ std       │
│ 0.54%   │ internal/sync                                │ 95 kB  │ std       │
│ 0.54%   │ go/build                                     │ 95 kB  │ std       │
│ 0.50%   │ vendor/golang.org/x/text/unicode/norm        │ 88 kB  │ std       │
│ 0.49%   │ github.com/vmware-labs/yaml-jsonpath         │ 85 kB  │ vendor    │
│ 0.47%   │ fmt                                          │ 83 kB  │ std       │
│ 0.44%   │ internal/poll                                │ 76 kB  │ std       │
│ 0.42%   │ __noptrdata __DATA                           │ 73 kB  │ section   │
│ 0.41%   │ syscall                                      │ 72 kB  │ std       │
│ 0.37%   │ strconv                                      │ 64 kB  │ std       │
│ 0.37%   │ encoding/asn1                                │ 64 kB  │ std       │
│ 0.37%   │ internal/abi                                 │ 64 kB  │ std       │
│ 0.35%   │ vendor/golang.org/x/net/idna                 │ 62 kB  │ std       │
│ 0.35%   │ __data __DATA                                │ 61 kB  │ section   │
│ 0.34%   │ compress/flate                               │ 60 kB  │ std       │
│ 0.30%   │ sync                                         │ 52 kB  │ std       │
│ 0.29%   │ mime                                         │ 51 kB  │ std       │
│ 0.27%   │ internal/reflectlite                         │ 48 kB  │ std       │
│ 0.27%   │ go/ast                                       │ 48 kB  │ std       │
│ 0.27%   │ go/doc                                       │ 47 kB  │ std       │
│ 0.26%   │ strings                                      │ 46 kB  │ std       │
│ 0.26%   │ go/constant                                  │ 45 kB  │ std       │
│ 0.24%   │ context                                      │ 42 kB  │ std       │
│ 0.19%   │ vendor/golang.org/x/net/route                │ 34 kB  │ std       │
│ 0.18%   │ io                                           │ 32 kB  │ std       │
│ 0.18%   │ unicode                                      │ 31 kB  │ std       │
│ 0.17%   │ internal/runtime/maps                        │ 30 kB  │ std       │
│ 0.17%   │ vendor/golang.org/x/net/http2/hpack          │ 30 kB  │ std       │
│ 0.16%   │ bytes                                        │ 28 kB  │ std       │
│ 0.16%   │ go/token                                     │ 27 kB  │ std       │
│ 0.14%   │ go/scanner                                   │ 25 kB  │ std       │
│ 0.14%   │ github.com/perimeterx/marshmallow            │ 25 kB  │ vendor    │
│ 0.14%   │ github.com/mailru/easyjson                   │ 24 kB  │ vendor    │
│ 0.14%   │ vendor/golang.org/x/net/dns/dnsmessage       │ 24 kB  │ std       │
│ 0.13%   │ github.com/invopop/yaml                      │ 24 kB  │ vendor    │
│ 0.13%   │ vendor/golang.org/x/text/unicode/bidi        │ 23 kB  │ std       │
│ 0.13%   │ sort                                         │ 23 kB  │ std       │
│ 0.13%   │ vendor/golang.org/x/crypto/cryptobyte        │ 22 kB  │ std       │
│ 0.11%   │ bufio                                        │ 20 kB  │ std       │
│ 0.11%   │ main                                         │ 19 kB  │ main      │
│ 0.10%   │ internal/buildcfg                            │ 17 kB  │ std       │
│ 0.09%   │ __typelink __DATA_CONST                      │ 16 kB  │ section   │
│ 0.09%   │ flag                                         │ 15 kB  │ std       │
│ 0.09%   │ golang.org/x/mod                             │ 15 kB  │ vendor    │
│ 0.09%   │ github.com/speakeasy-api/openapi-overlay     │ 15 kB  │ vendor    │
│ 0.07%   │ github.com/go-openapi/swag                   │ 13 kB  │ vendor    │
│ 0.07%   │ internal/bisect                              │ 13 kB  │ std       │
│ 0.07%   │ log                                          │ 12 kB  │ std       │
│ 0.07%   │ unique                                       │ 12 kB  │ std       │
│ 0.07%   │ vendor/golang.org/x/net/http/httpproxy       │ 12 kB  │ std       │
│ 0.07%   │ text/tabwriter                               │ 12 kB  │ std       │
│ 0.06%   │ compress/gzip                                │ 11 kB  │ std       │
│ 0.06%   │ embed                                        │ 10 kB  │ std       │
│ 0.05%   │ path                                         │ 9.2 kB │ std       │
│ 0.05%   │ internal/runtime/atomic                      │ 8.6 kB │ std       │
│ 0.05%   │ vendor/golang.org/x/crypto/chacha20          │ 8.3 kB │ std       │
│ 0.05%   │ internal/godebug                             │ 8.2 kB │ std       │
│ 0.04%   │ encoding/base64                              │ 7.7 kB │ std       │
│ 0.04%   │ hash                                         │ 7.3 kB │ std       │
│ 0.04%   │ internal/fmtsort                             │ 7.1 kB │ std       │
│ 0.04%   │ container/list                               │ 7.0 kB │ std       │
│ 0.03%   │ internal/bytealg                             │ 5.6 kB │ std       │
│ 0.03%   │ vendor/golang.org/x/crypto/chacha20poly1305  │ 5.2 kB │ std       │
│ 0.03%   │ __itablink __DATA_CONST                      │ 4.9 kB │ section   │
│ 0.03%   │ errors                                       │ 4.9 kB │ std       │
│ 0.02%   │ internal/gover                               │ 4.3 kB │ std       │
│ 0.02%   │ internal/goroot                              │ 4.1 kB │ std       │
│ 0.02%   │ internal/singleflight                        │ 3.9 kB │ std       │
│ 0.02%   │ internal/filepathlite                        │ 3.9 kB │ std       │
│ 0.02%   │ encoding/pem                                 │ 3.8 kB │ std       │
│ 0.02%   │ go/format                                    │ 3.8 kB │ std       │
│ 0.02%   │ github.com/mohae/deepcopy                    │ 3.5 kB │ vendor    │
│ 0.02%   │ github.com/go-openapi/jsonpointer            │ 3.2 kB │ vendor    │
│ 0.02%   │ internal/cpu                                 │ 3.1 kB │ std       │
│ 0.02%   │ internal/syslist                             │ 3.0 kB │ std       │
│ 0.02%   │ vendor/golang.org/x/crypto/internal/poly1305 │ 2.9 kB │ std       │
│ 0.02%   │ vendor/golang.org/x/net/http/httpguts        │ 2.8 kB │ std       │
│ 0.01%   │ github.com/dprotaso/go-yit                   │ 2.6 kB │ vendor    │
│ 0.01%   │ internal/syscall/unix                        │ 2.5 kB │ std       │
│ 0.01%   │ internal/chacha8rand                         │ 2.3 kB │ std       │
│ 0.01%   │ weak                                         │ 2.2 kB │ std       │
│ 0.01%   │ internal/stringslite                         │ 2.1 kB │ std       │
│ 0.01%   │ __go_buildinfo __DATA                        │ 2.1 kB │ section   │
│ 0.01%   │ vendor/golang.org/x/text/secure/bidirule     │ 1.9 kB │ std       │
│ 0.01%   │ internal/testlog                             │ 1.9 kB │ std       │
│ 0.01%   │ internal/types/errors                        │ 1.7 kB │ std       │
│ 0.01%   │ internal/runtime/exithook                    │ 1.6 kB │ std       │
│ 0.01%   │ container/heap                               │ 1.5 kB │ std       │
│ 0.01%   │ internal/lazyregexp                          │ 1.5 kB │ std       │
│ 0.01%   │ go/version                                   │ 975 B  │ std       │
│ 0.00%   │ internal/itoa                                │ 726 B  │ std       │
│ 0.00%   │ internal/platform                            │ 514 B  │ std       │
│ 0.00%   │ __zdebug_abbrev __DWARF                      │ 330 B  │ section   │
│ 0.00%   │ iter                                         │ 228 B  │ std       │
│ 0.00%   │ internal/runtime/sys                         │ 227 B  │ std       │
│ 0.00%   │ maps                                         │ 188 B  │ std       │
│ 0.00%   │ __go_fipsinfo __DATA                         │ 120 B  │ section   │
│ 0.00%   │ __debug_gdb_scri __DWARF                     │ 67 B   │ section   │
│ 0.00%   │ __text __TEXT                                │ 19 B   │ section   │
│ 0.00%   │ github.com/josharian/intern                  │ 0 B    │ vendor    │
├─────────┼──────────────────────────────────────────────┼────────┼───────────┤
│ 93.62%  │ Known                                        │ 16 MB  │           │
│ 100%    │ Total                                        │ 18 MB  │           │
└─────────┴──────────────────────────────────────────────┴────────┴───────────┘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants