-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependencies updates; Security updates; Version bump v0.8.1
fix
- Loading branch information
Showing
14 changed files
with
823 additions
and
1,116 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 |
---|---|---|
@@ -1,22 +1,25 @@ | ||
Yaroslav Pogrebnyak <[email protected]> | ||
Illarion Kovalchuk <[email protected]> | ||
Nick Maliwacki <[email protected]> | ||
Nick Doikov <[email protected]> | ||
Ievgen Ponomarenko <[email protected]> | ||
Shantanu Gadgil <[email protected]> | ||
Joe Topjian <[email protected]> | ||
Nick Maliwacki <[email protected]> | ||
David Beck <[email protected]> | ||
pitan <[email protected]> | ||
chenguoyan <[email protected]> | ||
Yousong Zhou <[email protected]> | ||
Wilfried Daniels <[email protected]> | ||
Tomáš Pospíšek <[email protected]> | ||
Tom Morelly <[email protected]> | ||
Simon Merschjohann <[email protected]> | ||
Seua Polyakov <[email protected]> | ||
pitan <[email protected]> | ||
Nico Schieder <[email protected]> | ||
Mike Chepaykin <[email protected]> | ||
Michael Schroeder <[email protected]> | ||
Knic Knic <[email protected]> | ||
Erin <[email protected]> | ||
Eric Lindau <[email protected]> | ||
Eric Lindau <[email protected]> | ||
Eric Lindau <[email protected]> | ||
Chris Williams <[email protected]> | ||
chenguoyan <[email protected]> | ||
Artiom Diomin <[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
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,4 +1,4 @@ | ||
[](https://vshymanskyy.github.io/StandWithUkraine) | ||
[](https://vshymanskyy.github.io/StandWithUkraine) | ||
|
||
<img src="/logo.png?raw=true" alt="gobetween" width="256px" /> | ||
|
||
|
@@ -7,7 +7,6 @@ | |
[](https://goreportcard.com/report/github.com/yyyar/gobetween) | ||
[](https://github.com/yyyar/gobetween/wiki) | ||
[](https://hub.docker.com/r/yyyar/gobetween/) | ||
[](https://build.snapcraft.io/user/yyyar/gobetween) | ||
[](https://t.me/joinchat/GdlUlg_gRfchk1BORU82PA) | ||
[](/LICENSE) | ||
|
||
|
@@ -64,7 +63,7 @@ | |
|
||
|
||
## Architecture | ||
<img src="http://i.piccy.info/i9/8b92154435be32f21eaa3ff7b3dc6d1c/1466244332/74457/1043487/gog.png" alt="gobetween" /> | ||
<img src="/architecture.png?raw=true" alt="architecture" /> | ||
|
||
## Usage | ||
|
||
|
@@ -75,7 +74,7 @@ | |
|
||
## Hacking | ||
|
||
* Install Go 1.14+ https://golang.org/ | ||
* Install Go 1.24+ https://golang.org/ | ||
* `$ git clone [email protected]:yyyar/gobetween.git` | ||
* `$ make` | ||
* `$ make run` | ||
|
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 +1 @@ | ||
0.8.0 | ||
0.8.1 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,7 +1,114 @@ | ||
module github.com/yyyar/gobetween/main | ||
|
||
go 1.14 | ||
go 1.24 | ||
|
||
replace github.com/yyyar/gobetween => ./src | ||
|
||
require github.com/yyyar/gobetween v0.0.0-00010101000000-000000000000 | ||
require github.com/yyyar/gobetween v0.0.0-20220331192546-6e185295c847 | ||
|
||
require ( | ||
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24 // indirect | ||
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect | ||
github.com/Microsoft/go-winio v0.6.2 // indirect | ||
github.com/armon/go-metrics v0.4.1 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/burntsushi/toml v0.3.1 // indirect | ||
github.com/bytedance/sonic v1.12.8 // indirect | ||
github.com/bytedance/sonic/loader v0.2.3 // indirect | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/cloudwego/base64x v0.1.5 // indirect | ||
github.com/containerd/log v0.1.0 // indirect | ||
github.com/docker/docker v27.5.1+incompatible // indirect | ||
github.com/docker/go-connections v0.5.0 // indirect | ||
github.com/docker/go-units v0.5.0 // indirect | ||
github.com/elgs/gojq v0.0.0-20230628214826-df5c4045598e // indirect | ||
github.com/elgs/gosplitargs v0.0.0-20241205072753-cbd889c0f906 // indirect | ||
github.com/eric-lindau/udpfacade v0.0.0-20190621043444-d8c1c27add16 // indirect | ||
github.com/fatih/color v1.18.0 // indirect | ||
github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3 // indirect | ||
github.com/fsouza/go-dockerclient v1.12.0 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.8 // indirect | ||
github.com/gin-contrib/cors v1.7.3 // indirect | ||
github.com/gin-contrib/sse v1.0.0 // indirect | ||
github.com/gin-gonic/gin v1.10.0 // indirect | ||
github.com/go-macaroon-bakery/macaroonpb v1.0.0 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-playground/validator/v10 v10.25.0 // indirect | ||
github.com/goccy/go-json v0.10.5 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/golang/protobuf v1.5.4 // indirect | ||
github.com/google/gopacket v1.1.19 // indirect | ||
github.com/gorilla/websocket v1.5.3 // indirect | ||
github.com/hashicorp/consul/api v1.31.1 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/hashicorp/go-hclog v1.6.3 // indirect | ||
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect | ||
github.com/hashicorp/go-metrics v0.5.4 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/hashicorp/go-rootcerts v1.0.2 // indirect | ||
github.com/hashicorp/golang-lru v1.0.2 // indirect | ||
github.com/hashicorp/serf v0.10.2 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/juju/go4 v0.0.0-20160222163258-40d72ab9641a // indirect | ||
github.com/juju/persistent-cookiejar v1.0.0 // indirect | ||
github.com/juju/schema v1.2.0 // indirect | ||
github.com/juju/webbrowser v1.0.0 // indirect | ||
github.com/julienschmidt/httprouter v1.3.0 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.9 // indirect | ||
github.com/leodido/go-urn v1.4.0 // indirect | ||
github.com/lxc/lxd v0.0.0-20200706202337-814c96fcec74 // indirect | ||
github.com/mattn/go-colorable v0.1.14 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/miekg/dns v1.1.63 // indirect | ||
github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/moby/docker-image-spec v1.3.1 // indirect | ||
github.com/moby/patternmatcher v0.6.0 // indirect | ||
github.com/moby/sys/sequential v0.6.0 // indirect | ||
github.com/moby/sys/user v0.3.0 // indirect | ||
github.com/moby/sys/userns v0.1.0 // indirect | ||
github.com/moby/term v0.5.2 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/morikuni/aec v1.0.0 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/opencontainers/go-digest v1.0.0 // indirect | ||
github.com/opencontainers/image-spec v1.1.0 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect | ||
github.com/pires/go-proxyproto v0.8.0 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/prometheus/client_golang v1.20.5 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.62.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/rogpeppe/fastuuid v1.2.0 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
github.com/spf13/cobra v1.9.1 // indirect | ||
github.com/spf13/pflag v1.0.6 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/ugorji/go/codec v1.2.12 // indirect | ||
golang.org/x/arch v0.14.0 // indirect | ||
golang.org/x/crypto v0.33.0 // indirect | ||
golang.org/x/exp v0.0.0-20250215185904-eff6e970281f // indirect | ||
golang.org/x/mod v0.23.0 // indirect | ||
golang.org/x/net v0.35.0 // indirect | ||
golang.org/x/sync v0.11.0 // indirect | ||
golang.org/x/sys v0.30.0 // indirect | ||
golang.org/x/term v0.29.0 // indirect | ||
golang.org/x/text v0.22.0 // indirect | ||
golang.org/x/tools v0.30.0 // indirect | ||
google.golang.org/protobuf v1.36.5 // indirect | ||
gopkg.in/errgo.v1 v1.0.1 // indirect | ||
gopkg.in/httprequest.v1 v1.2.1 // indirect | ||
gopkg.in/juju/environschema.v1 v1.0.1 // indirect | ||
gopkg.in/macaroon-bakery.v2 v2.3.0 // indirect | ||
gopkg.in/macaroon.v2 v2.1.0 // indirect | ||
gopkg.in/retry.v1 v1.0.3 // indirect | ||
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
Oops, something went wrong.