File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/vadasambar/datadog-service
33go 1.17
44
55require (
6- github.com/DataDog/datadog-api-client-go v1.6 .0
6+ github.com/DataDog/datadog-api-client-go v1.16 .0
77 github.com/Masterminds/semver/v3 v3.1.1
88 github.com/cloudevents/sdk-go/v2 v2.10.0
99 github.com/kelseyhightower/envconfig v1.4.0
@@ -15,6 +15,7 @@ require (
1515)
1616
1717require (
18+ github.com/DataDog/zstd v1.5.0 // indirect
1819 github.com/PuerkitoBio/purell v1.1.1 // indirect
1920 github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
2021 github.com/benbjohnson/clock v1.3.0 // indirect
Original file line number Diff line number Diff line change @@ -45,8 +45,10 @@ github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZ
4545github.com/Azure/go-autorest/tracing v0.6.0 /go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU =
4646github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
4747github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
48- github.com/DataDog/datadog-api-client-go v1.6.0 h1:ccMzM4vw37/8ww9VKKydWMrI+xEs0uE13O5mkG9Ny/8 =
49- github.com/DataDog/datadog-api-client-go v1.6.0 /go.mod h1:QzaQF1cDO1/BIQG1fz14VrY+6RECUGkiwzDCtVbfP5c =
48+ github.com/DataDog/datadog-api-client-go v1.16.0 h1:5jOZv1m98criCvYTa3qpW8Hzv301nbZX3K9yJtwGyWY =
49+ github.com/DataDog/datadog-api-client-go v1.16.0 /go.mod h1:PgrP2ABuJWL3Auw2iEkemAJ/r72ghG4DQQmb5sgnKW4 =
50+ github.com/DataDog/zstd v1.5.0 h1:+K/VEwIAaPcHiMtQvpLD4lqW7f0Gk3xdYZmI1hD+CXo =
51+ github.com/DataDog/zstd v1.5.0 /go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw =
5052github.com/Masterminds/semver/v3 v3.1.1 h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc =
5153github.com/Masterminds/semver/v3 v3.1.1 /go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs =
5254github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 /go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ =
You can’t perform that action at this time.
0 commit comments