Skip to content

Commit 325397e

Browse files
committed
chore: update go.mod and go.sum
1 parent 7e76577 commit 325397e

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.24.0
55
require (
66
github.com/ansrivas/fiberprometheus/v2 v2.16.0
77
github.com/caarlos0/env/v6 v6.10.1
8-
github.com/go-playground/validator/v10 v10.30.1
98
github.com/gofiber/fiber/v2 v2.52.11
109
github.com/italia/publiccode-parser-go/v5 v5.2.3
1110
github.com/stretchr/testify v1.11.1
@@ -23,6 +22,7 @@ require (
2322
github.com/github/go-spdx/v2 v2.3.3 // indirect
2423
github.com/go-playground/locales v0.14.1 // indirect
2524
github.com/go-playground/universal-translator v0.18.1 // indirect
25+
github.com/go-playground/validator/v10 v10.30.1 // indirect
2626
github.com/google/uuid v1.6.0 // indirect
2727
github.com/italia/httpclient-lib-go v0.0.2 // indirect
2828
github.com/klauspost/compress v1.18.2 // indirect
@@ -31,15 +31,13 @@ require (
3131
github.com/mattn/go-isatty v0.0.20 // indirect
3232
github.com/mattn/go-runewidth v0.0.16 // indirect
3333
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
34-
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
3534
github.com/pmezard/go-difflib v1.0.0 // indirect
3635
github.com/prometheus/client_golang v1.23.2 // indirect
3736
github.com/prometheus/client_model v0.6.2 // indirect
3837
github.com/prometheus/common v0.66.1 // indirect
3938
github.com/prometheus/procfs v0.16.1 // indirect
4039
github.com/rivo/uniseg v0.4.7 // indirect
4140
github.com/sirupsen/logrus v1.9.1 // indirect
42-
github.com/tinylib/msgp v1.2.5 // indirect
4341
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
4442
github.com/valyala/bytebufferpool v1.0.0 // indirect
4543
github.com/valyala/fasthttp v1.69.0 // indirect

go.sum

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ github.com/mattn/go-runewidth v0.0.16 h1:E5ScNMtiwvlvB5paMFdw9p4kSQzbXFikJ5SQO6T
6565
github.com/mattn/go-runewidth v0.0.16/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w=
6666
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=
6767
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
68-
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c h1:dAMKvw0MlJT1GshSTtih8C2gDs04w8dReiOGXrGLNoY=
69-
github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c/go.mod h1:RqIHx9QI14HlwKwm98g9Re5prTQ6LdeRQn+gXJFxsJM=
7068
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
7169
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
7270
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
@@ -91,8 +89,6 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
9189
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
9290
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
9391
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
94-
github.com/tinylib/msgp v1.2.5 h1:WeQg1whrXRFiZusidTQqzETkRpGjFjcIhW6uqWH09po=
95-
github.com/tinylib/msgp v1.2.5/go.mod h1:ykjzy2wzgrlvpDCRc4LA8UXy6D8bzMSuAF3WD57Gok0=
9692
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 h1:nrZ3ySNYwJbSpD6ce9duiP+QkD3JuLCcWkdaehUS/3Y=
9793
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80/go.mod h1:iFyPdL66DjUD96XmzVL3ZntbzcflLnznH0fr99w5VqE=
9894
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=

0 commit comments

Comments
 (0)