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

[pull] main from DataDog:main #65

Merged
merged 31 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
3765564
[CWS] Use containerutils.ContainerID in cgroup resolver (#31586)
lebauce Nov 29, 2024
6273684
[CWS] do not start/stop manually the remote tagger in the resolver (#…
paulcacheux Nov 29, 2024
0e9db52
[CWS] Fix GetEventTags prototype on macOS (#31603)
lebauce Nov 29, 2024
96c83b8
[tagger/remote] Make constructor private (#31602)
davidor Nov 29, 2024
83ed39b
Stop tagging the root module with `6.XX.0-devel` (#31608)
FlorentClarret Nov 29, 2024
191174d
update build images (#31592)
chouquette Nov 29, 2024
33fe40a
omnibus: don't build the agent twice on heroku (#31572)
chouquette Nov 29, 2024
0471849
[EBPF] docker testutils: store patternScanner in base config (#31605)
val06 Nov 29, 2024
ad40689
Update testify to 1.10.0 (#31520)
pgimalac Nov 29, 2024
145152b
[CI] Make the `tests_macos_gitlab_amd64` job not allowed to fail anym…
amenasria Nov 29, 2024
795f820
Fix the RELEASE_BRANCH_PATTERN (#31611)
FlorentClarret Nov 29, 2024
102d8e4
Revert "omnibus: don't build the agent twice on heroku (#31572)" (#31…
chouquette Nov 29, 2024
daad6bc
upgrade(installer): Report and store policies metadata (#31474)
BaptisteFoy Nov 29, 2024
e2e7e1a
[CWS] Fix a ptrace test and add Centos7 support (#31552)
spikat Nov 29, 2024
c86fec4
omnibus: don't bother creating the xz package for heroku (#31626)
chouquette Nov 29, 2024
8c32e54
(fleet) rename services => packages (#31613)
arbll Nov 29, 2024
98b799c
[CWS] switch auid hooks to fentry (#28769)
paulcacheux Nov 29, 2024
8a9c5b5
usm: Fix imports (#31634)
guyarb Dec 1, 2024
c6d0c1e
upgrade(installer): Return specific error codes (#31619)
BaptisteFoy Dec 1, 2024
8ea4e93
(fleet) env cleanup (#31628)
arbll Dec 1, 2024
1434b74
[incident-32914] Disable worktree unit tests (#31641)
CelianR Dec 2, 2024
e263f37
Bump github/codeql-action from 3.27.1 to 3.27.5 (#31441)
dependabot[bot] Dec 2, 2024
f99d0f4
[test-infra-definitions][automated] Bump test-infra-definitions to 1f…
agent-platform-auto-pr[bot] Dec 2, 2024
1a573fb
[CWS] remove hash burst config, since we always have burst = 1 (#31633)
paulcacheux Dec 2, 2024
bbc4570
[CWS-2966] add validation that `pid-per-tracer` is greater or equal t…
paulcacheux Dec 2, 2024
d06ed83
[CWS-2966] add missing cws-instrumentation flags in attach mode (#31637)
paulcacheux Dec 2, 2024
677d39b
[CWS] add additional fentry check for weak duplicated symbols (#31632)
paulcacheux Dec 2, 2024
def8858
usm: config: Default USM configuration should not warn about using ne…
guyarb Dec 2, 2024
de096e7
[ADXT-767] [lint] Exclude test/new-e2e from windows and macos linter …
KevinFairise2 Dec 2, 2024
55cc0d6
[github] update qa check logic (#31600)
pducolin Dec 2, 2024
0399385
USM: tests: add test helper to get empty config (#31567)
Yumasi Dec 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ experimental:
templates:
job_template: &job_template
docker:
- image: gcr.io/datadoghq/agent-circleci-runner:v48372186-ff395e52
- image: gcr.io/datadoghq/agent-circleci-runner:v50094600-7b86dd80
environment:
USE_SYSTEM_LIBS: "1"
working_directory: /go/src/github.com/DataDog/datadog-agent
Expand Down
12 changes: 11 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@

### Motivation

### Describe how to test/QA your changes
### Describe how you validated your changes
<!--
Validate your changes before merge, ensuring that:
* Your PR is tested by static / unit / integrations / e2e tests
* Your PR description details which e2e tests cover your changes, if any
* The PR description contains details of how you validated your changes. If you validated changes manually and not through automated tests, add context on why automated tests did not fit your changes validation.

If you want additional validation by a second person, you can ask reviewers to do it. Describe how to set up an environment for manual tests in the PR description. Manual validation is expected to happen on every commit before merge.

Any manual validation step should then map to an automated test. Manual validation should not substitute automation, minus exceptions not supported by test tooling yet.
-->

### Possible Drawbacks / Trade-offs

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
go-version-file: ".go-version"

- name: Initialize CodeQL
uses: github/codeql-action/init@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
uses: github/codeql-action/init@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
with:
languages: ${{ matrix.language }}
config: |
Expand All @@ -67,4 +67,4 @@ jobs:
invoke agent.build --build-exclude=systemd

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@4f3212b61783c3c68e8309a0f18a699764811cda # v3.27.1
uses: github/codeql-action/analyze@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
31 changes: 15 additions & 16 deletions .github/workflows/label-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,25 +102,24 @@ jobs:
if: github.triggering_actor != 'dd-devflow[bot]'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
persist-credentials: false
- name: Setup Python3
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: "3.12.6"
cache: "pip"
cache-dependency-path: '**/requirements*.txt'
- name: Install python dependencies
run: pip3 install -r requirements.txt
- name: Check qa/[done|no-code-change] labels are not set together
run: |
is_qa_done=1
is_qa_no_code_change=1
for label in $LABELS; do
if [[ "$label" == "qa/done" ]]; then
is_qa_done=0
fi
if [[ "$label" == "qa/no-code-change" ]]; then
is_qa_no_code_change=0
fi
done
if [ $is_qa_done -eq 0 ] && [ $is_qa_no_code_change -eq 0 ]; then
echo "Both 'qa/done' and 'qa/no-code-change' labels are set -- only one of them should be set"
exit 1
fi
echo "No issue with 'qa/done' and 'qa/no-code-change' labels"
env:
LABELS: ${{ needs.fetch-labels.outputs.LABELS}}
run: |
inv -e github.check-qa-labels --labels "${LABELS[@]}"

agenttelemetry-list-change-ack-check:
if: github.triggering_actor != 'dd-devflow[bot]'
runs-on: ubuntu-latest
Expand Down
44 changes: 22 additions & 22 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,49 +173,49 @@ variables:
# To use images from datadog-agent-buildimages dev branches, set the corresponding
# SUFFIX variable to _test_only
DATADOG_AGENT_BUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_BUILDIMAGES: v48815877-9bfad02c
DATADOG_AGENT_BUILDIMAGES: v50094600-7b86dd80
DATADOG_AGENT_WINBUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_WINBUILDIMAGES: v48815877-9bfad02c
DATADOG_AGENT_WINBUILDIMAGES: v50094600-7b86dd80
DATADOG_AGENT_ARMBUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_ARMBUILDIMAGES: v48815877-9bfad02c
DATADOG_AGENT_ARMBUILDIMAGES: v50094600-7b86dd80
DATADOG_AGENT_SYSPROBE_BUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_SYSPROBE_BUILDIMAGES: v48815877-9bfad02c
DATADOG_AGENT_SYSPROBE_BUILDIMAGES: v50094600-7b86dd80
DATADOG_AGENT_BTF_GEN_BUILDIMAGES_SUFFIX: ""
DATADOG_AGENT_BTF_GEN_BUILDIMAGES: v48815877-9bfad02c
DATADOG_AGENT_BTF_GEN_BUILDIMAGES: v50094600-7b86dd80
# New images to enable different version per image - not used yet
CI_IMAGE_BTF_GEN: v48815877-9bfad02c
CI_IMAGE_BTF_GEN: v50094600-7b86dd80
CI_IMAGE_BTF_GEN_SUFFIX: ""
CI_IMAGE_DEB_X64: v48815877-9bfad02c
CI_IMAGE_DEB_X64: v50094600-7b86dd80
CI_IMAGE_DEB_X64_SUFFIX: ""
CI_IMAGE_DEB_ARM64: v48815877-9bfad02c
CI_IMAGE_DEB_ARM64: v50094600-7b86dd80
CI_IMAGE_DEB_ARM64_SUFFIX: ""
CI_IMAGE_DEB_ARMHF: v48815877-9bfad02c
CI_IMAGE_DEB_ARMHF: v50094600-7b86dd80
CI_IMAGE_DEB_ARMHF_SUFFIX: ""
CI_IMAGE_DD_AGENT_TESTING: v48815877-9bfad02c
CI_IMAGE_DD_AGENT_TESTING: v50094600-7b86dd80
CI_IMAGE_DD_AGENT_TESTING_SUFFIX: ""
CI_IMAGE_DOCKER_X64: v48815877-9bfad02c
CI_IMAGE_DOCKER_X64: v50094600-7b86dd80
CI_IMAGE_DOCKER_X64_SUFFIX: ""
CI_IMAGE_DOCKER_ARM64: v48815877-9bfad02c
CI_IMAGE_DOCKER_ARM64: v50094600-7b86dd80
CI_IMAGE_DOCKER_ARM64_SUFFIX: ""
CI_IMAGE_GITLAB_AGENT_DEPLOY: v48815877-9bfad02c
CI_IMAGE_GITLAB_AGENT_DEPLOY: v50094600-7b86dd80
CI_IMAGE_GITLAB_AGENT_DEPLOY_SUFFIX: ""
CI_IMAGE_LINUX_GLIBC_2_17_X64: v48815877-9bfad02c
CI_IMAGE_LINUX_GLIBC_2_17_X64: v50094600-7b86dd80
CI_IMAGE_LINUX_GLIBC_2_17_X64_SUFFIX: ""
CI_IMAGE_LINUX_GLIBC_2_23_ARM64: v48815877-9bfad02c
CI_IMAGE_LINUX_GLIBC_2_23_ARM64: v50094600-7b86dd80
CI_IMAGE_LINUX_GLIBC_2_23_ARM64_SUFFIX: ""
CI_IMAGE_SYSTEM_PROBE_X64: v48815877-9bfad02c
CI_IMAGE_SYSTEM_PROBE_X64: v50094600-7b86dd80
CI_IMAGE_SYSTEM_PROBE_X64_SUFFIX: ""
CI_IMAGE_SYSTEM_PROBE_ARM64: v48815877-9bfad02c
CI_IMAGE_SYSTEM_PROBE_ARM64: v50094600-7b86dd80
CI_IMAGE_SYSTEM_PROBE_ARM64_SUFFIX: ""
CI_IMAGE_RPM_X64: v48815877-9bfad02c
CI_IMAGE_RPM_X64: v50094600-7b86dd80
CI_IMAGE_RPM_X64_SUFFIX: ""
CI_IMAGE_RPM_ARM64: v48815877-9bfad02c
CI_IMAGE_RPM_ARM64: v50094600-7b86dd80
CI_IMAGE_RPM_ARM64_SUFFIX: ""
CI_IMAGE_RPM_ARMHF: v48815877-9bfad02c
CI_IMAGE_RPM_ARMHF: v50094600-7b86dd80
CI_IMAGE_RPM_ARMHF_SUFFIX: ""
CI_IMAGE_WIN_1809_X64: v48815877-9bfad02c
CI_IMAGE_WIN_1809_X64: v50094600-7b86dd80
CI_IMAGE_WIN_1809_X64_SUFFIX: ""
CI_IMAGE_WIN_LTSC2022_X64: v48815877-9bfad02c
CI_IMAGE_WIN_LTSC2022_X64: v50094600-7b86dd80
CI_IMAGE_WIN_LTSC2022_X64_SUFFIX: ""

DATADOG_AGENT_EMBEDDED_PATH: /opt/datadog-agent/embedded
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/common/test_infra_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ variables:
# and check the job creating the image to make sure you have the right SHA prefix
TEST_INFRA_DEFINITIONS_BUILDIMAGES_SUFFIX: ""
# Make sure to update test-infra-definitions version in go.mod as well
TEST_INFRA_DEFINITIONS_BUILDIMAGES: 047dd64128b6
TEST_INFRA_DEFINITIONS_BUILDIMAGES: 1f340fd450e3
2 changes: 1 addition & 1 deletion .gitlab/source_test/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ tests_macos:
rules:
- !reference [.except_mergequeue]
- when: on_success
allow_failure: true
extends: .macos_gitlab
needs: ["go_deps", "go_tools_deps"]
variables:
Expand Down Expand Up @@ -78,6 +77,7 @@ tests_macos_gitlab_arm64:
rules:
!reference [.manual]
tags: ["macos:monterey-arm64", "specific:true"]
allow_failure: true
after_script:
- !reference [.vault_login]
- !reference [.select_python_env_commands]
Expand Down
1 change: 1 addition & 0 deletions LICENSE-3rdparty.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2143,6 +2143,7 @@ core,github.com/stormcat24/protodep/pkg/logger,Apache-2.0,Copyright Akinori Yama
core,github.com/streadway/amqp,BSD-2-Clause,"Copyright (c) 2012-2019, Sean Treadway, SoundCloud Ltd"
core,github.com/stretchr/objx,MIT,"Copyright (c) 2014 Stretchr, Inc | Copyright (c) 2017-2018 objx contributors"
core,github.com/stretchr/testify/assert,MIT,"Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors"
core,github.com/stretchr/testify/assert/yaml,MIT,"Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors"
core,github.com/stretchr/testify/mock,MIT,"Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors"
core,github.com/stretchr/testify/require,MIT,"Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors"
core,github.com/stretchr/testify/suite,MIT,"Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors"
Expand Down
36 changes: 26 additions & 10 deletions cmd/cws-instrumentation/subcommands/tracecmd/trace.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ func Command() []*cobra.Command {

// attach mode
if n := len(params.PIDs); n > 0 {
if params.PIDPerTracer <= 0 {
return fmt.Errorf("%s option but be greater or equal to 1", pidPerTracer)
}

if n < params.PIDPerTracer {
return ptracer.Attach(params.PIDs, params.ProbeAddr, opts)
}
Expand All @@ -145,27 +149,39 @@ func Command() []*cobra.Command {
go func(set []int) {
defer wg.Done()

args := []string{"trace"}

if params.ProcScanDisabled {
args = append(args, fmt.Sprintf(`--%s`, disableProcScanOpt))
}
if params.Async {
args = append(args, fmt.Sprintf(`--%s`, asyncOpt))
args := []string{
"trace",
fmt.Sprintf(`--%s`, probeAddrOpt),
params.ProbeAddr,
}

if params.Verbose {
args = append(args, fmt.Sprintf(`--%s`, verboseOpt))
}
if params.StatsDisabled {
args = append(args, fmt.Sprintf(`--%s`, disableStatsOpt))
if params.Debug {
args = append(args, fmt.Sprintf(`--%s`, debugOpt))
}
if params.UID != -1 {
args = append(args, fmt.Sprintf(`--%s`, uidOpt), fmt.Sprintf(`%d`, params.UID))
}
if params.GID != -1 {
args = append(args, fmt.Sprintf(`--%s`, gidOpt), fmt.Sprintf(`%d`, params.GID))
}
args = append(args, fmt.Sprintf(`--%s`, probeAddrOpt), params.ProbeAddr)
if params.Async {
args = append(args, fmt.Sprintf(`--%s`, asyncOpt))
}
if params.StatsDisabled {
args = append(args, fmt.Sprintf(`--%s`, disableStatsOpt))
}
if params.ProcScanDisabled {
args = append(args, fmt.Sprintf(`--%s`, disableProcScanOpt))
}
if params.ScanProcEvery != "" {
args = append(args, fmt.Sprintf(`--%s`, scanProcEveryOpt), params.ScanProcEvery)
}
if params.SeccompDisabled {
args = append(args, fmt.Sprintf(`--%s`, disableSeccompOpt))
}

for _, pid := range set {
args = append(args, fmt.Sprintf(`--%s`, pidOpt), fmt.Sprintf(`%d`, pid))
Expand Down
24 changes: 22 additions & 2 deletions cmd/installer/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,33 @@
package main

import (
"fmt"
"os"

"github.com/DataDog/datadog-agent/cmd/installer/command"
"github.com/DataDog/datadog-agent/cmd/installer/subcommands"
"github.com/DataDog/datadog-agent/cmd/internal/runcmd"
"github.com/spf13/cobra"
"go.uber.org/dig"

installerErrors "github.com/DataDog/datadog-agent/pkg/fleet/installer/errors"
)

func main() {
os.Exit(runcmd.Run(command.MakeCommand(subcommands.InstallerSubcommands())))
os.Exit(runCmd(command.MakeCommand(subcommands.InstallerSubcommands())))
}

func runCmd(cmd *cobra.Command) int {
// always silence errors, since they are handled here
cmd.SilenceErrors = true

err := cmd.Execute()
if err != nil {
if rootCauseErr := dig.RootCause(err); rootCauseErr != err {
fmt.Fprintln(cmd.ErrOrStderr(), installerErrors.FromErr(rootCauseErr).ToJSON())
} else {
fmt.Fprintln(cmd.ErrOrStderr(), installerErrors.FromErr(err).ToJSON())
}
return -1
}
return 0
}
4 changes: 2 additions & 2 deletions cmd/installer/subcommands/installer/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ import (

"github.com/DataDog/datadog-agent/cmd/installer/command"
"github.com/DataDog/datadog-agent/pkg/fleet/bootstrapper"
"github.com/DataDog/datadog-agent/pkg/fleet/env"
"github.com/DataDog/datadog-agent/pkg/fleet/installer"
"github.com/DataDog/datadog-agent/pkg/fleet/installer/env"
"github.com/DataDog/datadog-agent/pkg/fleet/telemetry"
"github.com/DataDog/datadog-agent/pkg/version"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -226,7 +226,7 @@ func newTelemetry(env *env.Env) *telemetry.Telemetry {
if site == "" {
site = config.Site
}
t, err := telemetry.NewTelemetry(apiKey, site, "datadog-installer") // No sampling rules for commands
t, err := telemetry.NewTelemetry(env.HTTPClient(), apiKey, site, "datadog-installer") // No sampling rules for commands
if err != nil {
fmt.Printf("failed to initialize telemetry: %v\n", err)
return nil
Expand Down
2 changes: 1 addition & 1 deletion cmd/system-probe/config/adjust_usm.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const (

func adjustUSM(cfg model.Config) {
if cfg.GetBool(smNS("enabled")) {
applyDefault(cfg, netNS("enable_http_monitoring"), true)
applyDefault(cfg, netNS("enable_https_monitoring"), true)
applyDefault(cfg, spNS("enable_runtime_compiler"), true)
applyDefault(cfg, spNS("enable_kernel_header_download"), true)
Expand All @@ -28,6 +27,7 @@ func adjustUSM(cfg model.Config) {
}

deprecateBool(cfg, netNS("enable_http_monitoring"), smNS("enable_http_monitoring"))
applyDefault(cfg, smNS("enable_http_monitoring"), true)
deprecateBool(cfg, netNS("enable_https_monitoring"), smNS("tls", "native", "enabled"))
deprecateBool(cfg, smNS("enable_go_tls_support"), smNS("tls", "go", "enabled"))
applyDefault(cfg, smNS("tls", "go", "enabled"), true)
Expand Down
1 change: 1 addition & 0 deletions comp/api/api/def/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ go 1.22.0
require go.uber.org/fx v1.22.2

require (
github.com/stretchr/testify v1.10.0 // indirect
go.uber.org/dig v1.18.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/api/api/def/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion comp/api/authtoken/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require (
github.com/DataDog/datadog-agent/pkg/api v0.56.0
github.com/DataDog/datadog-agent/pkg/util/fxutil v0.56.0
github.com/DataDog/datadog-agent/pkg/util/optional v0.59.0
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
go.uber.org/fx v1.22.2
)

Expand Down
4 changes: 2 additions & 2 deletions comp/api/authtoken/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion comp/core/config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/optional v0.59.0
github.com/DataDog/datadog-agent/pkg/util/winutil v0.59.0
github.com/DataDog/viper v1.13.5
github.com/stretchr/testify v1.9.0
github.com/stretchr/testify v1.10.0
go.uber.org/fx v1.22.2
)

Expand Down
4 changes: 2 additions & 2 deletions comp/core/config/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion comp/core/flare/types/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
)

require (
github.com/stretchr/testify v1.9.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
go.uber.org/dig v1.18.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions comp/core/flare/types/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading