diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index 7be43714d..1790a8c94 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -6,13 +6,13 @@ orchestrion,github.com/DataDog/datadog-go/v5/statsd,MIT,"Copyright (c) 2015 Data orchestrion,github.com/DataDog/go-libddwaf/v3,Apache-2.0,"Copyright 2016-present Datadog, Inc." orchestrion,github.com/DataDog/go-sqllexer,MIT,"Copyright (c) 2023 Datadog, Inc." orchestrion,github.com/DataDog/go-tuf,BSD-3-Clause,"Copyright (c) 2014-2020 Prime Directive, Inc. All rights reserved." +orchestrion,github.com/DataDog/orchestrion,Apache-2.0,"Copyright 2023 Datadog, Inc. | Copyright [2023-Present] Datadog, Inc." orchestrion,github.com/Microsoft/go-winio,MIT,Copyright (c) 2015 Microsoft orchestrion,github.com/aymanbagabas/go-osc52/v2,MIT,Copyright (c) 2022 Ayman Bagabas orchestrion,github.com/cespare/xxhash/v2,MIT,Copyright (c) 2016 Caleb Spare orchestrion,github.com/charmbracelet/lipgloss,MIT,"Copyright (c) 2021-2023 Charmbracelet, Inc" orchestrion,github.com/charmbracelet/x/ansi,MIT,"Copyright (c) 2023 Charmbracelet, Inc." orchestrion,github.com/cpuguy83/go-md2man/v2/md2man,MIT,Copyright (c) 2014 Brian Goff -orchestrion,github.com/DataDog/orchestrion,Apache-2.0,"Copyright 2023 Datadog, Inc. | Copyright [2023-Present] Datadog, Inc." orchestrion,github.com/dave/dst,MIT,Copyright (c) 2018 David Brophy | Copyright (c) 2009 The Go Authors. All rights reserved. orchestrion,github.com/dave/jennifer/jen,MIT,Copyright (c) 2017 David Brophy orchestrion,github.com/dlclark/regexp2,MIT,unknown diff --git a/_integration-tests/go.mod b/_integration-tests/go.mod index c726cb7cd..f8d93d583 100644 --- a/_integration-tests/go.mod +++ b/_integration-tests/go.mod @@ -5,6 +5,7 @@ go 1.22.6 replace github.com/DataDog/orchestrion => ../ require ( + github.com/DataDog/orchestrion v0.7.4 github.com/IBM/sarama v1.43.3 github.com/Shopify/sarama v1.38.1 github.com/aws/aws-sdk-go v1.55.5 @@ -12,7 +13,6 @@ require ( github.com/aws/aws-sdk-go-v2/config v1.27.30 github.com/aws/aws-sdk-go-v2/credentials v1.17.29 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.6 - github.com/DataDog/orchestrion v0.7.4 github.com/dave/jennifer v1.7.0 github.com/docker/go-connections v0.5.0 github.com/gin-gonic/gin v1.10.0 diff --git a/internal/injector/builtin/generated.go b/internal/injector/builtin/generated.go index aab573427..46d9c9da3 100644 --- a/internal/injector/builtin/generated.go +++ b/internal/injector/builtin/generated.go @@ -834,4 +834,4 @@ var InjectedPaths = [...]string{ } // Checksum is a checksum of the built-in configuration which can be used to invalidate caches. -const Checksum = "sha512:EAu2p1EnXYn3Vl9oxZKiXBexiu+ecyJn62uo2ORzY5PpPnpTVW2foTHAKGZAkELYcgBJkJ6NUP+CfXdIpifoHA==" +const Checksum = "sha512:EFmDr5uNUrrEZA9iYFDILN2M9KleMhlbZOin5al+p9gx8lXvOkYvr/+msElckqcxwoe8bDFeG+i09ByEovIuqw==" diff --git a/samples/go.mod b/samples/go.mod index 175282ab8..503d72553 100644 --- a/samples/go.mod +++ b/samples/go.mod @@ -5,12 +5,12 @@ go 1.22.6 replace github.com/DataDog/orchestrion => ../ require ( + github.com/DataDog/orchestrion v0.0.0-00010101000000-000000000000 github.com/IBM/sarama v1.43.3 github.com/Shopify/sarama v1.38.1 github.com/aws/aws-sdk-go v1.55.5 github.com/aws/aws-sdk-go-v2 v1.30.4 github.com/aws/aws-sdk-go-v2/service/s3 v1.60.1 - github.com/DataDog/orchestrion v0.0.0-00010101000000-000000000000 github.com/gin-gonic/gin v1.10.0 github.com/go-chi/chi/v5 v5.1.0 github.com/go-redis/redis/v7 v7.4.1