diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-07-24 14:09:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-24 14:09:11 +0300 |
| commit | 7746337964fd50b2eac170333efa05e7a5676a1c (patch) | |
| tree | 5485c7a8ad89f5bc2af653b349acd710997421ee /backend/go.mod | |
| parent | fix/rankings: remove debug return (diff) | |
| download | lphub-7746337964fd50b2eac170333efa05e7a5676a1c.tar.gz lphub-7746337964fd50b2eac170333efa05e7a5676a1c.tar.bz2 lphub-7746337964fd50b2eac170333efa05e7a5676a1c.zip | |
feat/backend: add newrelic integration (#274)
Diffstat (limited to 'backend/go.mod')
| -rw-r--r-- | backend/go.mod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/go.mod b/backend/go.mod index e6f87c4..f9fe0db 100644 --- a/backend/go.mod +++ b/backend/go.mod | |||
| @@ -32,9 +32,13 @@ require ( | |||
| 32 | github.com/josharian/intern v1.0.0 // indirect | 32 | github.com/josharian/intern v1.0.0 // indirect |
| 33 | github.com/klauspost/cpuid/v2 v2.2.8 // indirect | 33 | github.com/klauspost/cpuid/v2 v2.2.8 // indirect |
| 34 | github.com/mailru/easyjson v0.7.7 // indirect | 34 | github.com/mailru/easyjson v0.7.7 // indirect |
| 35 | github.com/newrelic/go-agent/v3 v3.40.1 // indirect | ||
| 36 | github.com/newrelic/go-agent/v3/integrations/nrgin v1.4.1 // indirect | ||
| 35 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | 37 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
| 36 | golang.org/x/arch v0.10.0 // indirect | 38 | golang.org/x/arch v0.10.0 // indirect |
| 37 | golang.org/x/tools v0.25.0 // indirect | 39 | golang.org/x/tools v0.25.0 // indirect |
| 40 | google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect | ||
| 41 | google.golang.org/grpc v1.65.0 // indirect | ||
| 38 | gopkg.in/yaml.v3 v3.0.1 // indirect | 42 | gopkg.in/yaml.v3 v3.0.1 // indirect |
| 39 | ) | 43 | ) |
| 40 | 44 | ||