forked from stefnedelchevbrady/xk6-sql-with-oracle
-
Notifications
You must be signed in to change notification settings - Fork 0
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 #1 from stefnedelchevbrady/main
Sync with upstream
- Loading branch information
Showing
4 changed files
with
37 additions
and
267 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,76 +1,45 @@ | ||
module github.com/stefnedelchevbrady/xk6-sql-with-oracle | ||
|
||
go 1.17 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/denisenkom/go-mssqldb v0.12.3 | ||
github.com/go-sql-driver/mysql v1.7.0 | ||
github.com/godror/godror v0.36.0 | ||
github.com/lib/pq v1.10.7 | ||
github.com/mattn/go-sqlite3 v1.14.16 | ||
go.k6.io/k6 v0.42.0 | ||
go.k6.io/k6 v0.43.1 | ||
) | ||
|
||
require ( | ||
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect | ||
github.com/DataDog/datadog-go v4.8.3+incompatible // indirect | ||
github.com/Microsoft/go-winio v0.6.0 // indirect | ||
github.com/PuerkitoBio/goquery v1.8.0 // indirect | ||
github.com/Soontao/goHttpDigestClient v0.0.0-20170320082612-6d28bb1415c5 // indirect | ||
github.com/andybalholm/brotli v1.0.4 // indirect | ||
github.com/andybalholm/cascadia v1.3.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/dlclark/regexp2 v1.7.0 // indirect | ||
github.com/dop251/goja v0.0.0-20221229151140-b95230a9dbad // indirect | ||
github.com/fatih/color v1.13.0 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/go-logfmt/logfmt v0.5.1 // indirect | ||
github.com/dlclark/regexp2 v1.8.1 // indirect | ||
github.com/dop251/goja v0.0.0-20230226152633-7c93113e17ac // indirect | ||
github.com/fatih/color v1.14.1 // indirect | ||
github.com/go-logfmt/logfmt v0.6.0 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/go-redis/redis/v8 v8.11.5 // indirect | ||
github.com/go-sourcemap/sourcemap v2.1.4-0.20211119122758-180fcef48034+incompatible // indirect | ||
github.com/godror/knownpb v0.1.0 // indirect | ||
github.com/godror/knownpb v0.1.1 // indirect | ||
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect | ||
github.com/golang-sql/sqlexp v0.1.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/grafana/xk6-redis v0.1.1 // indirect | ||
github.com/grafana/xk6-timers v0.1.2 // indirect | ||
github.com/grafana/xk6-websockets v0.1.6 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c // indirect | ||
github.com/jhump/protoreflect v1.14.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/klauspost/compress v1.15.13 // 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.17 // indirect | ||
github.com/mstoykov/atlas v0.0.0-20220811071828-388f114305dd // indirect | ||
github.com/mstoykov/envconfig v1.4.1-0.20220114105314-765c6d8c76f1 // indirect | ||
github.com/mstoykov/k6-taskqueue-lib v0.1.0 // indirect | ||
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect | ||
github.com/onsi/ginkgo v1.16.5 // indirect | ||
github.com/onsi/gomega v1.18.1 // indirect | ||
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect | ||
github.com/serenize/snaker v0.0.0-20201027110005-a7ad2135616e // indirect | ||
github.com/sirupsen/logrus v1.9.0 // indirect | ||
github.com/spf13/afero v1.9.3 // indirect | ||
github.com/spf13/cobra v1.6.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/tidwall/gjson v1.14.4 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
golang.org/x/crypto v0.5.0 // indirect | ||
golang.org/x/mod v0.7.0 // indirect | ||
golang.org/x/net v0.5.0 // indirect | ||
golang.org/x/sys v0.4.0 // indirect | ||
golang.org/x/term v0.4.0 // indirect | ||
golang.org/x/text v0.6.0 // indirect | ||
github.com/spf13/afero v1.9.4 // indirect | ||
golang.org/x/crypto v0.6.0 // indirect | ||
golang.org/x/sync v0.1.0 // indirect | ||
golang.org/x/sys v0.5.0 // indirect | ||
golang.org/x/text v0.7.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.4.0 // indirect | ||
google.golang.org/genproto v0.0.0-20221207170731-23e4bf6bdc37 // indirect | ||
google.golang.org/grpc v1.51.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/guregu/null.v3 v3.5.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.