Skip to content

Commit

Permalink
Bump github.com/sirupsen/logrus from 1.7.0 to 1.9.3 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 21, 2023
1 parent ec8c291 commit 87e8396
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ require (
github.com/aws/aws-sdk-go-v2/service/servicediscovery v1.4.1
github.com/envoyproxy/go-control-plane v0.9.9
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/sirupsen/logrus v1.7.0
github.com/sirupsen/logrus v1.9.3
google.golang.org/grpc v1.36.0
)

require (
github.com/aws/aws-sdk-go-v2/credentials v1.2.1 // indirect
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.1.1 // indirect
github.com/aws/aws-sdk-go-v2/internal/ini v1.0.0 // indirect
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.1.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sso v1.2.1 // indirect
github.com/aws/aws-sdk-go-v2/service/sts v1.4.1 // indirect
github.com/aws/smithy-go v1.4.0 // indirect
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed // indirect
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
golang.org/x/text v0.3.0 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)

0 comments on commit 87e8396

Please sign in to comment.