-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from deviceinsight/feature/update-dependencies
Feature/update dependencies
- Loading branch information
Showing
11 changed files
with
129 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,43 @@ | ||
module github.com/deviceinsight/kafkactl-aws-plugin | ||
|
||
go 1.22.6 | ||
go 1.23.3 | ||
|
||
require ( | ||
github.com/aws/aws-msk-iam-sasl-signer-go v1.0.0 | ||
github.com/deviceinsight/kafkactl/v5 v5.1.0 | ||
github.com/deviceinsight/kafkactl/v5 v5.4.0 | ||
github.com/hashicorp/go-hclog v1.6.3 | ||
github.com/hashicorp/go-plugin v1.6.1 | ||
github.com/hashicorp/go-plugin v1.6.2 | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2 v1.30.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.27.27 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.27 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.11 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.17 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.22.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.26.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.30.3 // indirect | ||
github.com/aws/smithy-go v1.20.3 // indirect | ||
github.com/fatih/color v1.17.0 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.32.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.28.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.46 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.20 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.24 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.24 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.24.6 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.33.1 // indirect | ||
github.com/aws/smithy-go v1.22.1 // indirect | ||
github.com/fatih/color v1.18.0 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/hashicorp/yamux v0.1.1 // indirect | ||
github.com/hashicorp/yamux v0.1.2 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mitchellh/go-testing-interface v1.14.1 // indirect | ||
github.com/oklog/run v1.1.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
golang.org/x/net v0.28.0 // indirect | ||
golang.org/x/sys v0.23.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240805194559-2c9e96a0b5d4 // indirect | ||
google.golang.org/grpc v1.65.0 // indirect | ||
google.golang.org/protobuf v1.34.2 // indirect | ||
golang.org/x/net v0.31.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
golang.org/x/text v0.20.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect | ||
google.golang.org/grpc v1.68.0 // indirect | ||
google.golang.org/protobuf v1.35.2 // indirect | ||
) | ||
|
||
//replace github.com/deviceinsight/kafkactl/v5 v5.1.0 => ../../kafkactl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.