Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions comp/core/secrets/fx/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@ require (
github.com/gofrs/flock v0.13.0 // indirect
github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mdlayher/socket v0.5.1 // indirect
github.com/mdlayher/vsock v1.2.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
Expand Down
14 changes: 14 additions & 0 deletions comp/core/secrets/fx/go.sum

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

3 changes: 2 additions & 1 deletion comp/core/secrets/impl/fetch_secret.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ package secretsimpl
import (
"bytes"
"context"
"encoding/json"
"errors"
"fmt"
"os/exec"
"strconv"
"strings"
"time"

json "github.com/json-iterator/go"

secrets "github.com/DataDog/datadog-agent/comp/core/secrets/def"
"github.com/DataDog/datadog-agent/pkg/util/log"
)
Expand Down
3 changes: 3 additions & 0 deletions comp/core/secrets/impl/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ require (
github.com/DataDog/datadog-agent/pkg/util/testutil v0.59.0
github.com/DataDog/datadog-agent/pkg/util/winutil v0.68.3
github.com/benbjohnson/clock v1.3.5
github.com/json-iterator/go v1.1.12
github.com/stretchr/testify v1.11.1
golang.org/x/exp v0.0.0-20251209150349-8475f28825e9
golang.org/x/sys v0.39.0
Expand Down Expand Up @@ -52,6 +53,8 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mdlayher/socket v0.5.1 // indirect
github.com/mdlayher/vsock v1.2.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
Expand Down
14 changes: 14 additions & 0 deletions comp/core/secrets/impl/go.sum

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