-
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.
feat!: moved bunx and dockertestx out of the root modules (#79)
* feat!: independent modules: bunx and dockertestx * chore: independent modules: bunx and dockertestx * chore: test sub modules * chore: test release * chore: add dependabot for sub modules * chore: beta release * chore: delete test run
- Loading branch information
1 parent
7bdab42
commit 93ad5a5
Showing
16 changed files
with
646 additions
and
258 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ linters: | |
- typecheck | ||
- unused | ||
|
||
run: | ||
skip-dirs: | ||
issues: | ||
exclude-dirs: | ||
- gen | ||
- design |
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 @@ | ||
{} |
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 |
---|---|---|
@@ -0,0 +1,77 @@ | ||
module github.com/tier4/x-go/bunx | ||
|
||
go 1.23.3 | ||
|
||
replace github.com/tier4/x-go/dockertestx => ../dockertestx | ||
|
||
require ( | ||
github.com/stretchr/testify v1.10.0 | ||
github.com/tier4/x-go/dockertestx v0.0.0-00010101000000-000000000000 | ||
github.com/uptrace/bun v1.2.6 | ||
github.com/uptrace/bun/dialect/pgdialect v1.2.6 | ||
github.com/uptrace/bun/driver/pgdriver v1.2.6 | ||
go.uber.org/zap v1.27.0 | ||
golang.org/x/sync v0.9.0 | ||
) | ||
|
||
require ( | ||
dario.cat/mergo v1.0.1 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.32.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.46 // 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/v4a v1.3.24 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.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/checksum v1.4.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.69.0 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sqs v1.37.1 // indirect | ||
github.com/aws/smithy-go v1.22.1 // indirect | ||
github.com/bahlo/generic-list-go v0.2.0 // indirect | ||
github.com/buger/jsonparser v1.1.1 // indirect | ||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
github.com/containerd/continuity v0.4.5 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/docker/cli v27.3.1+incompatible // indirect | ||
github.com/docker/docker v27.3.1+incompatible // indirect | ||
github.com/docker/go-connections v0.5.0 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/lib/pq v1.10.9 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/moby/docker-image-spec v1.3.1 // indirect | ||
github.com/moby/sys/user v0.3.0 // indirect | ||
github.com/moby/term v0.5.0 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/opencontainers/runc v1.2.2 // indirect | ||
github.com/ory/dockertest/v3 v3.11.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/puzpuzpuz/xsync/v3 v3.4.0 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
github.com/wk8/go-ordered-map/v2 v2.1.9-0.20240816141633-0a40785b4f41 // indirect | ||
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect | ||
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
github.com/xeipuuv/gojsonschema v1.2.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/crypto v0.29.0 // indirect | ||
golang.org/x/sys v0.27.0 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
mellium.im/sasl v0.3.2 // indirect | ||
) |
Oops, something went wrong.