diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-08-15 18:10:19 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-08-15 18:10:19 +0300 |
| commit | f1798f570d645c5148908461064e402baadd2ed1 (patch) | |
| tree | 9990b4c94a406d712b50f10e9d53dab63696f9f1 /backend/go.mod | |
| parent | chore: frontend package stuff (diff) | |
| parent | feat/backend: add newrelic integration (#274) (diff) | |
| download | lphub-f1798f570d645c5148908461064e402baadd2ed1.tar.gz lphub-f1798f570d645c5148908461064e402baadd2ed1.tar.bz2 lphub-f1798f570d645c5148908461064e402baadd2ed1.zip | |
feat/frontend: update tailwind to main branch
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 | ||