-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependencies * Update Go to 1.19 * Remove instance of the deprecated io/ioutils.WriteFile * Ignore auto-generated files
- Loading branch information
Showing
6 changed files
with
84 additions
and
80 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
* text=auto | ||
|
||
go.sum linguist-generated=true | ||
api-docs/docs/* linguist-generated=true | ||
fixtures/* linguist-generated=true |
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 |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
- name: Install Go 🧑💻 | ||
uses: actions/setup-go@v3 | ||
with: | ||
go-version: "1.18" | ||
go-version: "1.19" | ||
|
||
- name: Run prettier for linting scripts, configs and docs 🧹 | ||
uses: creyD/[email protected] | ||
|
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,59 +1,59 @@ | ||
module github.com/mostafa/xk6-kafka | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2/config v1.18.25 | ||
github.com/dop251/goja v0.0.0-20230427124612-428fc442ff5f | ||
github.com/aws/aws-sdk-go-v2/config v1.18.27 | ||
github.com/dop251/goja v0.0.0-20230621100801-7749907a8a20 | ||
github.com/linkedin/goavro/v2 v2.12.0 | ||
github.com/pavlo-v-chernykh/keystore-go/v4 v4.4.1 | ||
github.com/riferrei/srclient v0.6.0 | ||
github.com/santhosh-tekuri/jsonschema/v5 v5.3.0 | ||
github.com/segmentio/kafka-go v0.4.40 | ||
github.com/segmentio/kafka-go/sasl/aws_msk_iam_v2 v0.1.0 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/stretchr/testify v1.8.2 | ||
go.k6.io/k6 v0.44.1 | ||
go.k6.io/k6 v0.45.0 | ||
gopkg.in/guregu/null.v3 v3.5.0 | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2 v1.18.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.13.24 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.33 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.27 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.34 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.27 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.12.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.19.0 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.18.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.13.26 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.34 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.28 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.35 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.28 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.12.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 // indirect | ||
github.com/aws/smithy-go v1.13.5 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dlclark/regexp2 v1.9.0 // indirect | ||
github.com/dlclark/regexp2 v1.10.0 // indirect | ||
github.com/fatih/color v1.15.0 // indirect | ||
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/pprof v0.0.0-20230510103437-eeec1cb781c3 // indirect | ||
github.com/google/pprof v0.0.0-20230602150820-91b7bce49751 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/klauspost/compress v1.16.5 // indirect | ||
github.com/klauspost/compress v1.16.6 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.18 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/gomega v1.20.2 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.17 // indirect | ||
github.com/pierrec/lz4/v4 v4.1.18 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect | ||
github.com/spf13/afero v1.9.5 // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | ||
github.com/xdg-go/scram v1.1.2 // indirect | ||
github.com/xdg-go/stringprep v1.0.4 // indirect | ||
golang.org/x/crypto v0.9.0 // indirect | ||
golang.org/x/sync v0.2.0 // indirect | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/text v0.9.0 // indirect | ||
golang.org/x/crypto v0.10.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/time v0.3.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.