Skip to content

Commit

Permalink
Merge branch 'main' into evgb-ResourceIdUUIDConversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jeniawhite committed May 3, 2022
2 parents efabb65 + 2827e89 commit 9435d48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ require (
go.elastic.co/go-licence-detector v0.4.0
go.uber.org/goleak v1.1.12
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.23.5
)

require (
Expand All @@ -53,7 +54,7 @@ require (
github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 // indirect
github.com/eapache/queue v1.1.0 // indirect
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20220413140705-d101ba1d2ae5
github.com/elastic/csp-security-policies v0.0.15-go-lib
github.com/elastic/csp-security-policies v0.0.16-go-lib
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-ini/ini v1.66.4 // indirect
github.com/go-logr/logr v1.2.2 // indirect
Expand Down Expand Up @@ -204,7 +205,6 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/jcmturner/gokrb5.v7 v7.5.0 // indirect
howett.net/plist v1.0.0 // indirect
k8s.io/api v0.23.5 // indirect
)

replace (
Expand Down
8 changes: 2 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -515,12 +515,8 @@ github.com/eclipse/paho.mqtt.golang v1.3.5/go.mod h1:eTzb4gxwwyWpqBUHGQZ4ABAV7+J
github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaBNrHW5M=
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20220413140705-d101ba1d2ae5 h1:kINUJJmzJyws37K/4TXyUI9Odv/2vTjHlg8BXTXCtBA=
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20220413140705-d101ba1d2ae5/go.mod h1:PhsCH91qJN33+rN/L8q2jWILmswlezJ6T+MMM6EDc8g=
github.com/elastic/csp-security-policies v0.0.14-go-lib h1:B/Ylu4aLhfcOcM3YivzwMd4BB/NoT/jFIV98fXtZDVA=
github.com/elastic/csp-security-policies v0.0.14-go-lib/go.mod h1:24NNr0b/5HTGtndJOmhrefb59rd7NjuqI/To39tgn+w=
github.com/elastic/csp-security-policies v0.0.15-go-lib h1:lLmtmmL9Gngo8F8y0K1dwA6UW00sfIW3zq4t8CjuHkU=
github.com/elastic/csp-security-policies v0.0.15-go-lib/go.mod h1:24NNr0b/5HTGtndJOmhrefb59rd7NjuqI/To39tgn+w=
github.com/elastic/csp-security-policies v0.0.15-go-lib-alpha h1:hiVX1rm/jnBt7eiSQkDo8xTx6mF8kyg1kQpnnc21zpI=
github.com/elastic/csp-security-policies v0.0.15-go-lib-alpha/go.mod h1:24NNr0b/5HTGtndJOmhrefb59rd7NjuqI/To39tgn+w=
github.com/elastic/csp-security-policies v0.0.16-go-lib h1:i6Ugg9cKiOTPnVThTDVq2O7MNn2Ek/c45Wc+GsOVYtE=
github.com/elastic/csp-security-policies v0.0.16-go-lib/go.mod h1:24NNr0b/5HTGtndJOmhrefb59rd7NjuqI/To39tgn+w=
github.com/elastic/elastic-agent-client/v7 v7.0.0-20210727140539-f0905d9377f6 h1:nFvXHBjYK3e9+xF0WKDeAKK4aOO51uC28s+L9rBmilo=
github.com/elastic/elastic-agent-client/v7 v7.0.0-20210727140539-f0905d9377f6/go.mod h1:uh/Gj9a0XEbYoM4NYz4LvaBVARz3QXLmlNjsrKY9fTc=
github.com/elastic/elastic-agent-libs v0.1.1/go.mod h1:h8K/f7RcdxM2f19VahcS1jeco170ItqV9N7HyYsn9Ss=
Expand Down

0 comments on commit 9435d48

Please sign in to comment.