Skip to content
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

Update CI workflows for E2E tests #13722

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
129 commits
Select commit Hold shift + click to select a range
8e21ca5
wip nightly pipeline
lukaszcl Jun 21, 2024
01d71a3
add reusable workflow
lukaszcl Jun 22, 2024
08eb8d0
on push
lukaszcl Jun 22, 2024
3b5a6e7
echo tests
lukaszcl Jun 22, 2024
2bf79bc
fix matrix
lukaszcl Jun 22, 2024
dfbdecf
fix
lukaszcl Jun 22, 2024
397ba14
add job name
lukaszcl Jun 22, 2024
6603e9b
run docker tests
lukaszcl Jun 22, 2024
e17499e
add reusable workflow
lukaszcl Jun 22, 2024
f255221
fix
lukaszcl Jun 22, 2024
1f3b5ca
fail if no test found
lukaszcl Jun 22, 2024
5901261
fix run selected workflow
lukaszcl Jun 22, 2024
d550f1d
Rename reusable workflow
lukaszcl Jun 22, 2024
04f2b32
Add nighly workflow
lukaszcl Jun 22, 2024
06f5922
try running k8s tests
lukaszcl Jun 22, 2024
099d654
cleanup
lukaszcl Jun 22, 2024
53858e0
add permissions
lukaszcl Jun 22, 2024
7db6612
fix
lukaszcl Jun 22, 2024
5611e17
test
lukaszcl Jun 22, 2024
f54a25b
Fix
lukaszcl Jun 22, 2024
a6ca1ff
fix
lukaszcl Jun 22, 2024
c2b411a
test remote runner
lukaszcl Jun 22, 2024
2c9ab53
Add test suite param
lukaszcl Jun 22, 2024
ada4954
Run all_tests_in_ocr_tests_go in parallel
lukaszcl Jun 22, 2024
3d587e8
Update e2e-tests.yml
lukaszcl Jun 22, 2024
fb95890
Add check-tests cmd
lukaszcl Jun 22, 2024
a82ad06
Unify tools into single cmd
lukaszcl Jun 22, 2024
79d3146
Add check tests step to workflow
lukaszcl Jun 22, 2024
0e6d314
show more info in annotation
lukaszcl Jun 22, 2024
cad8ebd
fix
lukaszcl Jun 22, 2024
880ae3b
Do not require check-tests
lukaszcl Jun 24, 2024
8079dab
fix go mod
lukaszcl Jun 24, 2024
2e112fc
temp: Disable checking test configuration
lukaszcl Jun 24, 2024
aa967ac
Add enable-check-test-configurations to reusable workflow. False by d…
lukaszcl Jun 24, 2024
acd558a
Add automation upgrade test to e2e list
lukaszcl Jun 24, 2024
f6c5049
Fix enable-check-test-configurations
lukaszcl Jun 24, 2024
74fb16d
Fix test cmd
lukaszcl Jun 24, 2024
27b3201
Make enable-check-test-configurations false by default
lukaszcl Jun 24, 2024
b7375e0
support test config override
lukaszcl Jun 24, 2024
be845a2
add more automation tests
lukaszcl Jun 24, 2024
b0acdda
Run automation upgrade tests on latest develop
lukaszcl Jun 24, 2024
73ed44e
Migrate automation-nightly-tests.yml to reusable workflow
lukaszcl Jun 24, 2024
8c19ba8
Update automation tests
lukaszcl Jun 24, 2024
092d8b0
Fix automation workflow
lukaszcl Jun 24, 2024
74d55e7
Fix
lukaszcl Jun 24, 2024
bbbbfc9
Fix
lukaszcl Jun 24, 2024
f4feb7f
Fx
lukaszcl Jun 24, 2024
5f44e12
Fix workflow_call inputs
lukaszcl Jun 24, 2024
c88a7f0
Select tests by github workflows
lukaszcl Jun 24, 2024
e7be8f1
Allow either test-ids or test-workflow in reusable workflow
lukaszcl Jun 24, 2024
ea39b14
Fix
lukaszcl Jun 24, 2024
a36fcee
Update workflow
lukaszcl Jun 24, 2024
0b02624
Add comment
lukaszcl Jun 24, 2024
8f7e27c
Fix
lukaszcl Jun 24, 2024
a4754da
Fix
lukaszcl Jun 24, 2024
3e0dcb7
Update e2e tests
lukaszcl Jun 24, 2024
da3b625
Add remote-runner-memory option
lukaszcl Jun 24, 2024
a780c75
Disable nightly run for now
lukaszcl Jun 24, 2024
52016f4
Fix output in k8s tests
lukaszcl Jun 24, 2024
f0b4a66
Add show test configuration step
lukaszcl Jun 24, 2024
d3bf504
Uncomment building test runner image
lukaszcl Jun 24, 2024
20e1409
Do not use json output for k8s tests
lukaszcl Jun 24, 2024
973cdff
test
lukaszcl Jun 24, 2024
104dbdc
Support custom runner version
lukaszcl Jun 24, 2024
1ff30f2
Fix test type env in remote runner
lukaszcl Jun 24, 2024
3d9820e
Update names and docs
lukaszcl Jun 25, 2024
9f0b76d
Add script to prepare test config override
lukaszcl Jun 26, 2024
b1f617b
Add CI test config override tools
lukaszcl Jun 26, 2024
d3cdd00
Add mask-secrets cmd and stop using reusable workflow
lukaszcl Jun 27, 2024
d388580
Use reusable workflow in run-selected-e2e-tests.yml
lukaszcl Jun 28, 2024
f917531
Remove unnecessary permissions
lukaszcl Jun 28, 2024
d8a330b
Add a sample test to quickly check CI workflows
lukaszcl Jun 28, 2024
48a40ae
Do not use mask cmd in reusable workflow
lukaszcl Jun 28, 2024
776f5a0
Clean up override test config cmd
lukaszcl Jun 28, 2024
265aac7
Fix masking of full chainlink image
lukaszcl Jun 28, 2024
535a49f
Finish "Set default test config override" step in reusable workflow
lukaszcl Jun 28, 2024
bb8f851
Remove env.CHAINLINK_IMAGE mask as it is not a scret
lukaszcl Jun 28, 2024
1742575
Fix reusable workflow
lukaszcl Jun 28, 2024
c7fa80e
Create create-default-e2e-config-override action
lukaszcl Jun 28, 2024
9861b6e
Fix
lukaszcl Jun 28, 2024
c67c854
Fix log targets in GHA and add test
lukaszcl Jun 28, 2024
494267c
Add create-default-e2e-config step to k8s tests
lukaszcl Jun 28, 2024
9194ff2
Fix ocr tests
lukaszcl Jun 28, 2024
a84b76a
Use sanitized id for artifact name
lukaszcl Jun 28, 2024
45b49ac
Update nightly workflow to test it
lukaszcl Jun 28, 2024
ff41f2e
Fail CI if test_config_base64_override is used
lukaszcl Jun 28, 2024
596e014
Use underscore for github inputs
lukaszcl Jun 28, 2024
3d1abd0
Fix
lukaszcl Jun 28, 2024
2cae0da
Fix inputs.chainlink_version
lukaszcl Jun 28, 2024
700f2f9
Remove test_config_base64_override from inputs until we are sure it d…
lukaszcl Jun 28, 2024
9b57657
Fix
lukaszcl Jun 28, 2024
0c88794
Remove unused action
lukaszcl Jun 28, 2024
9e04190
Fix
lukaszcl Jun 28, 2024
0c2979c
Update create config override cmd and action
lukaszcl Jun 28, 2024
5081809
Refactor client-compatibility-tests.yml to use actions/create-default…
lukaszcl Jun 28, 2024
e5a5782
Refactor on-demand-keeper-smoke-tests.yml
lukaszcl Jun 28, 2024
cd90826
Replace setup-create-base64-config with the new action in integration…
lukaszcl Jun 28, 2024
e4af6e0
Remove unused action
lukaszcl Jun 28, 2024
70493a8
Fix lint
lukaszcl Jun 28, 2024
2de3c68
Remove unused action
lukaszcl Jun 28, 2024
3692112
Fix handling selected_networks input
lukaszcl Jun 28, 2024
907cba8
Fix cache
lukaszcl Jun 28, 2024
cfe7de5
Do not run soak/ocr_test.go:^TestOCRSoak$ nightly
lukaszcl Jun 28, 2024
c3b1d4b
Enable nightly workflow to run some tests
lukaszcl Jun 28, 2024
94cdb4f
Merge branch 'develop' into TT-1297-Create-nightly-pipeline-for-all-e…
lukaszcl Jun 28, 2024
babde2b
Merge branch 'develop' into TT-1297-Create-nightly-pipeline-for-all-e…
lukaszcl Jun 28, 2024
2fccfbd
Remove config override input
lukaszcl Jun 28, 2024
a3eafeb
Remove temp test
lukaszcl Jun 28, 2024
71de825
Merge branch 'TT-1297-Create-nightly-pipeline-for-all-e2e-tests-in-co…
lukaszcl Jun 28, 2024
314f7e7
Fix setup go
lukaszcl Jun 28, 2024
69bee7c
go mod tidy in core/scripts
lukaszcl Jun 28, 2024
69453fb
Merge branch 'develop' into TT-1297-Create-nightly-pipeline-for-all-e…
lukaszcl Jun 28, 2024
ffb8bdd
Fix
lukaszcl Jun 28, 2024
6587671
Remove unready workflows
lukaszcl Jun 28, 2024
464c21d
Revert updates to core/scripts
lukaszcl Jun 28, 2024
a0470ba
Revert updates to go.mod
lukaszcl Jun 28, 2024
f23cee3
Remove unused script
lukaszcl Jun 28, 2024
5b0d11d
Add setup-gap id
lukaszcl Jul 1, 2024
210e4e8
Merge branch 'develop' into TT-1297-Create-nightly-pipeline-for-all-e…
lukaszcl Jul 1, 2024
74c1143
Remove unused steps
lukaszcl Jul 1, 2024
0e848db
test nightly workflow
lukaszcl Jul 1, 2024
63e2b2c
Add missing env vars in remote runner and fix lack of logs
lukaszcl Jul 1, 2024
d4a0a24
bump setup gap
lukaszcl Jul 1, 2024
f351eeb
Fix set-output
lukaszcl Jul 1, 2024
4f61a7a
update comment
lukaszcl Jul 1, 2024
5ceb64b
update test name
lukaszcl Jul 1, 2024
c3a8764
update cache
lukaszcl Jul 1, 2024
7a0466b
Fix empty output for k8s tests
lukaszcl Jul 1, 2024
2d0ae2b
Add a test workflow with overrides
lukaszcl Jul 1, 2024
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
Prev Previous commit
Next Next commit
go mod tidy in core/scripts
  • Loading branch information
