Skip to content

deps(go): Bump cuelang.org/go from 0.12.0 to 0.12.1 #2360

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

Merged
merged 1 commit into from
Apr 13, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2025

Bumps cuelang.org/go from 0.12.0 to 0.12.1.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies go Pull requests that update Go code labels Apr 3, 2025
@dependabot dependabot bot requested a review from hairyhenderson as a code owner April 3, 2025 20:02
@dependabot dependabot bot force-pushed the dependabot/go_modules/cuelang.org/go-0.12.1 branch from 602301d to de6318f Compare April 9, 2025 22:29
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 9a1da5a Previous: 602301d Ratio
BenchmarkFlatten/depth-1_[]int([1_2_3]) 158.3 ns/op 168 B/op 5 allocs/op 160.9 ns/op 168 B/op 5 allocs/op 0.98
BenchmarkFlatten/depth-1_[]int([1_2_3]) - ns/op 158.3 ns/op 160.9 ns/op 0.98
BenchmarkFlatten/depth-1_[]int([1_2_3]) - B/op 168 B/op 168 B/op 1
BenchmarkFlatten/depth-1_[]int([1_2_3]) - allocs/op 5 allocs/op 5 allocs/op 1
BenchmarkFlatten/depth-1_[3]int([1_2_3]) 108.3 ns/op 144 B/op 2 allocs/op 112.8 ns/op 144 B/op 2 allocs/op 0.96
BenchmarkFlatten/depth-1_[3]int([1_2_3]) - ns/op 108.3 ns/op 112.8 ns/op 0.96
BenchmarkFlatten/depth-1_[3]int([1_2_3]) - B/op 144 B/op 144 B/op 1
BenchmarkFlatten/depth-1_[3]int([1_2_3]) - allocs/op 2 allocs/op 2 allocs/op 1
BenchmarkFlatten/depth-1_[]interface_{}([[]_[1_2]_3]) 188.3 ns/op 208 B/op 5 allocs/op 188.4 ns/op 208 B/op 5 allocs/op 1.00
BenchmarkFlatten/depth-1_[]interface_{}([[]_[1_2]_3]) - ns/op 188.3 ns/op 188.4 ns/op 1.00
BenchmarkFlatten/depth-1_[]interface_{}([[]_[1_2]_3]) - B/op 208 B/op 208 B/op 1
BenchmarkFlatten/depth-1_[]interface_{}([[]_[1_2]_3]) - allocs/op 5 allocs/op 5 allocs/op 1
BenchmarkFlatten/depth-1_[]interface_{}([[one]_[[1_2]]_3]) 395.3 ns/op 344 B/op 11 allocs/op 369.7 ns/op 344 B/op 11 allocs/op 1.07
BenchmarkFlatten/depth-1_[]interface_{}([[one]_[[1_2]]_3]) - ns/op 395.3 ns/op 369.7 ns/op 1.07
BenchmarkFlatten/depth-1_[]interface_{}([[one]_[[1_2]]_3]) - B/op 344 B/op 344 B/op 1
BenchmarkFlatten/depth-1_[]interface_{}([[one]_[[1_2]]_3]) - allocs/op 11 allocs/op 11 allocs/op 1
BenchmarkFlatten/depth-1_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) 717.5 ns/op 896 B/op 19 allocs/op 729 ns/op 896 B/op 19 allocs/op 0.98
BenchmarkFlatten/depth-1_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - ns/op 717.5 ns/op 729 ns/op 0.98
BenchmarkFlatten/depth-1_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - B/op 896 B/op 896 B/op 1
BenchmarkFlatten/depth-1_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - allocs/op 19 allocs/op 19 allocs/op 1
BenchmarkFlatten/depth0_[]int([1_2_3]) 111.5 ns/op 72 B/op 4 allocs/op 111.2 ns/op 72 B/op 4 allocs/op 1.00
BenchmarkFlatten/depth0_[]int([1_2_3]) - ns/op 111.5 ns/op 111.2 ns/op 1.00
BenchmarkFlatten/depth0_[]int([1_2_3]) - B/op 72 B/op 72 B/op 1
BenchmarkFlatten/depth0_[]int([1_2_3]) - allocs/op 4 allocs/op 4 allocs/op 1
BenchmarkFlatten/depth0_[3]int([1_2_3]) 59.75 ns/op 48 B/op 1 allocs/op 58.99 ns/op 48 B/op 1 allocs/op 1.01
BenchmarkFlatten/depth0_[3]int([1_2_3]) - ns/op 59.75 ns/op 58.99 ns/op 1.01
BenchmarkFlatten/depth0_[3]int([1_2_3]) - B/op 48 B/op 48 B/op 1
BenchmarkFlatten/depth0_[3]int([1_2_3]) - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkFlatten/depth0_[]interface_{}([[]_[1_2]_3]) 4.062 ns/op 0 B/op 0 allocs/op 4.074 ns/op 0 B/op 0 allocs/op 1.00
BenchmarkFlatten/depth0_[]interface_{}([[]_[1_2]_3]) - ns/op 4.062 ns/op 4.074 ns/op 1.00
BenchmarkFlatten/depth0_[]interface_{}([[]_[1_2]_3]) - B/op 0 B/op 0 B/op 1
BenchmarkFlatten/depth0_[]interface_{}([[]_[1_2]_3]) - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkFlatten/depth0_[]interface_{}([[one]_[[1_2]]_3]) 4.047 ns/op 0 B/op 0 allocs/op 4.044 ns/op 0 B/op 0 allocs/op 1.00
BenchmarkFlatten/depth0_[]interface_{}([[one]_[[1_2]]_3]) - ns/op 4.047 ns/op 4.044 ns/op 1.00
BenchmarkFlatten/depth0_[]interface_{}([[one]_[[1_2]]_3]) - B/op 0 B/op 0 B/op 1
BenchmarkFlatten/depth0_[]interface_{}([[one]_[[1_2]]_3]) - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkFlatten/depth0_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) 4.051 ns/op 0 B/op 0 allocs/op 4.188 ns/op 0 B/op 0 allocs/op 0.97
BenchmarkFlatten/depth0_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - ns/op 4.051 ns/op 4.188 ns/op 0.97
BenchmarkFlatten/depth0_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - B/op 0 B/op 0 B/op 1
BenchmarkFlatten/depth0_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkFlatten/depth1_[]int([1_2_3]) 156.5 ns/op 168 B/op 5 allocs/op 161.7 ns/op 168 B/op 5 allocs/op 0.97
BenchmarkFlatten/depth1_[]int([1_2_3]) - ns/op 156.5 ns/op 161.7 ns/op 0.97
BenchmarkFlatten/depth1_[]int([1_2_3]) - B/op 168 B/op 168 B/op 1
BenchmarkFlatten/depth1_[]int([1_2_3]) - allocs/op 5 allocs/op 5 allocs/op 1
BenchmarkFlatten/depth1_[3]int([1_2_3]) 107.4 ns/op 144 B/op 2 allocs/op 107.7 ns/op 144 B/op 2 allocs/op 1.00
BenchmarkFlatten/depth1_[3]int([1_2_3]) - ns/op 107.4 ns/op 107.7 ns/op 1.00
BenchmarkFlatten/depth1_[3]int([1_2_3]) - B/op 144 B/op 144 B/op 1
BenchmarkFlatten/depth1_[3]int([1_2_3]) - allocs/op 2 allocs/op 2 allocs/op 1
BenchmarkFlatten/depth1_[]interface_{}([[]_[1_2]_3]) 147.6 ns/op 144 B/op 4 allocs/op 147.6 ns/op 144 B/op 4 allocs/op 1
BenchmarkFlatten/depth1_[]interface_{}([[]_[1_2]_3]) - ns/op 147.6 ns/op 147.6 ns/op 1
BenchmarkFlatten/depth1_[]interface_{}([[]_[1_2]_3]) - B/op 144 B/op 144 B/op 1
BenchmarkFlatten/depth1_[]interface_{}([[]_[1_2]_3]) - allocs/op 4 allocs/op 4 allocs/op 1
BenchmarkFlatten/depth1_[]interface_{}([[one]_[[1_2]]_3]) 187 ns/op 168 B/op 5 allocs/op 187.6 ns/op 168 B/op 5 allocs/op 1.00
BenchmarkFlatten/depth1_[]interface_{}([[one]_[[1_2]]_3]) - ns/op 187 ns/op 187.6 ns/op 1.00
BenchmarkFlatten/depth1_[]interface_{}([[one]_[[1_2]]_3]) - B/op 168 B/op 168 B/op 1
BenchmarkFlatten/depth1_[]interface_{}([[one]_[[1_2]]_3]) - allocs/op 5 allocs/op 5 allocs/op 1
BenchmarkFlatten/depth1_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) 126.3 ns/op 128 B/op 3 allocs/op 127 ns/op 128 B/op 3 allocs/op 0.99
BenchmarkFlatten/depth1_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - ns/op 126.3 ns/op 127 ns/op 0.99
BenchmarkFlatten/depth1_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - B/op 128 B/op 128 B/op 1
BenchmarkFlatten/depth1_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - allocs/op 3 allocs/op 3 allocs/op 1
BenchmarkFlatten/depth2_[]int([1_2_3]) 156.4 ns/op 168 B/op 5 allocs/op 159.8 ns/op 168 B/op 5 allocs/op 0.98
BenchmarkFlatten/depth2_[]int([1_2_3]) - ns/op 156.4 ns/op 159.8 ns/op 0.98
BenchmarkFlatten/depth2_[]int([1_2_3]) - B/op 168 B/op 168 B/op 1
BenchmarkFlatten/depth2_[]int([1_2_3]) - allocs/op 5 allocs/op 5 allocs/op 1
BenchmarkFlatten/depth2_[3]int([1_2_3]) 107.9 ns/op 144 B/op 2 allocs/op 107.2 ns/op 144 B/op 2 allocs/op 1.01
BenchmarkFlatten/depth2_[3]int([1_2_3]) - ns/op 107.9 ns/op 107.2 ns/op 1.01
BenchmarkFlatten/depth2_[3]int([1_2_3]) - B/op 144 B/op 144 B/op 1
BenchmarkFlatten/depth2_[3]int([1_2_3]) - allocs/op 2 allocs/op 2 allocs/op 1
BenchmarkFlatten/depth2_[]interface_{}([[]_[1_2]_3]) 187.6 ns/op 208 B/op 5 allocs/op 187.4 ns/op 208 B/op 5 allocs/op 1.00
BenchmarkFlatten/depth2_[]interface_{}([[]_[1_2]_3]) - ns/op 187.6 ns/op 187.4 ns/op 1.00
BenchmarkFlatten/depth2_[]interface_{}([[]_[1_2]_3]) - B/op 208 B/op 208 B/op 1
BenchmarkFlatten/depth2_[]interface_{}([[]_[1_2]_3]) - allocs/op 5 allocs/op 5 allocs/op 1
BenchmarkFlatten/depth2_[]interface_{}([[one]_[[1_2]]_3]) 329.1 ns/op 280 B/op 10 allocs/op 334.4 ns/op 280 B/op 10 allocs/op 0.98
BenchmarkFlatten/depth2_[]interface_{}([[one]_[[1_2]]_3]) - ns/op 329.1 ns/op 334.4 ns/op 0.98
BenchmarkFlatten/depth2_[]interface_{}([[one]_[[1_2]]_3]) - B/op 280 B/op 280 B/op 1
BenchmarkFlatten/depth2_[]interface_{}([[one]_[[1_2]]_3]) - allocs/op 10 allocs/op 10 allocs/op 1
BenchmarkFlatten/depth2_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) 287.7 ns/op 272 B/op 8 allocs/op 286.8 ns/op 272 B/op 8 allocs/op 1.00
BenchmarkFlatten/depth2_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - ns/op 287.7 ns/op 286.8 ns/op 1.00
BenchmarkFlatten/depth2_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - B/op 272 B/op 272 B/op 1
BenchmarkFlatten/depth2_[]interface_{}([[one]_[[[1]_[2_[3]]]_[4_5]]_6]) - allocs/op 8 allocs/op 8 allocs/op 1
BenchmarkInterfaceSlice/[]int([1_2_3]) 103.4 ns/op 72 B/op 4 allocs/op 103 ns/op 72 B/op 4 allocs/op 1.00
BenchmarkInterfaceSlice/[]int([1_2_3]) - ns/op 103.4 ns/op 103 ns/op 1.00
BenchmarkInterfaceSlice/[]int([1_2_3]) - B/op 72 B/op 72 B/op 1
BenchmarkInterfaceSlice/[]int([1_2_3]) - allocs/op 4 allocs/op 4 allocs/op 1
BenchmarkInterfaceSlice/[3]int([1_2_3]) 56.06 ns/op 48 B/op 1 allocs/op 55.5 ns/op 48 B/op 1 allocs/op 1.01
BenchmarkInterfaceSlice/[3]int([1_2_3]) - ns/op 56.06 ns/op 55.5 ns/op 1.01
BenchmarkInterfaceSlice/[3]int([1_2_3]) - B/op 48 B/op 48 B/op 1
BenchmarkInterfaceSlice/[3]int([1_2_3]) - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkInterfaceSlice/[]string([foo_bar_baz_foo_bar_baz_foo_bar_baz_foo_bar_baz]) 473.4 ns/op 384 B/op 13 allocs/op 471.5 ns/op 384 B/op 13 allocs/op 1.00
BenchmarkInterfaceSlice/[]string([foo_bar_baz_foo_bar_baz_foo_bar_baz_foo_bar_baz]) - ns/op 473.4 ns/op 471.5 ns/op 1.00
BenchmarkInterfaceSlice/[]string([foo_bar_baz_foo_bar_baz_foo_bar_baz_foo_bar_baz]) - B/op 384 B/op 384 B/op 1
BenchmarkInterfaceSlice/[]string([foo_bar_baz_foo_bar_baz_foo_bar_baz_foo_bar_baz]) - allocs/op 13 allocs/op 13 allocs/op 1
BenchmarkInterfaceSlice/[12]string([foo_bar_baz_foo_bar_baz_foo_bar_baz_foo_bar_baz]) 149.5 ns/op 192 B/op 1 allocs/op 150.5 ns/op 192 B/op 1 allocs/op 0.99
BenchmarkInterfaceSlice/[12]string([foo_bar_baz_foo_bar_baz_foo_bar_baz_foo_bar_baz]) - ns/op 149.5 ns/op 150.5 ns/op 0.99
BenchmarkInterfaceSlice/[12]string([foo_bar_baz_foo_bar_baz_foo_bar_baz_foo_bar_baz]) - B/op 192 B/op 192 B/op 1
BenchmarkInterfaceSlice/[12]string([foo_bar_baz_foo_bar_baz_foo_bar_baz_foo_bar_baz]) - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkInterfaceSlice/[]interface_{}([[]_[1_2]_3]) 2.23 ns/op 0 B/op 0 allocs/op 2.177 ns/op 0 B/op 0 allocs/op 1.02
BenchmarkInterfaceSlice/[]interface_{}([[]_[1_2]_3]) - ns/op 2.23 ns/op 2.177 ns/op 1.02
BenchmarkInterfaceSlice/[]interface_{}([[]_[1_2]_3]) - B/op 0 B/op 0 B/op 1
BenchmarkInterfaceSlice/[]interface_{}([[]_[1_2]_3]) - allocs/op 0 allocs/op 0 allocs/op 1
BenchmarkInterfaceSlice/[3]interface_{}([[]_[1_2]_3]) 59.89 ns/op 48 B/op 1 allocs/op 59.68 ns/op 48 B/op 1 allocs/op 1.00
BenchmarkInterfaceSlice/[3]interface_{}([[]_[1_2]_3]) - ns/op 59.89 ns/op 59.68 ns/op 1.00
BenchmarkInterfaceSlice/[3]interface_{}([[]_[1_2]_3]) - B/op 48 B/op 48 B/op 1
BenchmarkInterfaceSlice/[3]interface_{}([[]_[1_2]_3]) - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkResolveURL/base=http://example.com/foo.json_rel=bar.json 555.1 ns/op 456 B/op 5 allocs/op 592.7 ns/op 456 B/op 5 allocs/op 0.94
BenchmarkResolveURL/base=http://example.com/foo.json_rel=bar.json - ns/op 555.1 ns/op 592.7 ns/op 0.94
BenchmarkResolveURL/base=http://example.com/foo.json_rel=bar.json - B/op 456 B/op 456 B/op 1
BenchmarkResolveURL/base=http://example.com/foo.json_rel=bar.json - allocs/op 5 allocs/op 5 allocs/op 1
BenchmarkResolveURL/base=git+file:///tmp/repo//foo.txt_rel= 70.67 ns/op 144 B/op 1 allocs/op 70.67 ns/op 144 B/op 1 allocs/op 1
BenchmarkResolveURL/base=git+file:///tmp/repo//foo.txt_rel= - ns/op 70.67 ns/op 70.67 ns/op 1
BenchmarkResolveURL/base=git+file:///tmp/repo//foo.txt_rel= - B/op 144 B/op 144 B/op 1
BenchmarkResolveURL/base=git+file:///tmp/repo//foo.txt_rel= - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkResolveURL/base=tmp/foo.json_rel= 70.15 ns/op 144 B/op 1 allocs/op 69.62 ns/op 144 B/op 1 allocs/op 1.01
BenchmarkResolveURL/base=tmp/foo.json_rel= - ns/op 70.15 ns/op 69.62 ns/op 1.01
BenchmarkResolveURL/base=tmp/foo.json_rel= - B/op 144 B/op 144 B/op 1
BenchmarkResolveURL/base=tmp/foo.json_rel= - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkResolveURL/base=/tmp/_rel=foo.json 573.2 ns/op 456 B/op 5 allocs/op 571.1 ns/op 456 B/op 5 allocs/op 1.00
BenchmarkResolveURL/base=/tmp/_rel=foo.json - ns/op 573.2 ns/op 571.1 ns/op 1.00
BenchmarkResolveURL/base=/tmp/_rel=foo.json - B/op 456 B/op 456 B/op 1
BenchmarkResolveURL/base=/tmp/_rel=foo.json - allocs/op 5 allocs/op 5 allocs/op 1
BenchmarkResolveURL/base=../../tmp/foo.json_rel= 69.92 ns/op 144 B/op 1 allocs/op 69.69 ns/op 144 B/op 1 allocs/op 1.00
BenchmarkResolveURL/base=../../tmp/foo.json_rel= - ns/op 69.92 ns/op 69.69 ns/op 1.00
BenchmarkResolveURL/base=../../tmp/foo.json_rel= - B/op 144 B/op 144 B/op 1
BenchmarkResolveURL/base=../../tmp/foo.json_rel= - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkResolveURL/base=../../tmp/_rel=sub/foo.json 1213 ns/op 840 B/op 14 allocs/op 1206 ns/op 840 B/op 14 allocs/op 1.01
BenchmarkResolveURL/base=../../tmp/_rel=sub/foo.json - ns/op 1213 ns/op 1206 ns/op 1.01
BenchmarkResolveURL/base=../../tmp/_rel=sub/foo.json - B/op 840 B/op 840 B/op 1
BenchmarkResolveURL/base=../../tmp/_rel=sub/foo.json - allocs/op 14 allocs/op 14 allocs/op 1
BenchmarkResolveURL/base=aws+sm:_rel=foo 72.91 ns/op 144 B/op 1 allocs/op 72.68 ns/op 144 B/op 1 allocs/op 1.00
BenchmarkResolveURL/base=aws+sm:_rel=foo - ns/op 72.91 ns/op 72.68 ns/op 1.00
BenchmarkResolveURL/base=aws+sm:_rel=foo - B/op 144 B/op 144 B/op 1
BenchmarkResolveURL/base=aws+sm:_rel=foo - allocs/op 1 allocs/op 1 allocs/op 1
BenchmarkResolveURL/base=aws+sm:_rel=/foo 397.4 ns/op 440 B/op 4 allocs/op 396.9 ns/op 440 B/op 4 allocs/op 1.00
BenchmarkResolveURL/base=aws+sm:_rel=/foo - ns/op 397.4 ns/op 396.9 ns/op 1.00
BenchmarkResolveURL/base=aws+sm:_rel=/foo - B/op 440 B/op 440 B/op 1
BenchmarkResolveURL/base=aws+sm:_rel=/foo - allocs/op 4 allocs/op 4 allocs/op 1
BenchmarkResolveURL/base=aws+sm:foo_rel=bar 162.1 ns/op 160 B/op 3 allocs/op 161.9 ns/op 160 B/op 3 allocs/op 1.00
BenchmarkResolveURL/base=aws+sm:foo_rel=bar - ns/op 162.1 ns/op 161.9 ns/op 1.00
BenchmarkResolveURL/base=aws+sm:foo_rel=bar - B/op 160 B/op 160 B/op 1
BenchmarkResolveURL/base=aws+sm:foo_rel=bar - allocs/op 3 allocs/op 3 allocs/op 1
BenchmarkResolveURL/base=aws+sm:///foo_rel=bar 435.8 ns/op 440 B/op 4 allocs/op 437.7 ns/op 440 B/op 4 allocs/op 1.00
BenchmarkResolveURL/base=aws+sm:///foo_rel=bar - ns/op 435.8 ns/op 437.7 ns/op 1.00
BenchmarkResolveURL/base=aws+sm:///foo_rel=bar - B/op 440 B/op 440 B/op 1
BenchmarkResolveURL/base=aws+sm:///foo_rel=bar - allocs/op 4 allocs/op 4 allocs/op 1
BenchmarkLookupIPs 49330 ns/op 1928 B/op 44 allocs/op 48840 ns/op 1929 B/op 44 allocs/op 1.01
BenchmarkLookupIPs - ns/op 49330 ns/op 48840 ns/op 1.01
BenchmarkLookupIPs - B/op 1928 B/op 1929 B/op 1.00
BenchmarkLookupIPs - allocs/op 44 allocs/op 44 allocs/op 1
BenchmarkIndent 1846 ns/op 2040 B/op 18 allocs/op 1899 ns/op 2040 B/op 18 allocs/op 0.97
BenchmarkIndent - ns/op 1846 ns/op 1899 ns/op 0.97
BenchmarkIndent - B/op 2040 B/op 2040 B/op 1
BenchmarkIndent - allocs/op 18 allocs/op 18 allocs/op 1

This comment was automatically generated by workflow using github-action-benchmark.

Bumps cuelang.org/go from 0.12.0 to 0.12.1.

---
updated-dependencies:
- dependency-name: cuelang.org/go
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/cuelang.org/go-0.12.1 branch from de6318f to 9a1da5a Compare April 13, 2025 00:34
@hairyhenderson hairyhenderson merged commit 40eab0b into main Apr 13, 2025
20 checks passed
@hairyhenderson hairyhenderson deleted the dependabot/go_modules/cuelang.org/go-0.12.1 branch April 13, 2025 01:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant