Commit Graph

58 Commits

Author SHA1 Message Date
rulingcom 02808390ca fix error for proxy 2023-04-22 00:10:45 +08:00
BoHung Chiu 036a6dfe8f change tcp to unix socket 2023-04-20 21:58:18 +08:00
dependabot[bot] c48d821994 build(deps): bump github.com/valyala/fasthttp from 1.38.0 to 1.44.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.38.0 to 1.44.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.38.0...v1.44.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>
2023-03-10 13:32:46 +08:00
Florian Loch ee2b6e0864 fix: improve help strings of cli parameters 2023-03-05 16:46:20 +08:00
Florian Loch dfde9d518b feat: default to POST instead of GET when body is given 2023-03-05 16:46:20 +08:00
duncandu 68cf8809b8 Dynamically set version by goreleaser 2022-07-28 10:07:30 +08:00
duncandu 343b7510cc update version 2022-07-28 09:43:04 +08:00
Nikos Polyzotis 63c454d647 fixed jsonFormat typo 2022-07-28 09:32:42 +08:00
dependabot[bot] e8da3278cd build(deps): bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 10:55:25 +08:00
dependabot[bot] c075d5e2d4 build(deps): bump actions/setup-go from 2 to 3
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 10:55:17 +08:00
dependabot[bot] 33b22c6c5b build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 10:55:09 +08:00
dependabot[bot] cf2feb0344 build(deps): bump github.com/valyala/fasthttp from 1.37.0 to 1.38.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.37.0 to 1.38.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.37.0...v1.38.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>
2022-07-22 10:54:56 +08:00
dependabot[bot] 3ed6da8c7b build(deps): bump actions/cache from 2.1.7 to 3.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3.0.5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 10:54:39 +08:00
ddc 7052d6fb27
Update release.yml 2022-07-22 10:52:53 +08:00
duncandu 64f8adb352 Merge branch 'main' of https://github.com/six-ddc/plow 2022-07-22 10:49:16 +08:00
duncandu 1ee6611e87 use go1.18 2022-07-22 10:48:44 +08:00
dependabot[bot] af3a55f4fd build(deps): bump goreleaser/goreleaser-action from 2 to 3
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-22 10:43:31 +08:00
duncandu cf5e6eef85 #46 support JSON snapshot 2022-07-01 23:19:55 +08:00
dependabot[bot] 72b10d10a8 build(deps): bump go.uber.org/automaxprocs from 1.4.0 to 1.5.1
Bumps [go.uber.org/automaxprocs](https://github.com/uber-go/automaxprocs) from 1.4.0 to 1.5.1.
- [Release notes](https://github.com/uber-go/automaxprocs/releases)
- [Changelog](https://github.com/uber-go/automaxprocs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/uber-go/automaxprocs/compare/v1.4.0...v1.5.1)

---
updated-dependencies:
- dependency-name: go.uber.org/automaxprocs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-24 12:44:27 +08:00
dependabot[bot] 4c3d959abb build(deps): bump github.com/valyala/fasthttp from 1.33.0 to 1.37.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.33.0 to 1.37.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.33.0...v1.37.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>
2022-05-24 12:44:03 +08:00
duncandu e579a5d69e Add '--rate' to limit the frequency of requests 2022-05-24 12:42:36 +08:00
dependabot[bot] 514bef9850 build(deps): bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 09:59:52 +08:00
dependabot[bot] 3681615d92 build(deps): bump github.com/valyala/fasthttp from 1.31.0 to 1.33.0
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.31.0 to 1.33.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.31.0...v1.33.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>
2022-02-22 09:59:26 +08:00
ddc b8f61ca9ab
Update README.md 2022-02-22 09:57:09 +08:00
six-ddc 7ec8b398be fix output format for summary 2022-02-19 10:07:21 +08:00
Shmulik Regev 8b16c126a3 Added a summary flag to skip the live printing to the terminal 2022-02-19 09:59:50 +08:00
avdb 4956057d04 installing executables with 'go get' is deprecated
go get: installing executables with 'go get' in module mode is deprecated.
        Use 'go install pkg@version' instead.
        For more information, see https://golang.org/doc/go-get-install-deprecation
2021-12-12 07:14:18 +08:00
six-ddc 024449375f Update flag name to avoid kingpin bugs 2021-11-23 10:13:07 +08:00
ddc 67485102c6
Update README.md 2021-11-22 16:04:47 +08:00
six-ddc fa71e924d2 fix #14 2021-11-22 16:02:47 +08:00
dependabot[bot] 0ac037cfc0
build(deps): bump github.com/valyala/fasthttp from 1.29.0 to 1.31.0 (#20)
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.29.0 to 1.31.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.29.0...v1.31.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-02 09:53:55 +08:00
dependabot[bot] 3c5c0f1ab1
build(deps): bump github.com/mattn/go-isatty from 0.0.13 to 0.0.14 (#18)
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.13 to 0.0.14.
- [Release notes](https://github.com/mattn/go-isatty/releases)
- [Commits](https://github.com/mattn/go-isatty/compare/v0.0.13...v0.0.14)

---
updated-dependencies:
- dependency-name: github.com/mattn/go-isatty
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-02 09:53:36 +08:00
dependabot[bot] 759b23a3ab
build(deps): bump github.com/valyala/fasthttp from 1.27.0 to 1.29.0 (#17)
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.27.0 to 1.29.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.27.0...v1.29.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-05 17:09:51 +08:00
six-ddc 6f8adff6af Update README.md for shell completion 2021-07-03 16:07:54 +08:00
six-ddc 44565f042e Update version 2021-06-30 19:02:19 +08:00
six-ddc 72f49b6b94 Update README.md 2021-06-27 11:16:36 +08:00
six-ddc 6e6c4523b3 go:embed assets in program 2021-06-27 11:10:06 +08:00
six-ddc 137c59bb64 Support --key, --cert, --insecure for TLS, and read flags from ENV 2021-06-27 10:41:41 +08:00
six-ddc 1f3de2afcf Merge remote-tracking branch 'origin/main' into main 2021-06-26 21:40:57 +08:00
six-ddc a8e3103636 Update listen address 2021-06-26 21:40:28 +08:00
ddc 5de8f5518d
Update README.md 2021-06-25 08:22:54 +08:00
six-ddc 2a829ddbe8 auto to open browser 2021-06-23 23:56:50 +08:00
wweir 48dfe1f6c6
optimize link address setting for direct connect to remote plow (#8)
change description message in page

optimize log

delete link address flag
2021-06-23 23:50:23 +08:00
rui ccb0278500
chore(deps): use go 1.16 (#1)
* chore(deps): use go 1.16

* workflows: update CI to use go 1.16

Signed-off-by: Rui Chen <rui@chenrui.dev>

Co-authored-by: ddc <jncpp@qq.com>
2021-06-23 12:21:40 +08:00
six-ddc ee7249e291 fix golangci-lint 2021-06-22 22:39:02 +08:00
six-ddc 3f71a458e9 Merge remote-tracking branch 'origin/main' into main 2021-06-22 22:20:11 +08:00
six-ddc 0e30d68e2d Update README.md 2021-06-22 22:19:11 +08:00
dependabot[bot] 17a73c45b8
build(deps): bump github.com/valyala/fasthttp from 1.26.0 to 1.27.0 (#6)
Bumps [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) from 1.26.0 to 1.27.0.
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](https://github.com/valyala/fasthttp/compare/v1.26.0...v1.27.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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 10:55:04 +08:00
dependabot[bot] 0584b272e4
build(deps): bump actions/cache from 1 to 2.1.6 (#5)
Bumps [actions/cache](https://github.com/actions/cache) from 1 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v1...v2.1.6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 10:07:53 +08:00
rui d2f0faa726
feat: add dependabot to manage the deps (#3)
Signed-off-by: Rui Chen <rui@chenrui.dev>
2021-06-22 10:06:32 +08:00