lukaszcl committed Jun 28, 2024
commit 69bee7c53aaad664d6dd42b5585711fc9055235d
14 changes: 9 additions & 5 deletions core/scripts/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ toolchain go1.22.3
replace github.com/smartcontractkit/chainlink/v2 => ../../

require (
github.com/docker/docker v24.0.7+incompatible
github.com/docker/go-connections v0.4.0
github.com/docker/docker v25.0.2+incompatible
github.com/docker/go-connections v0.5.0
github.com/ethereum/go-ethereum v1.13.8
github.com/gkampitakis/go-snaps v0.5.4
github.com/google/go-cmp v0.6.0
Expand All @@ -20,15 +20,15 @@ require (
github.com/manyminds/api2go v0.0.0-20171030193247-e7b693844a6f
github.com/montanaflynn/stats v0.7.1
github.com/olekukonko/tablewriter v0.0.5
github.com/pelletier/go-toml/v2 v2.1.1
github.com/pelletier/go-toml/v2 v2.2.2
github.com/prometheus/client_golang v1.17.0
github.com/shopspring/decimal v1.3.1
github.com/smartcontractkit/chainlink-automation v1.0.4
github.com/smartcontractkit/chainlink-common v0.1.7-0.20240627134843-36665f8f9f40
github.com/smartcontractkit/chainlink-vrf v0.0.0-20240222010609-cd67d123c772
github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000
github.com/smartcontractkit/libocr v0.0.0-20240419185742-fd3cab206b2c
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
github.com/spf13/viper v1.15.0
github.com/stretchr/testify v1.9.0
github.com/umbracle/ethgo v0.1.3
Expand Down Expand Up @@ -91,6 +91,7 @@ require (
github.com/confio/ics23/go v0.9.0 // indirect
github.com/consensys/bavard v0.1.13 // indirect
github.com/consensys/gnark-crypto v0.12.1 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/cosmos/btcutil v1.0.5 // indirect
github.com/cosmos/cosmos-proto v1.0.0-beta.2 // indirect
github.com/cosmos/cosmos-sdk v0.47.4 // indirect
Expand All @@ -100,7 +101,7 @@ require (
github.com/cosmos/ibc-go/v7 v7.0.1 // indirect
github.com/cosmos/ics23/go v0.9.1-0.20221207100636-b1abd8678aab // indirect
github.com/cosmos/ledger-cosmos-go v0.12.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 // indirect
github.com/crate-crypto/go-kzg-4844 v0.7.0 // indirect
github.com/danieljoos/wincred v1.1.2 // indirect
Expand All @@ -112,6 +113,7 @@ require (
github.com/dgraph-io/badger/v2 v2.2007.4 // indirect
github.com/dgraph-io/ristretto v0.1.1 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/dominikbraun/graph v0.23.0 // indirect
Expand All @@ -121,6 +123,7 @@ require (
github.com/esote/minmaxheap v1.0.0 // indirect
github.com/ethereum/c-kzg-4844 v0.4.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fxamacker/cbor/v2 v2.6.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
Expand Down Expand Up @@ -320,6 +323,7 @@ require (
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.49.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
go.opentelemetry.io/otel v1.24.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 // indirect
Expand Down
32 changes: 20 additions & 12 deletions core/scripts/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ github.com/consensys/gnark-crypto v0.12.1 h1:lHH39WuuFgVHONRl3J0LRBtuYdQTumFSDtJ
github.com/consensys/gnark-crypto v0.12.1/go.mod h1:v2Gy7L/4ZRosZ7Ivs+9SfUDr0f5UlG+EM5t7MPHiLuY=
github.com/containerd/continuity v0.4.3 h1:6HVkalIp+2u1ZLH1J/pYX2oBVXlJZvh1X1A7bEZ9Su8=
github.com/containerd/continuity v0.4.3/go.mod h1:F6PTNCKepoxEaXLQp3wDAjygEnImnZ/7o4JzpodfroQ=
github.com/containerd/log v0.1.0 h1:TCJt7ioM2cr/tfR8GPbGf9/VRAX8D2B4PjzCpfX540I=
github.com/containerd/log v0.1.0/go.mod h1:VRRf09a7mHDIRezVKTRCrOq78v577GXq3bSa3EhrzVo=
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
Expand Down Expand Up @@ -310,8 +312,8 @@ github.com/cosmos/rosetta-sdk-go v0.10.0/go.mod h1:SImAZkb96YbwvoRkzSMQB6noNJXFg
github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU=
github.com/cpuguy83/go-md2man/v2 v2.0.2/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/cpuguy83/go-md2man/v2 v2.0.3 h1:qMCsGGgs+MAzDFyp9LpAe1Lqy/fY/qCovCm0qnXZOBM=
github.com/cpuguy83/go-md2man/v2 v2.0.3/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/cpuguy83/go-md2man/v2 v2.0.4 h1:wfIWP927BUkWJb2NmU/kNDYIBTh/ziUX91+lVfRxZq4=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233 h1:d28BXYi+wUpz1KBmiF9bWrjEMacUEREV6MBi2ODnrfQ=
github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233/go.mod h1:geZJZH3SzKCqnz5VT0q/DyIG/tvu/dZk+VIfXicupJs=
github.com/crate-crypto/go-kzg-4844 v0.7.0 h1:C0vgZRk4q4EZ/JgPfzuSoxdCq3C3mOZMBShovmncxvA=
Expand Down Expand Up @@ -359,14 +361,16 @@ github.com/dgryski/go-farm v0.0.0-20190423205320-6a90982ecee2/go.mod h1:SqUrOPUn
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 h1:fAjc9m62+UWV/WAFKLNi6ZS0675eEUC9y3AlwSbQu1Y=
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13/go.mod h1:SqUrOPUnsFjfmXRMNPybcSiG0BgUW2AuFH8PAnS2iTw=
github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no=
github.com/distribution/reference v0.6.0 h1:0IXCQ5g4/QMHHkarYzh5l+u8T3t73zM5QvfrDyIgxBk=
github.com/distribution/reference v0.6.0/go.mod h1:BbU0aIcezP1/5jX/8MP0YiH4SdvB5Y4f/wlDRiLyi3E=
github.com/docker/cli v24.0.7+incompatible h1:wa/nIwYFW7BVTGa7SWPVyyXU9lgORqUb1xfI36MSkFg=
github.com/docker/cli v24.0.7+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8=
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v24.0.7+incompatible h1:Wo6l37AuwP3JaMnZa226lzVXGA3F9Ig1seQen0cKYlM=
github.com/docker/docker v24.0.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
github.com/docker/go-connections v0.4.0/go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec=
github.com/docker/docker v25.0.2+incompatible h1:/OaKeauroa10K4Nqavw4zlhcDq/WBcPMc5DbjOGgozY=
github.com/docker/docker v25.0.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.5.0 h1:USnMq7hx7gwdVZq1L49hLXaFtUdTADjXGp+uj1Br63c=
github.com/docker/go-connections v0.5.0/go.mod h1:ov60Kzw0kKElRwhNs9UlUHAE/F9Fe6GLaXnqyDdmEXc=
github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4=
github.com/docker/go-units v0.5.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
github.com/dominikbraun/graph v0.23.0 h1:TdZB4pPqCLFxYhdyMFb1TBdFxp8XLcJfTTBQucVPgCo=
Expand Down Expand Up @@ -1091,8 +1095,8 @@ github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/9
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/pelletier/go-toml/v2 v2.0.1/go.mod h1:r9LEWfGN8R5k0VXJ+0BkIe7MYkRdwZOjgMj2KwnJFUo=
github.com/pelletier/go-toml/v2 v2.1.1 h1:LWAJwfNvjQZCFIDKWYQaM62NcYeYViCmWIwmOStowAI=
github.com/pelletier/go-toml/v2 v2.1.1/go.mod h1:tJU2Z3ZkXwnxa4DPO899bsyIoywizdUvyaeZurnPPDc=
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o=
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 h1:hDSdbBuw3Lefr6R18ax0tZ2BJeNB3NehB3trOwYBsdU=
github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08/go.mod h1:pxMtw7cyUw6B2bRH0ZBANSPg+AoSud1I1iyJHI69jH4=
Expand Down Expand Up @@ -1165,8 +1169,8 @@ github.com/rogpeppe/go-internal v1.8.1/go.mod h1:JeRgkft04UBgHMgCIwADu4Pn6Mtm5d4
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8=
github.com/rogpeppe/go-internal v1.12.0/go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4=
github.com/rs/cors v1.8.3 h1:O+qNyWn7Z+F9M0ILBHgMVPuB1xTOucVd5gtaYyXBpRo=
github.com/rs/cors v1.8.3/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
github.com/rs/cors v1.9.0 h1:l9HGsTsHJcvW14Nk7J9KFz8bzeAWXn3CG6bgt7LsrAE=
github.com/rs/cors v1.9.0/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU=
github.com/rs/xid v1.2.1/go.mod h1:+uKXf+4Djp6Md1KODXJxgGQPKngRmWyn10oCKFzNHOQ=
github.com/rs/zerolog v1.13.0/go.mod h1:YbFCdg8HfsridGWAh22vktObvhZbQsZXe4/zB0OKkWU=
github.com/rs/zerolog v1.15.0/go.mod h1:xYTKnLHcpfU2225ny5qZjxnj9NvkumZYjJHlAThCjNc=
Expand Down Expand Up @@ -1252,8 +1256,8 @@ github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0=
github.com/spf13/cast v1.6.0/go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo=
github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU=
github.com/spf13/cobra v1.1.1/go.mod h1:WnodtKOvamDL/PwE2M4iKs8aMDBZ5Q5klgD3qfVJQMI=
github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0=
github.com/spf13/cobra v1.8.0/go.mod h1:WXLWApfZ71AjXPya3WOlMsY9yMs7YeiHhFVlvLyhcho=
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=
github.com/spf13/cobra v1.8.1/go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y=
github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo=
github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=
github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo=
Expand Down Expand Up @@ -1434,6 +1438,8 @@ go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.49.0/go.mod h1:1P/02zM3OwkX9uki+Wmxw3a5GVb6KUXRsa7m7bOC9Fg=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 h1:SpGay3w+nEwMpfVnbqOLH5gY52/foP8RE8UzTZ1pdSE=
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1/go.mod h1:4UoMYEZOC0yN/sPGH76KPkkU7zgiEWYWL9vwmbnTJPE=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 h1:x8Z78aZx8cOF0+Kkazoc7lwUNMGy0LrzEMxTm4BbTxg=
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0/go.mod h1:62CPTSry9QZtOaSsE3tOzhx6LzDhHnXJ6xHeMNNiM6Q=
go.opentelemetry.io/contrib/propagators/b3 v1.24.0 h1:n4xwCdTx3pZqZs2CjS/CUZAs03y3dZcGhC/FepKtEUY=
go.opentelemetry.io/contrib/propagators/b3 v1.24.0/go.mod h1:k5wRxKRU2uXx2F8uNJ4TaonuEO/V7/5xoz7kdsDACT8=
go.opentelemetry.io/otel v1.24.0 h1:0LAOdjNmQeSTzGBzduGe/rU4tZhMwL5rWgtp9Ku5Jfo=
Expand All @@ -1442,6 +1448,8 @@ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0 h1:cl5P5/GIfFh4t6xyruO
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.21.0/go.mod h1:zgBdWWAu7oEEMC06MMKc5NLbA/1YDXV1sMpSqEeLQLg=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0 h1:tIqheXEFWAZ7O8A7m+J0aPTmpJN3YQ7qetUAdkkkKpk=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.21.0/go.mod h1:nUeKExfxAQVbiVFn32YXpXZZHZ61Cc3s3Rn1pDBGAb0=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0 h1:IeMeyr1aBvBiPVYihXIaeIZba6b8E1bYp7lbdxK8CQg=
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.19.0/go.mod h1:oVdCUtjq9MK9BlS7TtucsQwUcXcymNiEDjgDD2jMtZU=
go.opentelemetry.io/otel/metric v1.24.0 h1:6EhoGWWK28x1fbpA4tYTOWBkPefTDQnb8WSGXlc88kI=
go.opentelemetry.io/otel/metric v1.24.0/go.mod h1:VYhLe1rFfxuTXLgj4CBiyz+9WYBA8pNGJgDcSFRKBco=
go.opentelemetry.io/otel/sdk v1.21.0 h1:FTt8qirL1EysG6sTQRZ5TokkU8d0ugCj8htOgThZXQ8=
Expand Down