Skip to content

Commit 750d466

Browse files
committed
Go mod tidy
1 parent 6ac9576 commit 750d466

File tree

133 files changed

+198
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+198
-200
lines changed

.github/workflows/apps/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
)
99

1010
require (
11-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
11+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1212
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1313
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1414
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

.github/workflows/apps/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/99designs/gqlgen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
)
1111

1212
require (
13-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
13+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1414
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1515
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1616
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/99designs/gqlgen/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/99designs/gqlgen v0.17.36 h1:u/o/rv2SZ9s5280dyUOOrkpIIkr/7kITMXYD3rkJ9go=
22
github.com/99designs/gqlgen v0.17.36/go.mod h1:6RdyY8puhCoWAQVr2qzF2OMVfudQzc8ACxzpzluoQm4=
3-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
4-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
3+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
4+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
55
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
66
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
77
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/IBM/sarama/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
)
1010

1111
require (
12-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
12+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1313
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1414
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1515
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/IBM/sarama/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/Shopify/sarama/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
)
1010

1111
require (
12-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
12+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1313
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1414
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1515
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/Shopify/sarama/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/aws/aws-sdk-go-v2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
)
2020

2121
require (
22-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
22+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
2323
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
2424
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
2525
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/aws/aws-sdk-go-v2/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/aws/aws-sdk-go/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
)
1010

1111
require (
12-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
12+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1313
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1414
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1515
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/aws/aws-sdk-go/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/bradfitz/gomemcache/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
)
1010

1111
require (
12-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
12+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1313
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1414
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1515
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/bradfitz/gomemcache/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/cloud.google.com/go/pubsub.v1/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
cloud.google.com/go v0.112.1 // indirect
1515
cloud.google.com/go/compute/metadata v0.5.2 // indirect
1616
cloud.google.com/go/iam v1.1.7 // indirect
17-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
17+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1818
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1919
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
2020
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/cloud.google.com/go/pubsub.v1/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ cloud.google.com/go/kms v1.15.8/go.mod h1:WoUHcDjD9pluCg7pNds131awnH429QGvRM3N/4
1010
cloud.google.com/go/pubsub v1.37.0 h1:0uEEfaB1VIJzabPpwpZf44zWAKAme3zwKKxHk7vJQxQ=
1111
cloud.google.com/go/pubsub v1.37.0/go.mod h1:YQOQr1uiUM092EXwKs56OPT650nwnawc+8/IjoUeGzQ=
1212
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
13-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
14-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
13+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
14+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
1515
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
1616
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
1717
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/confluentinc/confluent-kafka-go/kafka.v2/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
)
1111

1212
require (
13-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
13+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1414
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1515
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1616
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/confluentinc/confluent-kafka-go/kafka.v2/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/AlecAivazis/survey/v2 v2.3.7 h1:6I/u8FvytdGsgonrYsVn2t8t4QiRnh6QSTqkk
66
github.com/AlecAivazis/survey/v2 v2.3.7/go.mod h1:xUTIdE4KCOIjsBAE1JYsUPoCqYdZ1reCfTwbto0Fduo=
77
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOElx5B5HZ4hJQsoJ/PvUvKRhJHDQXO8P8=
88
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1/go.mod h1:xomTg63KZ2rFqZQzSB4Vz2SUXa1BpHTVz9L5PTmPC4E=
9-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
10-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
9+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
10+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
1111
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
1212
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
1313
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/confluentinc/confluent-kafka-go/kafka/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
)
1111

1212
require (
13-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
13+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1414
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1515
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1616
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/confluentinc/confluent-kafka-go/kafka/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
22
cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
33
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
4-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
5-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
4+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
5+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
66
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
77
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
88
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/database/sql/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
)
1717

1818
require (
19-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
19+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
2020
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
2121
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
2222
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/database/sql/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/dimfeld/httptreemux.v5/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
)
1111

1212
require (
13-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
13+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1414
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1515
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1616
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/dimfeld/httptreemux.v5/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/elastic/go-elasticsearch.v6/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
)
1212

1313
require (
14-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
14+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1515
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1616
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1717
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/elastic/go-elasticsearch.v6/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/emicklei/go-restful.v3/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
)
1010

1111
require (
12-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
12+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1313
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1414
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1515
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/emicklei/go-restful.v3/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/envoyproxy/go-control-plane/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
)
1414

1515
require (
16-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
16+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1717
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1818
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1919
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/envoyproxy/go-control-plane/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

contrib/gin-gonic/gin/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
)
1010

1111
require (
12-
github.com/DataDog/appsec-internal-go v1.9.0 // indirect
12+
github.com/DataDog/appsec-internal-go v1.11.1 // indirect
1313
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 // indirect
1414
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 // indirect
1515
github.com/DataDog/datadog-agent/pkg/proto v0.64.0-rc.1 // indirect

contrib/gin-gonic/gin/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/DataDog/appsec-internal-go v1.9.0 h1:cGOneFsg0JTRzWl5U2+og5dbtyW3N8XaYwc5nXe39Vw=
2-
github.com/DataDog/appsec-internal-go v1.9.0/go.mod h1:wW0cRfWBo4C044jHGwYiyh5moQV2x0AhnwqMuiX7O/g=
1+
github.com/DataDog/appsec-internal-go v1.11.1 h1:fglJG3/bY68kaUePi8TO+uPPHKVm+HvYohizFsDCXHg=
2+
github.com/DataDog/appsec-internal-go v1.11.1/go.mod h1:9YppRCpElfGX+emXOKruShFYsdPq7WEPq/Fen4tYYpk=
33
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1 h1:XHITEDEb6NVc9n+myS8KJhdK0vKOvY0BTWSFrFynm4s=
44
github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.64.0-rc.1/go.mod h1:lzCtnMSGZm/3RMk5RBRW/6IuK1TNbDXx1ttHTxN5Ykc=
55
github.com/DataDog/datadog-agent/pkg/obfuscate v0.64.0-rc.1 h1:63L66uiNazsZs1DCmb5aDv/YAkCqn6xKqc0aYeATkQ8=

0 commit comments

Comments
 (0)