Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutboangiu authored and danbogos committed Aug 9, 2023
1 parent 0447e48 commit 06cebec
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 64 deletions.
40 changes: 20 additions & 20 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go 1.21
require (
github.com/Azure/go-amqp v1.0.1
github.com/antchfx/xmlquery v1.3.17
github.com/aws/aws-sdk-go v1.44.283
github.com/aws/aws-sdk-go v1.44.319
github.com/cenkalti/rpc2 v0.0.0-20210604223624-c1acbc6ec984
github.com/cgrates/aringo v0.0.0-20220525160735-b5990313d99e
github.com/cgrates/birpc v1.3.1-0.20211117095917-5b0ff29f3084
Expand All @@ -25,21 +25,21 @@ require (
github.com/jinzhu/gorm v1.9.16
github.com/lib/pq v1.10.9
github.com/mediocregopher/radix.v2 v0.0.0-20181115013041-b67df6e626f9
github.com/miekg/dns v1.1.54
github.com/miekg/dns v1.1.55
github.com/mitchellh/mapstructure v1.5.0
github.com/nyaruka/phonenumbers v1.1.7
github.com/peterh/liner v1.2.2
github.com/rabbitmq/amqp091-go v1.8.1
github.com/segmentio/kafka-go v0.4.40
github.com/segmentio/kafka-go v0.4.42
github.com/ugorji/go/codec v1.2.11
go.mongodb.org/mongo-driver v1.12.0
golang.org/x/net v0.11.0
golang.org/x/oauth2 v0.9.0
google.golang.org/api v0.128.0
go.mongodb.org/mongo-driver v1.12.1
golang.org/x/net v0.14.0
golang.org/x/oauth2 v0.11.0
google.golang.org/api v0.136.0
)

require (
cloud.google.com/go/compute v1.20.0 // indirect
cloud.google.com/go/compute v1.23.0 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
github.com/antchfx/xpath v1.2.4 // indirect
github.com/cenkalti/hub v1.0.1 // indirect
Expand All @@ -48,13 +48,13 @@ require (
github.com/golang/snappy v0.0.4 // indirect
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
github.com/ishidawataru/sctp v0.0.0-20230406120618-7ff4192f6ff2 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/klauspost/compress v1.16.7 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/pierrec/lz4/v4 v4.1.18 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
Expand All @@ -63,14 +63,14 @@ require (
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/tools v0.10.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/tools v0.12.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/grpc v1.56.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230807174057-1744710a1577 // indirect
google.golang.org/grpc v1.57.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)

0 comments on commit 06cebec

Please sign in to comment.