diff options
author | Valery Piashchynski <[email protected]> | 2023-03-03 01:38:26 +0100 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-03-03 01:38:26 +0100 |
commit | f77d9d58d3fa6672527539cdfca79fe65879a326 (patch) | |
tree | 0f053005e4313f5958e99cba78e52ce8f876bc54 /go.mod | |
parent | 58dfc803373800e4ced0e8bcce5bcd1db0f2b7f6 (diff) |
chore(deps): update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -59,7 +59,7 @@ require ( require ( github.com/andybalholm/brotli v1.0.5 // indirect - github.com/aws/aws-sdk-go v1.44.211 // indirect + github.com/aws/aws-sdk-go v1.44.213 // indirect github.com/aws/aws-sdk-go-v2 v1.17.5 // indirect github.com/aws/aws-sdk-go-v2/config v1.18.15 // indirect github.com/aws/aws-sdk-go-v2/credentials v1.13.15 // indirect @@ -103,7 +103,6 @@ require ( github.com/hashicorp/hcl v1.0.0 // indirect github.com/inconshreveable/mousetrap v1.1.0 // indirect github.com/jmespath/go-jmespath v0.4.0 // indirect - github.com/json-iterator/go v1.1.12 // indirect github.com/klauspost/compress v1.16.0 // indirect github.com/klauspost/cpuid/v2 v2.2.4 // indirect github.com/libdns/libdns v0.2.1 // indirect @@ -116,8 +115,6 @@ require ( github.com/miekg/dns v1.1.51 // indirect github.com/minio/highwayhash v1.0.2 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.2 // indirect github.com/nats-io/jwt/v2 v2.3.0 // indirect github.com/nats-io/nats.go v1.24.0 // indirect github.com/nats-io/nkeys v0.3.0 // indirect @@ -132,7 +129,7 @@ require ( github.com/pmezard/go-difflib v1.0.0 // indirect github.com/prometheus/client_golang v1.14.0 // indirect github.com/prometheus/client_model v0.3.0 // indirect - github.com/prometheus/common v0.40.0 // indirect + github.com/prometheus/common v0.41.0 // indirect github.com/prometheus/procfs v0.9.0 // indirect github.com/rabbitmq/amqp091-go v1.7.0 // indirect github.com/rivo/uniseg v0.4.4 // indirect @@ -196,7 +193,7 @@ require ( golang.org/x/text v0.7.0 // indirect golang.org/x/time v0.3.0 // indirect golang.org/x/tools v0.6.0 // indirect - google.golang.org/genproto v0.0.0-20230227214838-9b19f0bdc514 // indirect + google.golang.org/genproto v0.0.0-20230301171018-9ab4bdc49ad5 // indirect google.golang.org/grpc v1.53.0 // indirect google.golang.org/protobuf v1.28.1 // indirect gopkg.in/ini.v1 v1.67.0 // indirect |