fc3244dc33
💄 General refactoring
2025-03-19 05:28:14 +04:00
aa6ec450b8
Merge pull request #95 from aykhans/fix/types
...
🐛 Fix 'AppendByKey' method of the '[]KeyValue[string, []string]' types
2025-03-19 04:06:47 +04:00
e31f5ad204
🐛 Fix 'AppendByKey' method of the '[]KeyValue[string, []string]' types
2025-03-19 04:06:10 +04:00
de9a4bb355
Merge pull request #94 from aykhans/dependabot/go_modules/go_modules-c153b83258
...
Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group
2025-03-19 02:31:20 +04:00
dependabot[bot]
234ca01e41
Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules group
...
Bumps the go_modules group with 1 update: [golang.org/x/net](https://github.com/golang/net ).
Updates `golang.org/x/net` from 0.35.0 to 0.36.0
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: indirect
dependency-group: go_modules
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-18 22:29:02 +00:00
cc490143ea
Merge pull request #92 from aykhans/refactor/config
...
Restructure entire project logic
2025-03-19 02:28:13 +04:00
a8c3efe198
🔨 Refactor 'releaseDodos' function
2025-03-19 01:18:36 +04:00
3c2a0ee1b2
📚 Update README.md
2025-03-18 23:41:20 +04:00
00f0bcb2de
🔨 Restructure entire project logic
...
- Moved readers to the config package
- Added an option to read remote config files
- Moved the validation package to the config package and removed the validator dependency
- Moved the customerrors package to the config package
- Replaced fatih/color with jedib0t/go-pretty/v6/text
- Removed proxy check functionality
- Added param, header, cookie, body, and proxy flags to the CLI
- Allowed multiple values for the same key in params, headers, and cookies
2025-03-16 21:20:33 +04:00
8f811e1bec
💄 Format '.golangci.yml' file
2025-03-11 00:25:32 +04:00
58ea31683b
Merge pull request #85 from aykhans/feat/config-file-http-support
...
golangci-lint / lint (push) Failing after 44s
✨ Added http support to 'JSONConfigReader' function
2025-03-09 17:07:41 +04:00
cc2a6eb367
✨ Added http support to 'JSONConfigReader' function
2025-03-09 05:00:33 +04:00
f721abb583
Merge pull request #82 from aykhans/dependabot/go_modules/golang.org/x/net-0.37.0
...
golangci-lint / lint (push) Failing after 36s
Bump golang.org/x/net from 0.35.0 to 0.37.0
2025-03-06 15:14:08 +04:00
dependabot[bot]
4a9fb9fdda
Bump golang.org/x/net from 0.35.0 to 0.37.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.35.0 to 0.37.0.
- [Commits](https://github.com/golang/net/compare/v0.35.0...v0.37.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-06 00:50:05 +00:00
198b6c785a
Merge pull request #81 from aykhans/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.7
...
golangci-lint / lint (push) Failing after 37s
Bump github.com/jedib0t/go-pretty/v6 from 6.6.6 to 6.6.7
2025-03-03 16:17:20 +04:00
dependabot[bot]
9dc56709a7
Bump github.com/jedib0t/go-pretty/v6 from 6.6.6 to 6.6.7
...
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty ) from 6.6.6 to 6.6.7.
- [Release notes](https://github.com/jedib0t/go-pretty/releases )
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.6.6...v6.6.7 )
---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-03-03 01:00:54 +00:00
a9021bd1a4
Merge pull request #80 from aykhans/refactor/color-utils
...
golangci-lint / lint (push) Failing after 42s
🔨 Replace color utils with 'github.com/fatih/color'
v0.5.7
2025-03-02 20:22:43 +04:00
48c2dc7935
🔖 bump version to 0.5.7
2025-03-02 20:20:06 +04:00
4cb0540824
🔨 Replace color utils with 'github.com/fatih/color'
2025-03-02 20:18:11 +04:00
a01bf19986
Merge pull request #79 from aykhans/bump/go-version
...
golangci-lint / lint (push) Failing after 39s
🔖 Bump go version to 1.24
2025-03-01 17:20:56 +04:00
74dcecc8b1
🔖 Bump go version to 1.24
2025-03-01 17:18:59 +04:00
00afca7139
Merge pull request #77 from aykhans/feat/add-makefile
...
golangci-lint / lint (push) Failing after 2m11s
🔧 Added Makefile
2025-02-28 03:43:33 +04:00
1589fefeb8
🔧 Added Makefile
2025-02-28 03:41:33 +04:00
bbc43bbaac
Merge pull request #75 from aykhans/ci/add-golangci-lint
...
Added golangci lint to CI
2025-02-28 03:27:14 +04:00
89fcf5f174
Merge branch 'ci/add-golangci-lint' of https://github.com/aykhans/dodo into ci/add-golangci-lint
2025-02-28 03:25:29 +04:00
a58f734a55
Merge branch 'main' into ci/add-golangci-lint
2025-02-28 03:23:06 +04:00
efd5176ab9
Merge pull request #76 from aykhans/refactor/general-refactoring
...
🔨 Remove unnecessary conversions
2025-02-28 03:21:26 +04:00
f0adcaf328
👷 Update golangci-lint.yml
2025-02-28 03:18:50 +04:00
6314cf7724
🐳 '.golangci.yml' added to .dockerignore
2025-02-28 03:16:03 +04:00
140e570b85
👷 Added golangci-lint
2025-02-28 03:15:33 +04:00
83c5788e54
🔨 Remove unnecessary conversions
2025-02-28 02:16:04 +04:00
ca74092615
Merge pull request #74 from aykhans/dependabot/go_modules/github.com/valyala/fasthttp-1.59.0
...
Bump github.com/valyala/fasthttp from 1.58.0 to 1.59.0
2025-02-20 20:41:41 +04:00
dependabot[bot]
004b10ea3c
Bump github.com/valyala/fasthttp from 1.58.0 to 1.59.0
...
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp ) from 1.58.0 to 1.59.0.
- [Release notes](https://github.com/valyala/fasthttp/releases )
- [Commits](https://github.com/valyala/fasthttp/compare/v1.58.0...v1.59.0 )
---
updated-dependencies:
- dependency-name: github.com/valyala/fasthttp
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 00:53:09 +00:00
4c9ceb1c4b
Merge pull request #73 from aykhans/dependabot/go_modules/github.com/go-playground/validator/v10-10.25.0
...
Bump github.com/go-playground/validator/v10 from 10.24.0 to 10.25.0
2025-02-17 15:17:27 +04:00
dependabot[bot]
6f3df7c45b
Bump github.com/go-playground/validator/v10 from 10.24.0 to 10.25.0
...
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator ) from 10.24.0 to 10.25.0.
- [Release notes](https://github.com/go-playground/validator/releases )
- [Commits](https://github.com/go-playground/validator/compare/v10.24.0...v10.25.0 )
---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-17 00:34:54 +00:00
8cd495055d
Merge pull request #71 from aykhans/dependabot/go_modules/github.com/jedib0t/go-pretty/v6-6.6.6
...
Bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.6.6
2025-02-11 19:45:45 +04:00
dependabot[bot]
391a5bc6ec
Bump github.com/jedib0t/go-pretty/v6 from 6.6.5 to 6.6.6
...
Bumps [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty ) from 6.6.5 to 6.6.6.
- [Release notes](https://github.com/jedib0t/go-pretty/releases )
- [Commits](https://github.com/jedib0t/go-pretty/compare/v6.6.5...v6.6.6 )
---
updated-dependencies:
- dependency-name: github.com/jedib0t/go-pretty/v6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 15:44:47 +00:00
a69e248f8c
Merge pull request #72 from aykhans/dependabot/go_modules/golang.org/x/net-0.35.0
...
Bump golang.org/x/net from 0.34.0 to 0.35.0
2025-02-11 19:43:31 +04:00
dependabot[bot]
2634ca110c
Bump golang.org/x/net from 0.34.0 to 0.35.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.34.0 to 0.35.0.
- [Commits](https://github.com/golang/net/compare/v0.34.0...v0.35.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-02-11 00:48:51 +00:00
b1612598c4
Merge pull request #70 from aykhans/docs/update
...
Docs/update
2025-01-21 20:53:30 +04:00
ba79304b04
📚 Update README.md
2025-01-21 20:52:25 +04:00
015cb15053
📚 Update docs
2025-01-21 20:50:10 +04:00
3dc002188e
📚 Update docs
2025-01-21 20:47:01 +04:00
769c04685a
Merge pull request #69 from aykhans/fix/connections-bottleneck
...
🐛 Remove 'CloseIdleConnections' from 'Send' function
v0.5.6
2025-01-15 21:44:02 +04:00
e43378a9a4
🔖 bump version to 0.5.6
2025-01-15 21:43:46 +04:00
e29e4f1bc6
🐛 Remove 'CloseIdleConnections' from 'Send' function
2025-01-14 20:43:45 +04:00
7d2168a014
Merge pull request #67 from aykhans/dependabot/go_modules/github.com/go-playground/validator/v10-10.24.0
...
Bump github.com/go-playground/validator/v10 from 10.23.0 to 10.24.0
2025-01-14 16:29:25 +04:00
dependabot[bot]
ba53e6b7f7
Bump github.com/go-playground/validator/v10 from 10.23.0 to 10.24.0
...
Bumps [github.com/go-playground/validator/v10](https://github.com/go-playground/validator ) from 10.23.0 to 10.24.0.
- [Release notes](https://github.com/go-playground/validator/releases )
- [Commits](https://github.com/go-playground/validator/compare/v10.23.0...v10.24.0 )
---
updated-dependencies:
- dependency-name: github.com/go-playground/validator/v10
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-14 00:26:46 +00:00
58964e1098
Merge pull request #66 from aykhans/dependabot/go_modules/golang.org/x/net-0.34.0
...
Bump golang.org/x/net from 0.33.0 to 0.34.0
2025-01-08 15:27:52 +04:00
dependabot[bot]
d4bf7358ff
Bump golang.org/x/net from 0.33.0 to 0.34.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.33.0 to 0.34.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.34.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-01-07 00:38:29 +00:00