Skip to content

Commit 8d71646

Browse files
authored
Merge pull request #38 from gab-arrobo/update-dependencies
Update dependencies
2 parents 128394c + d185d11 commit 8d71646

File tree

2 files changed

+13
-379
lines changed

2 files changed

+13
-379
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.21
55
require (
66
github.com/antonfisher/nested-logrus-formatter v1.3.1
77
github.com/gin-gonic/gin v1.9.1
8-
github.com/omec-project/http2_util v1.1.0
9-
github.com/omec-project/logger_util v1.1.0
10-
github.com/omec-project/openapi v1.1.0
8+
github.com/omec-project/http2_util v1.2.0
9+
github.com/omec-project/logger_util v1.2.0
10+
github.com/omec-project/openapi v1.2.0
1111
github.com/prometheus/client_golang v1.19.0
1212
github.com/segmentio/kafka-go v0.4.47
1313
github.com/sirupsen/logrus v1.9.3
@@ -33,6 +33,7 @@ require (
3333
github.com/json-iterator/go v1.1.12 // indirect
3434
github.com/klauspost/compress v1.15.9 // indirect
3535
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
36+
github.com/kr/text v0.2.0 // indirect
3637
github.com/leodido/go-urn v1.2.4 // indirect
3738
github.com/mattn/go-isatty v0.0.19 // indirect
3839
github.com/mitchellh/mapstructure v1.4.1 // indirect

0 commit comments

Comments
 (0)