Skip to content

Commit

Permalink
fix security error
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <[email protected]>
  • Loading branch information
eliottness committed Nov 26, 2024
1 parent 68be57c commit fadae61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion utils/build/docker/golang/app/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ require (
github.com/DataDog/datadog-go/v5 v5.5.0 // indirect
github.com/DataDog/go-libddwaf/v3 v3.5.1 // indirect
github.com/DataDog/go-tuf v1.1.0-0.5.2 // indirect
github.com/DataDog/orchestrion v1.0.0-rc.1
github.com/DataDog/orchestrion v1.0.0-rc.1.0.20241125144142-7a1775cef3a4
github.com/DataDog/sketches-go v1.4.6 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions utils/build/docker/golang/app/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ github.com/DataDog/gostackparse v0.7.0 h1:i7dLkXHvYzHV308hnkvVGDL3BR4FWl7IsXNPz/
github.com/DataDog/gostackparse v0.7.0/go.mod h1:lTfqcJKqS9KnXQGnyQMCugq3u1FP6UZMfWR0aitKFMM=
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.21.0 h1:hgbTFS6SkqbzOiWSfP58dZ/Jpjlmv6dpD4+V4LDHm2Q=
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.21.0/go.mod h1:dvIWN9pA2zWNTw5rhDWZgzZnhcfpH++d+8d1SWW6xkY=
github.com/DataDog/orchestrion v1.0.0-rc.1 h1:WhgDBJptlPD3XIHfltO5lkiJWy3SdSxlF0eBpRfY0Vo=
github.com/DataDog/orchestrion v1.0.0-rc.1/go.mod h1:raSfICDkiLEfl+NRZaTRPovoFINvWJZ0BurXwhmHwtE=
github.com/DataDog/orchestrion v1.0.0-rc.1.0.20241125144142-7a1775cef3a4 h1:BDTvPyIqqCXeEJvll0jQxfMZSvwpr/heEPGWos57gMs=
github.com/DataDog/orchestrion v1.0.0-rc.1.0.20241125144142-7a1775cef3a4/go.mod h1:raSfICDkiLEfl+NRZaTRPovoFINvWJZ0BurXwhmHwtE=
github.com/DataDog/sketches-go v1.4.6 h1:acd5fb+QdUzGrosfNLwrIhqyrbMORpvBy7mE+vHlT3I=
github.com/DataDog/sketches-go v1.4.6/go.mod h1:7Y8GN8Jf66DLyDhc94zuWA3uHEt/7ttt8jHOBWWrSOg=
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 h1:3c8yed4lgqTt+oTQ+JNMDo+F4xprBf+O/il4ZC0nRLw=
Expand Down
4 changes: 1 addition & 3 deletions utils/build/docker/golang/go.work
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
go 1.22.0

toolchain go1.22.4
go 1.22.9

use (
./app
Expand Down

0 comments on commit fadae61

Please sign in to comment.