Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion middleware/compress/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.26.0

require (
github.com/andybalholm/brotli v1.2.1
github.com/goceleris/celeris v1.3.0
github.com/goceleris/celeris v1.3.2
github.com/klauspost/compress v1.18.5
)

Expand Down
4 changes: 2 additions & 2 deletions middleware/compress/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/andybalholm/brotli v1.2.1 h1:R+f5xP285VArJDRgowrfb9DqL18yVK0gKAW/F+eTWro=
github.com/andybalholm/brotli v1.2.1/go.mod h1:rzTDkvFWvIrjDXZHkuS16NPggd91W3kUSvPlQ1pLaKY=
github.com/goceleris/celeris v1.3.0 h1:HMel3u9QtGXmNhj/1/dOYYtu8ka9PdKiZmM1yODtbYw=
github.com/goceleris/celeris v1.3.0/go.mod h1:ggmoCgYpizDXzmYZwoHT56P4bUSxRWCSS5B4NR8vQAg=
github.com/goceleris/celeris v1.3.2 h1:9vvbdolAm2fuh1Aq+Beqr23KZ3m3cUU+qfRHZJdS+T0=
github.com/goceleris/celeris v1.3.2/go.mod h1:ggmoCgYpizDXzmYZwoHT56P4bUSxRWCSS5B4NR8vQAg=
github.com/klauspost/compress v1.18.5 h1:/h1gH5Ce+VWNLSWqPzOVn6XBO+vJbCNGvjoaGBFW2IE=
github.com/klauspost/compress v1.18.5/go.mod h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU=
Expand Down
2 changes: 1 addition & 1 deletion middleware/metrics/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/goceleris/celeris/middleware/metrics
go 1.26.0

require (
github.com/goceleris/celeris v1.3.0
github.com/goceleris/celeris v1.3.2
github.com/prometheus/client_golang v1.23.2
github.com/prometheus/client_model v0.6.2
github.com/prometheus/common v0.66.1
Expand Down
4 changes: 2 additions & 2 deletions middleware/metrics/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XL
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/goceleris/celeris v1.3.0 h1:HMel3u9QtGXmNhj/1/dOYYtu8ka9PdKiZmM1yODtbYw=
github.com/goceleris/celeris v1.3.0/go.mod h1:ggmoCgYpizDXzmYZwoHT56P4bUSxRWCSS5B4NR8vQAg=
github.com/goceleris/celeris v1.3.2 h1:9vvbdolAm2fuh1Aq+Beqr23KZ3m3cUU+qfRHZJdS+T0=
github.com/goceleris/celeris v1.3.2/go.mod h1:ggmoCgYpizDXzmYZwoHT56P4bUSxRWCSS5B4NR8vQAg=
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
Expand Down
2 changes: 1 addition & 1 deletion middleware/otel/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/goceleris/celeris/middleware/otel
go 1.26.0

require (
github.com/goceleris/celeris v1.3.0
github.com/goceleris/celeris v1.3.2
go.opentelemetry.io/otel v1.43.0
go.opentelemetry.io/otel/metric v1.43.0
go.opentelemetry.io/otel/sdk v1.43.0
Expand Down
4 changes: 2 additions & 2 deletions middleware/otel/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ github.com/go-logr/logr v1.4.3 h1:CjnDlHq8ikf6E492q6eKboGOC0T8CDaOvkHCIg8idEI=
github.com/go-logr/logr v1.4.3/go.mod h1:9T104GzyrTigFIr8wt5mBrctHMim0Nb2HLGrmQ40KvY=
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE=
github.com/goceleris/celeris v1.3.0 h1:HMel3u9QtGXmNhj/1/dOYYtu8ka9PdKiZmM1yODtbYw=
github.com/goceleris/celeris v1.3.0/go.mod h1:ggmoCgYpizDXzmYZwoHT56P4bUSxRWCSS5B4NR8vQAg=
github.com/goceleris/celeris v1.3.2 h1:9vvbdolAm2fuh1Aq+Beqr23KZ3m3cUU+qfRHZJdS+T0=
github.com/goceleris/celeris v1.3.2/go.mod h1:ggmoCgYpizDXzmYZwoHT56P4bUSxRWCSS5B4NR8vQAg=
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
Expand Down