Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
0f10bc9
Add standalone activity CLI command definitions
dandavison Feb 8, 2026
1d894e0
Code review
dandavison Feb 8, 2026
40b8907
Address code review feedback on activity command definitions
dandavison Feb 9, 2026
f17b7a1
Implement standalone activity CLI commands
dandavison Feb 9, 2026
1603838
Add tests for standalone activity command structure
dandavison Feb 9, 2026
5c805b0
Address code review feedback on activity command docs
dandavison Feb 16, 2026
8d14747
Address PR 942 review: docs and revert noise
dandavison Feb 16, 2026
0ede93d
Revert "Address PR 942 review: docs and revert noise"
dandavison Feb 16, 2026
a89053a
Address PR 942 review: standalone wording, examples, TODOs, reverts
dandavison Feb 16, 2026
2a07087
Address remaining PR review: revert whitespace noise, apply suggestions
dandavison Feb 16, 2026
2e63a3f
Remove examples from temporal activity top-level help
dandavison Feb 16, 2026
f5a25b5
Remove redundant "Only supported for Standalone Activity Execution"
dandavison Feb 16, 2026
f0033fd
Capitalize "Standalone Activities" consistently
dandavison Feb 16, 2026
0c648b7
Regenerate
dandavison Feb 18, 2026
bd9bd6e
Remove activity delete command (server does not implement DeleteActiv…
dandavison Feb 18, 2026
4e247d0
Add required timeout flags to activity start/execute examples
dandavison Feb 19, 2026
ab4fa91
Fix activity execute/result: re-poll on empty long-poll response
dandavison Feb 19, 2026
a7a975d
Add test for long-poll retry in activity execute
dandavison Feb 19, 2026
67f3413
Align poll/outcome code with SDK-Go, use integration test
dandavison Feb 19, 2026
01259ef
Replace TestHelp_* with integration tests for standalone activity com…
dandavison Feb 19, 2026
17da0c3
Address review feedback: revert complete description rewrap, workflow…
dandavison Feb 20, 2026
29e7d91
Address review feedback: parent description, Temporal Markdown wording
dandavison Feb 20, 2026
262fd50
Fix test to assert JSON output instead of Go %v format
dandavison Feb 20, 2026
14b221f
Use JSON output for activity result instead of Go %v format
dandavison Feb 20, 2026
b12d72b
Add test coverage for standalone activity complete and fail
dandavison Feb 20, 2026
338fceb
Relocate Result command
dandavison Feb 20, 2026
fe02698
Use SDK ActivityHandle for activity result polling
dandavison Feb 20, 2026
9ca7578
Relocate
dandavison Feb 20, 2026
cab3052
Revert workflow API description changes
dandavison Feb 20, 2026
20d8f89
Improve activity command summaries
dandavison Feb 20, 2026
74ed70f
Respond to PR review: SDK migration, output parity, failing JSON tests
dandavison Feb 21, 2026
15ea625
Fix activity execute/result JSON output for both success and failure
dandavison Feb 21, 2026
4d0956c
Use SDK's ExecuteActivity instead of hand-building StartActivityExecu…
dandavison Feb 21, 2026
4dac168
test: assert structured failure JSON from activity execute
dandavison Feb 22, 2026
c39ef40
fix: emit structured failure JSON from activity execute
dandavison Feb 22, 2026
83710d2
test: add JSON output test for activity count
dandavison Feb 22, 2026
eb0d888
test: assert structured text output for activity execute failure
dandavison Feb 22, 2026
0a67996
fix: structured text output for activity execute failure
dandavison Feb 22, 2026
87e96a5
add CONSIDER comment re defaultReason consistency across cancel/termi…
dandavison Feb 22, 2026
379af2b
test: verify result persistence in standalone activity complete/fail
dandavison Feb 22, 2026
aae1a40
test: expand describe and count tests for parity with workflow
dandavison Feb 22, 2026
38866fa
test: verify cancel/terminate state changes; fix cancel description
dandavison Feb 22, 2026
d50561a
improve activity complete summary to be more explanatory
dandavison Feb 22, 2026
ea81afa
add Running execution/Results sections to activity start/execute
dandavison Feb 22, 2026
068f1e0
test: tighten start test TaskQueue assertion
dandavison Feb 22, 2026
8346bfa
test: expand execute success test for parity with workflow
dandavison Feb 22, 2026
246f081
test: add grouped count test with GROUP BY ExecutionStatus
dandavison Feb 22, 2026
b2304d3
test: add failing tests for activity describe/result bugs
dandavison Feb 22, 2026
738abd6
fix: activity describe/result/execute bugs
dandavison Feb 22, 2026
7a6015d
chore: update generated command descriptions
dandavison Feb 22, 2026
69019f9
fix: activity count -o json now uses camelCase field names
dandavison Feb 22, 2026
f62311f
Improve activity subcommand summaries for clarity and consistency
dandavison Feb 22, 2026
10e3422
Remove extra describe RPC from activity result; fix terminate comment
dandavison Feb 22, 2026
328c67d
Add failing test: Datetime search attribute sent as Keyword
dandavison Feb 22, 2026
e5e9e42
Skip datetime search attribute test pending server bug fix
dandavison Feb 22, 2026
faf9cc5
Add regression test: poll survives beyond gRPC default timeout
dandavison Feb 23, 2026
903df04
Add per-request 60s timeout to activity poll loop
dandavison Feb 23, 2026
147232d
Comments
dandavison Feb 23, 2026
58ecd2f
activity execute: log print error instead of aborting; use any not in…
dandavison Feb 23, 2026
e3c9f41
Update comments
dandavison Feb 23, 2026
b08b068
Expand describe test: verify timeouts, retry policy, and more fields
dandavison Feb 23, 2026
bf300f2
Expand describe test to be maximal; add --limit test for list
dandavison Feb 23, 2026
41f99de
Fix cancel error message to use 'request cancellation' framing
dandavison Feb 23, 2026
6564f33
Simplify terminate comment to match workflow convention
dandavison Feb 23, 2026
3b31acc
Remove redundant PollSurvivesBeyondGRPCTimeout test
dandavison Feb 23, 2026
080442b
Extract shared count group logic; add search attribute and pagination…
dandavison Feb 23, 2026
7baa283
Add JSON output assertion to activity list test
dandavison Feb 23, 2026
8e7a828
Add more JSON assertions to activity result test
dandavison Feb 23, 2026
f8442ea
Rename TestStandaloneActivity_ to TestActivity_ throughout
dandavison Feb 23, 2026
3484edc
Strengthen activity test assertions and add coverage comments
dandavison Feb 23, 2026
3141ae0
Inline single-use shorthand helpers into printActivityDescription
dandavison Feb 23, 2026
ccba250
Clarify test coverage comments for complete/fail
dandavison Feb 23, 2026
e40998c
Merge failure text and JSON tests; remove redundant comments
dandavison Feb 23, 2026
738cb46
Tighten test comments per review
dandavison Feb 23, 2026
8ec4879
Simplify Datetime search attribute skip message
dandavison Feb 23, 2026
e81f84f
Explain Datetime search attribute skip with root cause
dandavison Feb 23, 2026
91c8a6f
Unskip Datetime search attribute test using range query
dandavison Feb 23, 2026
4b58c24
go.mod
dandavison Feb 23, 2026
c170ce8
Revert use of SDK from PR
dandavison Feb 23, 2026
73b6eaa
Test all search attribute value types
dandavison Feb 23, 2026
14ea604
Inline marshalActivityPayloads into its single caller
dandavison Feb 23, 2026
735199a
Move "activity failed" error from printActivityFailure to caller
dandavison Feb 23, 2026
1df9278
Reorder tests
dandavison Feb 23, 2026
21882cc
Drop "Executions" from doc string
dandavison Feb 23, 2026
0abd2a1
Revert "Revert use of SDK from PR"
dandavison Feb 24, 2026
e1949a3
Revert "go.mod"
dandavison Feb 24, 2026
0f5bc41
Configure dependencies
dandavison Feb 24, 2026
7b55c1a
Apply suggestion from @bergundy
dandavison Feb 24, 2026
44e8305
Edit comments
dandavison Feb 24, 2026
1d88a70
Disambiguate --run-id descriptions for activity commands
dandavison Feb 25, 2026
c60a7ac
Fix capitalization
dandavison Feb 25, 2026
c5a9c75
Edits
dandavison Feb 25, 2026
7774ee7
Remove --headers flag from activity start/execute
dandavison Feb 25, 2026
bfc0bc7
Revert "Remove --headers flag from activity start/execute"
dandavison Feb 25, 2026
05d515a
Add test for --headers flag on activity start
dandavison Feb 25, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@ require (
github.com/fatih/color v1.18.0
github.com/google/uuid v1.6.0
github.com/mattn/go-isatty v0.0.20
github.com/nexus-rpc/sdk-go v0.5.1
github.com/nexus-rpc/sdk-go v0.5.2-0.20260211051645-26b0b4c584e5
github.com/olekukonko/tablewriter v0.0.5
github.com/spf13/cobra v1.10.2
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.10.0
github.com/temporalio/cli/cliext v0.0.0
github.com/temporalio/ui-server/v2 v2.45.3
go.temporal.io/api v1.60.2
go.temporal.io/sdk v1.38.0
go.temporal.io/api v1.62.2
go.temporal.io/sdk v1.40.0
go.temporal.io/sdk/contrib/envconfig v0.1.0
go.temporal.io/server v1.30.0
go.temporal.io/server v1.31.0-151.2
golang.org/x/mod v0.31.0
golang.org/x/term v0.38.0
golang.org/x/tools v0.40.0
google.golang.org/grpc v1.72.2
google.golang.org/protobuf v1.36.6
gopkg.in/yaml.v3 v3.0.1
modernc.org/sqlite v1.39.1
modernc.org/sqlite v1.44.3
)

replace github.com/temporalio/cli/cliext => ./cliext
Expand Down Expand Up @@ -105,7 +105,7 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/ncruces/go-strftime v0.1.9 // indirect
github.com/ncruces/go-strftime v1.0.0 // indirect
github.com/olivere/elastic/v7 v7.0.32 // indirect
github.com/opentracing/opentracing-go v1.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand All @@ -129,6 +129,7 @@ require (
github.com/temporalio/ringpop-go v0.0.0-20250130211428-b97329e994f7 // indirect
github.com/temporalio/sqlparser v0.0.0-20231115171017-f4060bcfa6cb // indirect
github.com/temporalio/tchannel-go v1.22.1-0.20240528171429-1db37fdea938 // indirect
github.com/tidwall/btree v1.8.1 // indirect
github.com/twmb/murmur3 v1.1.8 // indirect
github.com/uber-common/bark v1.3.0 // indirect
github.com/uber-go/tally/v4 v4.1.17 // indirect
Expand Down Expand Up @@ -156,7 +157,7 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.46.0 // indirect
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b // indirect
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/oauth2 v0.33.0 // indirect
golang.org/x/sync v0.19.0 // indirect
Expand All @@ -169,7 +170,7 @@ require (
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/validator.v2 v2.0.1 // indirect
modernc.org/libc v1.66.10 // indirect
modernc.org/libc v1.67.6 // indirect
modernc.org/mathutil v1.7.1 // indirect
modernc.org/memory v1.11.0 // indirect
)
46 changes: 26 additions & 20 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 h1:5ZPtiqj0JL5oKWmcsq4VMaAW5uk
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3/go.mod h1:ndYquD05frm2vACXE1nsccT4oJzjhw2arTS2cpUD1PI=
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed h1:5upAirOpQc1Q53c0bnx2ufif5kANL7bfZWcc6VJWJd8=
github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed/go.mod h1:tMWxXQ9wFIaZeTI9F+hmhFiGpFmhOHzyShyFUhRm0H4=
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
github.com/huandu/xstrings v1.5.0 h1:2ag3IFq9ZDANvthTwTiqSSZLjDc+BedvHPAp5tJy2TI=
github.com/huandu/xstrings v1.5.0/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
github.com/iancoleman/strcase v0.3.0 h1:nTXanmYxhfFAMjZL34Ov6gkzEsSJZ5DbhxWjvSASxEI=
Expand Down Expand Up @@ -241,10 +243,10 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
github.com/ncruces/go-strftime v0.1.9 h1:bY0MQC28UADQmHmaF5dgpLmImcShSi2kHU9XLdhx/f4=
github.com/ncruces/go-strftime v0.1.9/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls=
github.com/nexus-rpc/sdk-go v0.5.1 h1:UFYYfoHlQc+Pn9gQpmn9QE7xluewAn2AO1OSkAh7YFU=
github.com/nexus-rpc/sdk-go v0.5.1/go.mod h1:FHdPfVQwRuJFZFTF0Y2GOAxCrbIBNrcPna9slkGKPYk=
github.com/ncruces/go-strftime v1.0.0 h1:HMFp8mLCTPp341M/ZnA4qaf7ZlsbTc+miZjCLOFAw7w=
github.com/ncruces/go-strftime v1.0.0/go.mod h1:Fwc5htZGVVkseilnfgOVb9mKy6w1naJmn9CehxcKcls=
github.com/nexus-rpc/sdk-go v0.5.2-0.20260211051645-26b0b4c584e5 h1:Van9KGGs8lcDgxzSNFbDhEMNeJ80TbBxwZ45f9iBk9U=
github.com/nexus-rpc/sdk-go v0.5.2-0.20260211051645-26b0b4c584e5/go.mod h1:FHdPfVQwRuJFZFTF0Y2GOAxCrbIBNrcPna9slkGKPYk=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
Expand Down Expand Up @@ -325,6 +327,8 @@ github.com/temporalio/tchannel-go v1.22.1-0.20240528171429-1db37fdea938 h1:sEJGh
github.com/temporalio/tchannel-go v1.22.1-0.20240528171429-1db37fdea938/go.mod h1:ezRQRwu9KQXy8Wuuv1aaFFxoCNz5CeNbVOOkh3xctbY=
github.com/temporalio/ui-server/v2 v2.45.3 h1:htzeDjUq77Il8bjFuel2bHFC3tA6SNx6clU2iQS0RRI=
github.com/temporalio/ui-server/v2 v2.45.3/go.mod h1:tsl7cOECAi/uCnCpdMZ//F2Fi8RWTPAvFdRlz3qk19U=
github.com/tidwall/btree v1.8.1 h1:27ehoXvm5AG/g+1VxLS1SD3vRhp/H7LuEfwNvddEdmA=
github.com/tidwall/btree v1.8.1/go.mod h1:jBbTdUWhSZClZWoDg54VnvV7/54modSOzDN7VXftj1A=
github.com/twmb/murmur3 v1.1.8 h1:8Yt9taO/WN3l08xErzjeschgZU2QSrwm1kclYq+0aRg=
github.com/twmb/murmur3 v1.1.8/go.mod h1:Qq/R7NUyOfr65zD+6Q5IHKsJLwP7exErjN6lyyq3OSQ=
github.com/uber-common/bark v1.0.0/go.mod h1:g0ZuPcD7XiExKHynr93Q742G/sbrdVQkghrqLGOoFuY=
Expand Down Expand Up @@ -379,14 +383,14 @@ go.opentelemetry.io/otel/trace v1.35.0 h1:dPpEfJu1sDIqruz7BHFG3c7528f6ddfSWfFDVt
go.opentelemetry.io/otel/trace v1.35.0/go.mod h1:WUk7DtFp1Aw2MkvqGdwiXYDZZNvA/1J8o6xRXLrIkyc=
go.opentelemetry.io/proto/otlp v1.5.0 h1:xJvq7gMzB31/d406fB8U5CBdyQGw4P399D1aQWU/3i4=
go.opentelemetry.io/proto/otlp v1.5.0/go.mod h1:keN8WnHxOy8PG0rQZjJJ5A2ebUoafqWp0eVQ4yIXvJ4=
go.temporal.io/api v1.60.2 h1:xqUqdPeOu8/HNWVPu51P6tVoBJ5kRh8nBI62xXi+IWg=
go.temporal.io/api v1.60.2/go.mod h1:iaxoP/9OXMJcQkETTECfwYq4cw/bj4nwov8b3ZLVnXM=
go.temporal.io/sdk v1.38.0 h1:4Bok5LEdED7YKpsSjIa3dDqram5VOq+ydBf4pyx0Wo4=
go.temporal.io/sdk v1.38.0/go.mod h1:a+R2Ej28ObvHoILbHaxMyind7M6D+W0L7edt5UJF4SE=
go.temporal.io/api v1.62.2 h1:jFhIzlqNyJsJZTiCRQmTIMv6OTQ5BZ57z8gbgLGMaoo=
go.temporal.io/api v1.62.2/go.mod h1:iaxoP/9OXMJcQkETTECfwYq4cw/bj4nwov8b3ZLVnXM=
go.temporal.io/sdk v1.40.0 h1:n9JN3ezVpWBxLzz5xViCo0sKxp7kVVhr1Su0bcMRNNs=
go.temporal.io/sdk v1.40.0/go.mod h1:tauxVfN174F0bdEs27+i0h8UPD7xBb6Py2SPHo7f1C0=
go.temporal.io/sdk/contrib/envconfig v0.1.0 h1:s+G/Ujph+Xl2jzLiiIm2T1vuijDkUL4Kse49dgDVGBE=
go.temporal.io/sdk/contrib/envconfig v0.1.0/go.mod h1:FQEO3C56h9C7M6sDgSanB8HnBTmopw9qgVx4F1S6pJk=
go.temporal.io/server v1.30.0 h1:g6JStvvmh4qhPhZ94lPipms7hwGLs4IB63a2PcIOC3M=
go.temporal.io/server v1.30.0/go.mod h1:tERB4Wh+w/LFgJqe0flHEkAuYOLEXkE/J6e2fiQOTaI=
go.temporal.io/server v1.31.0-151.2 h1:PNik+0rEs8naYOtXshjq1jttriCN6/AUvkp3xJeUiAY=
go.temporal.io/server v1.31.0-151.2/go.mod h1:to4xxRN2mhT7DLvn4TXCJ5V2WGNHfgtypwE6gpie818=
go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=
Expand Down Expand Up @@ -421,8 +425,8 @@ golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL
golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY=
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b h1:M2rDM6z3Fhozi9O7NWsxAkg/yqS/lQJ6PmkyIV3YP+o=
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b/go.mod h1:3//PLf8L/X+8b4vuAfHzxeRUl04Adcb341+IGKfnqS8=
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 h1:mgKeJMpvi0yx/sU5GsxQ7p6s2wtOnGAHZWCHUM4KGzY=
golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546/go.mod h1:j/pmGrbnkbPtQfxEe5D0VQhZC6qKbfKifgD0oM7sR70=
golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs=
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0=
Expand Down Expand Up @@ -553,18 +557,20 @@ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg=
modernc.org/cc/v4 v4.26.5 h1:xM3bX7Mve6G8K8b+T11ReenJOT+BmVqQj0FY5T4+5Y4=
modernc.org/cc/v4 v4.26.5/go.mod h1:uVtb5OGqUKpoLWhqwNQo/8LwvoiEBLvZXIQ/SmO6mL0=
modernc.org/ccgo/v4 v4.28.1 h1:wPKYn5EC/mYTqBO373jKjvX2n+3+aK7+sICCv4Fjy1A=
modernc.org/ccgo/v4 v4.28.1/go.mod h1:uD+4RnfrVgE6ec9NGguUNdhqzNIeeomeXf6CL0GTE5Q=
modernc.org/cc/v4 v4.27.1 h1:9W30zRlYrefrDV2JE2O8VDtJ1yPGownxciz5rrbQZis=
modernc.org/cc/v4 v4.27.1/go.mod h1:uVtb5OGqUKpoLWhqwNQo/8LwvoiEBLvZXIQ/SmO6mL0=
modernc.org/ccgo/v4 v4.30.1 h1:4r4U1J6Fhj98NKfSjnPUN7Ze2c6MnAdL0hWw6+LrJpc=
modernc.org/ccgo/v4 v4.30.1/go.mod h1:bIOeI1JL54Utlxn+LwrFyjCx2n2RDiYEaJVSrgdrRfM=
modernc.org/fileutil v1.3.40 h1:ZGMswMNc9JOCrcrakF1HrvmergNLAmxOPjizirpfqBA=
modernc.org/fileutil v1.3.40/go.mod h1:HxmghZSZVAz/LXcMNwZPA/DRrQZEVP9VX0V4LQGQFOc=
modernc.org/gc/v2 v2.6.5 h1:nyqdV8q46KvTpZlsw66kWqwXRHdjIlJOhG6kxiV/9xI=
modernc.org/gc/v2 v2.6.5/go.mod h1:YgIahr1ypgfe7chRuJi2gD7DBQiKSLMPgBQe9oIiito=
modernc.org/gc/v3 v3.1.1 h1:k8T3gkXWY9sEiytKhcgyiZ2L0DTyCQ/nvX+LoCljoRE=
modernc.org/gc/v3 v3.1.1/go.mod h1:HFK/6AGESC7Ex+EZJhJ2Gni6cTaYpSMmU/cT9RmlfYY=
modernc.org/goabi0 v0.2.0 h1:HvEowk7LxcPd0eq6mVOAEMai46V+i7Jrj13t4AzuNks=
modernc.org/goabi0 v0.2.0/go.mod h1:CEFRnnJhKvWT1c1JTI3Avm+tgOWbkOu5oPA8eH8LnMI=
modernc.org/libc v1.66.10 h1:yZkb3YeLx4oynyR+iUsXsybsX4Ubx7MQlSYEw4yj59A=
modernc.org/libc v1.66.10/go.mod h1:8vGSEwvoUoltr4dlywvHqjtAqHBaw0j1jI7iFBTAr2I=
modernc.org/libc v1.67.6 h1:eVOQvpModVLKOdT+LvBPjdQqfrZq+pC39BygcT+E7OI=
modernc.org/libc v1.67.6/go.mod h1:JAhxUVlolfYDErnwiqaLvUqc8nfb2r6S6slAgZOnaiE=
modernc.org/mathutil v1.7.1 h1:GCZVGXdaN8gTqB1Mf/usp1Y/hSqgI2vAGGP4jZMCxOU=
modernc.org/mathutil v1.7.1/go.mod h1:4p5IwJITfppl0G4sUEDtCr4DthTaT47/N3aT6MhfgJg=
modernc.org/memory v1.11.0 h1:o4QC8aMQzmcwCK3t3Ux/ZHmwFPzE6hf2Y5LbkRs+hbI=
Expand All @@ -573,8 +579,8 @@ modernc.org/opt v0.1.4 h1:2kNGMRiUjrp4LcaPuLY2PzUfqM/w9N23quVwhKt5Qm8=
modernc.org/opt v0.1.4/go.mod h1:03fq9lsNfvkYSfxrfUhZCWPk1lm4cq4N+Bh//bEtgns=
modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=
modernc.org/sortutil v1.2.1/go.mod h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE=
modernc.org/sqlite v1.39.1 h1:H+/wGFzuSCIEVCvXYVHX5RQglwhMOvtHSv+VtidL2r4=
modernc.org/sqlite v1.39.1/go.mod h1:9fjQZ0mB1LLP0GYrp39oOJXx/I2sxEnZtzCmEQIKvGE=
modernc.org/sqlite v1.44.3 h1:+39JvV/HWMcYslAwRxHb8067w+2zowvFOUrOWIy9PjY=
modernc.org/sqlite v1.44.3/go.mod h1:CzbrU2lSB1DKUusvwGz7rqEKIq+NUd8GWuBBZDs9/nA=
modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0=
modernc.org/strutil v1.2.1/go.mod h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A=
modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=
Expand Down
Loading
Loading