1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-18 11:12:10 +02:00

Bump github.com/newrelic/go-agent from 2.2.0+incompatible to 2.14.0+incompatible (#216)

* Bump github.com/newrelic/go-agent

Bumps [github.com/newrelic/go-agent](https://github.com/newrelic/go-agent) from 2.2.0+incompatible to 2.14.0+incompatible.
- [Release notes](https://github.com/newrelic/go-agent/releases)
- [Changelog](https://github.com/newrelic/go-agent/blob/master/CHANGELOG.md)
- [Commits](https://github.com/newrelic/go-agent/compare/v2.2.0...v2.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Tidy mods
This commit is contained in:
dependabot-preview[bot] 2019-10-15 20:12:44 +06:00 committed by Sergey Alexandrovich
parent 682272a6a4
commit 7fb65da094
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

@ -20,7 +20,7 @@ require (
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/matoous/go-nanoid v0.0.0-20181114085210-eab626deece6
github.com/newrelic/go-agent v2.2.0+incompatible
github.com/newrelic/go-agent v2.14.0+incompatible
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 // indirect
github.com/prometheus/client_golang v0.9.4
github.com/shirou/gopsutil v2.18.12+incompatible // indirect

4
go.sum
View File

@ -80,8 +80,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
github.com/newrelic/go-agent v2.2.0+incompatible h1:h7uU1vi+U6Z8TW4az5yewM68QMScsArxezuHvDFgSvU=
github.com/newrelic/go-agent v2.2.0+incompatible/go.mod h1:a8Fv1b/fYhFSReoTU6HDkTYIMZeSVNffmoS726Y0LzQ=
github.com/newrelic/go-agent v2.14.0+incompatible h1:83GRPhTz1Ctf+cmjhdPxkJzOro5cC0vAMHNPunY9p2k=
github.com/newrelic/go-agent v2.14.0+incompatible/go.mod h1:a8Fv1b/fYhFSReoTU6HDkTYIMZeSVNffmoS726Y0LzQ=
github.com/openzipkin/zipkin-go v0.1.1/go.mod h1:NtoC/o8u3JlF1lSlyPNswIbeQH9bJTmOf0Erfk+hxe8=
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709 h1:zNBQb37RGLmJybyMcs983HfUfpkw9OTFD9tbBfAViHE=
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709/go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34=