update go.mod #311
							
								
								
									
										134
									
								
								go.mod
									
									
									
									
									
								
							
							
						
						
									
										134
									
								
								go.mod
									
									
									
									
									
								
							| @@ -1,139 +1,125 @@ | ||||
| module go.unistack.org/micro-tests | ||||
|  | ||||
| go 1.22.7 | ||||
|  | ||||
| toolchain go1.23.4 | ||||
| go 1.23.4 | ||||
|  | ||||
| require ( | ||||
| 	github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect | ||||
| 	github.com/armon/go-metrics v0.4.1 // indirect | ||||
| 	github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||||
| 	github.com/hashicorp/go-hclog v1.6.3 // indirect | ||||
| 	github.com/hashicorp/go-retryablehttp v0.7.7 // indirect | ||||
| 	github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect | ||||
| 	github.com/hashicorp/go-version v1.6.0 // indirect | ||||
| 	github.com/hashicorp/vault/api v1.15.0 // indirect | ||||
| 	github.com/jmoiron/sqlx v1.3.5 | ||||
| 	github.com/jmoiron/sqlx v1.4.0 | ||||
| 	github.com/opentracing/opentracing-go v1.2.0 | ||||
| 	github.com/stretchr/testify v1.10.0 | ||||
| 	github.com/twmb/franz-go v1.18.0 | ||||
| 	github.com/uber/jaeger-client-go v2.30.0+incompatible | ||||
| 	github.com/uber/jaeger-lib v2.4.1+incompatible // indirect | ||||
| 	github.com/zeebo/errs v1.4.0 // indirect | ||||
| 	go.uber.org/atomic v1.11.0 // indirect | ||||
| 	go.unistack.org/micro-broker-kgo/v3 v3.8.3 | ||||
| 	go.unistack.org/micro-client-grpc/v3 v3.10.0 | ||||
| 	go.unistack.org/micro-broker-kgo/v3 v3.8.51 | ||||
| 	go.unistack.org/micro-client-grpc/v3 v3.11.10 | ||||
| 	go.unistack.org/micro-client-http/v3 v3.9.14 | ||||
| 	go.unistack.org/micro-codec-json/v3 v3.10.0 | ||||
| 	go.unistack.org/micro-codec-jsonpb/v3 v3.10.0 | ||||
| 	go.unistack.org/micro-codec-proto/v3 v3.10.0 | ||||
| 	go.unistack.org/micro-codec-segmentio/v3 v3.10.0 | ||||
| 	go.unistack.org/micro-config-consul/v3 v3.8.2 | ||||
| 	go.unistack.org/micro-config-env/v3 v3.8.3 | ||||
| 	go.unistack.org/micro-config-vault/v3 v3.8.4 | ||||
| 	go.unistack.org/micro-client-mock/v3 v3.0.1 | ||||
| 	go.unistack.org/micro-codec-json/v3 v3.10.1 | ||||
| 	go.unistack.org/micro-codec-jsonpb/v3 v3.10.3 | ||||
| 	go.unistack.org/micro-codec-proto/v3 v3.10.2 | ||||
| 	go.unistack.org/micro-codec-segmentio/v3 v3.10.4 | ||||
| 	go.unistack.org/micro-codec-urlencode/v3 v3.10.2 | ||||
| 	go.unistack.org/micro-codec-xml/v3 v3.10.1 | ||||
| 	go.unistack.org/micro-config-consul/v3 v3.8.6 | ||||
| 	go.unistack.org/micro-config-env/v3 v3.8.7 | ||||
| 	go.unistack.org/micro-config-vault/v3 v3.8.9 | ||||
| 	go.unistack.org/micro-meter-prometheus/v3 v3.8.17 | ||||
| 	go.unistack.org/micro-meter-victoriametrics/v3 v3.8.9 | ||||
| 	go.unistack.org/micro-proto/v3 v3.4.1 | ||||
| 	go.unistack.org/micro-router-register/v3 v3.9.0 | ||||
| 	go.unistack.org/micro-server-grpc/v3 v3.10.26 | ||||
| 	go.unistack.org/micro-server-tcp/v3 v3.10.0 | ||||
| 	go.unistack.org/micro-tracer-opentracing/v3 v3.10.1 | ||||
| 	go.unistack.org/micro-wrapper-recovery/v3 v3.8.3 | ||||
| 	golang.org/x/crypto v0.30.0 // indirect | ||||
| 	golang.org/x/time v0.7.0 // indirect | ||||
| 	go.unistack.org/micro-server-http/v3 v3.11.37 | ||||
| 	go.unistack.org/micro-server-tcp/v3 v3.10.1 | ||||
| 	go.unistack.org/micro-tracer-opentracing/v3 v3.10.23 | ||||
| 	go.unistack.org/micro-wrapper-recovery/v3 v3.9.0 | ||||
| 	go.unistack.org/micro-wrapper-sql/v3 v3.10.15 | ||||
| 	go.unistack.org/micro/v3 v3.11.14 | ||||
| 	golang.org/x/net v0.32.0 | ||||
| 	google.golang.org/grpc v1.68.1 | ||||
| 	google.golang.org/protobuf v1.35.2 | ||||
| 	modernc.org/sqlite v1.21.2 | ||||
| 	modernc.org/sqlite v1.34.2 | ||||
| 	storj.io/drpc v0.0.34 | ||||
| ) | ||||
|  | ||||
| require ( | ||||
| 	go.unistack.org/micro-client-mock/v3 v3.0.1 | ||||
| 	go.unistack.org/micro-codec-urlencode/v3 v3.10.2 | ||||
| 	go.unistack.org/micro-codec-xml/v3 v3.10.1 | ||||
| 	go.unistack.org/micro-meter-prometheus/v3 v3.8.17 | ||||
| 	go.unistack.org/micro-meter-victoriametrics/v3 v3.8.9 | ||||
| 	go.unistack.org/micro-server-http/v3 v3.11.37 | ||||
| 	go.unistack.org/micro-wrapper-sql/v3 v3.10.15 | ||||
| 	go.unistack.org/micro/v3 v3.11.14 | ||||
| 	golang.org/x/net v0.32.0 | ||||
| ) | ||||
|  | ||||
| require ( | ||||
| 	dario.cat/mergo v1.0.1 // indirect | ||||
| 	github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect | ||||
| 	github.com/KimMachineGun/automemlimit v0.6.1 // indirect | ||||
| 	github.com/armon/go-metrics v0.4.1 // indirect | ||||
| 	github.com/beorn7/perks v1.0.1 // indirect | ||||
| 	github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||||
| 	github.com/cilium/ebpf v0.16.0 // indirect | ||||
| 	github.com/containerd/cgroups/v3 v3.0.4 // indirect | ||||
| 	github.com/containerd/log v0.1.0 // indirect | ||||
| 	github.com/coreos/go-systemd/v22 v22.5.0 // indirect | ||||
| 	github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||||
| 	github.com/cilium/ebpf v0.9.1 // indirect | ||||
| 	github.com/containerd/cgroups/v3 v3.0.1 // indirect | ||||
| 	github.com/coreos/go-systemd/v22 v22.3.2 // indirect | ||||
| 	github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||||
| 	github.com/docker/go-units v0.5.0 // indirect | ||||
| 	github.com/docker/go-units v0.4.0 // indirect | ||||
| 	github.com/dustin/go-humanize v1.0.1 // indirect | ||||
| 	github.com/fatih/color v1.17.0 // indirect | ||||
| 	github.com/fatih/color v1.16.0 // indirect | ||||
| 	github.com/go-jose/go-jose/v4 v4.0.4 // indirect | ||||
| 	github.com/godbus/dbus/v5 v5.1.0 // indirect | ||||
| 	github.com/godbus/dbus/v5 v5.0.4 // indirect | ||||
| 	github.com/google/gnostic v0.7.0 // indirect | ||||
| 	github.com/google/gnostic-models v0.6.9 // indirect | ||||
| 	github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect | ||||
| 	github.com/google/uuid v1.6.0 // indirect | ||||
| 	github.com/hashicorp/consul/api v1.29.4 // indirect | ||||
| 	github.com/hashicorp/consul/api v1.26.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-msgpack v1.1.5 // indirect | ||||
| 	github.com/hashicorp/go-multierror v1.1.1 // indirect | ||||
| 	github.com/hashicorp/go-retryablehttp v0.7.7 // indirect | ||||
| 	github.com/hashicorp/go-rootcerts v1.0.2 // indirect | ||||
| 	github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8 // indirect | ||||
| 	github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect | ||||
| 	github.com/hashicorp/go-sockaddr v1.0.7 // indirect | ||||
| 	github.com/hashicorp/golang-lru v1.0.2 // indirect | ||||
| 	github.com/hashicorp/golang-lru v0.5.4 // indirect | ||||
| 	github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||||
| 	github.com/hashicorp/hcl v1.0.0 // indirect | ||||
| 	github.com/hashicorp/serf v0.10.1 // indirect | ||||
| 	github.com/hashicorp/vault/api v1.15.0 // indirect | ||||
| 	github.com/imdario/mergo v0.3.16 // indirect | ||||
| 	github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||||
| 	github.com/klauspost/compress v1.17.11 // indirect | ||||
| 	github.com/lib/pq v1.10.4 // indirect | ||||
| 	github.com/mattn/go-colorable v0.1.13 // indirect | ||||
| 	github.com/mattn/go-isatty v0.0.20 // indirect | ||||
| 	github.com/mitchellh/go-homedir v1.1.0 // indirect | ||||
| 	github.com/mitchellh/mapstructure v1.5.0 // indirect | ||||
| 	github.com/moby/sys/userns v0.1.0 // indirect | ||||
| 	github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||||
| 	github.com/opencontainers/runtime-spec v1.2.0 // indirect | ||||
| 	github.com/ncruces/go-strftime v0.1.9 // indirect | ||||
| 	github.com/opencontainers/runtime-spec v1.0.2 // indirect | ||||
| 	github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect | ||||
| 	github.com/pierrec/lz4/v4 v4.1.21 // indirect | ||||
| 	github.com/pkg/errors v0.9.1 // indirect | ||||
| 	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||||
| 	github.com/prometheus/client_golang v1.20.5 // indirect | ||||
| 	github.com/prometheus/client_golang v1.20.4 // indirect | ||||
| 	github.com/prometheus/client_model v0.6.1 // indirect | ||||
| 	github.com/prometheus/common v0.61.0 // indirect | ||||
| 	github.com/prometheus/common v0.59.1 // indirect | ||||
| 	github.com/prometheus/procfs v0.15.1 // indirect | ||||
| 	github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect | ||||
| 	github.com/ryanuber/go-glob v1.0.0 // indirect | ||||
| 	github.com/segmentio/asm v1.2.0 // indirect | ||||
| 	github.com/segmentio/encoding v0.4.1 // indirect | ||||
| 	github.com/segmentio/encoding v0.4.0 // indirect | ||||
| 	github.com/silas/dag v0.0.0-20220518035006-a7e85ada93c5 // indirect | ||||
| 	github.com/sirupsen/logrus v1.9.3 // indirect | ||||
| 	github.com/sirupsen/logrus v1.8.1 // indirect | ||||
| 	github.com/twmb/franz-go/pkg/kadm v1.14.0 // indirect | ||||
| 	github.com/twmb/franz-go/pkg/kmsg v1.9.0 // indirect | ||||
| 	github.com/uber/jaeger-lib v2.4.1+incompatible // indirect | ||||
| 	github.com/valyala/fastrand v1.1.0 // indirect | ||||
| 	github.com/valyala/histogram v1.2.0 // indirect | ||||
| 	github.com/zeebo/errs v1.2.2 // indirect | ||||
| 	go.opentelemetry.io/otel v1.32.0 // indirect | ||||
| 	go.uber.org/atomic v1.11.0 // indirect | ||||
| 	go.uber.org/automaxprocs v1.6.0 // indirect | ||||
| 	go.uber.org/goleak v1.3.0 // indirect | ||||
| 	go.unistack.org/metrics v0.0.1 // indirect | ||||
| 	go.unistack.org/micro-wrapper-requestid/v3 v3.9.3 // indirect | ||||
| 	golang.org/x/exp v0.0.0-20241210194714-1829a127f884 // indirect | ||||
| 	golang.org/x/mod v0.22.0 // indirect | ||||
| 	golang.org/x/sync v0.10.0 // indirect | ||||
| 	golang.org/x/crypto v0.30.0 // indirect | ||||
| 	golang.org/x/exp v0.0.0-20231108232855-2478ac86f678 // indirect | ||||
| 	golang.org/x/sys v0.28.0 // indirect | ||||
| 	golang.org/x/text v0.21.0 // indirect | ||||
| 	golang.org/x/tools v0.28.0 // indirect | ||||
| 	golang.org/x/time v0.7.0 // indirect | ||||
| 	google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 // indirect | ||||
| 	gopkg.in/yaml.v3 v3.0.1 // indirect | ||||
| 	lukechampine.com/uint128 v1.3.0 // indirect | ||||
| 	modernc.org/cc/v3 v3.40.0 // indirect | ||||
| 	modernc.org/ccgo/v3 v3.16.13 // indirect | ||||
| 	modernc.org/libc v1.22.4 // indirect | ||||
| 	modernc.org/mathutil v1.5.0 // indirect | ||||
| 	modernc.org/memory v1.5.0 // indirect | ||||
| 	modernc.org/opt v0.1.3 // indirect | ||||
| 	modernc.org/strutil v1.1.3 // indirect | ||||
| 	modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect | ||||
| 	modernc.org/libc v1.55.3 // indirect | ||||
| 	modernc.org/mathutil v1.6.0 // indirect | ||||
| 	modernc.org/memory v1.8.0 // indirect | ||||
| 	modernc.org/strutil v1.2.0 // indirect | ||||
| 	modernc.org/token v1.1.0 // indirect | ||||
| ) | ||||
|   | ||||
| @@ -10,13 +10,13 @@ import ( | ||||
|  | ||||
| 	tcp "go.unistack.org/micro-server-tcp/v3" | ||||
| 	"go.unistack.org/micro/v3/broker" | ||||
| 	"go.unistack.org/micro/v3/logger" | ||||
| 	"go.unistack.org/micro/v3/register" | ||||
| 	"go.unistack.org/micro/v3/server" | ||||
| ) | ||||
|  | ||||
| type testHandler struct { | ||||
| 	done chan struct{} | ||||
| 	done  chan struct{} | ||||
| 	cherr chan error | ||||
| } | ||||
|  | ||||
| func TestTCPServer(t *testing.T) { | ||||
| @@ -35,7 +35,7 @@ func TestTCPServer(t *testing.T) { | ||||
| 	srv := tcp.NewServer(server.Register(reg), server.Broker(brk), server.Address("127.0.0.1:65000")) | ||||
|  | ||||
| 	// create handler | ||||
| 	h := &testHandler{done: make(chan struct{})} | ||||
| 	h := &testHandler{cherr: make(chan error), done: make(chan struct{})} | ||||
|  | ||||
| 	// register handler | ||||
| 	if err := srv.Handle(srv.NewHandler(h)); err != nil { | ||||
| @@ -75,7 +75,13 @@ func TestTCPServer(t *testing.T) { | ||||
| 		t.Fatal(err) | ||||
| 	} | ||||
|  | ||||
| 	<-h.done | ||||
| 	select { | ||||
| 	case <-h.done: | ||||
| 		break | ||||
| 	case err := <-h.cherr: | ||||
| 		t.Fatal(err) | ||||
| 	} | ||||
|  | ||||
| 	// stop server | ||||
| 	if err := srv.Stop(); err != nil { | ||||
| 		t.Fatal(err) | ||||
| @@ -95,7 +101,7 @@ func (h *testHandler) Serve(c net.Conn) { | ||||
| 		if err != nil && err == io.EOF { | ||||
| 			return | ||||
| 		} else if err != nil { | ||||
| 			logger.Fatal(context.TODO(), err.Error()) | ||||
| 			h.cherr <- err | ||||
| 		} | ||||
| 		fmt.Printf("%s", buf[:n]) | ||||
| 		close(h.done) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user