File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/protoconf/protoconf-xds
22
3- go 1.20
3+ go 1.21
4+
5+ toolchain go1.22.1
46
57require (
68 github.com/avast/retry-go v3.0.0+incompatible
@@ -9,7 +11,7 @@ require (
911 github.com/protoconf/libprotoconf v0.1.0
1012 github.com/protoconf/protoconf v0.1.7
1113 github.com/smintz/keygroup v0.1.0
12- github.com/stephenafamo/orchestra v0.0.0-20221122233638-c6ea527f65e7
14+ github.com/stephenafamo/orchestra v0.3.1
1315 google.golang.org/grpc v1.58.3
1416 google.golang.org/protobuf v1.32.0
1517)
@@ -22,6 +24,7 @@ require (
2224 github.com/Masterminds/sprig/v3 v3.2.3 // indirect
2325 github.com/armon/go-radix v1.0.0 // indirect
2426 github.com/bgentry/speakeasy v0.1.0 // indirect
27+ github.com/cenkalti/backoff/v4 v4.2.1 // indirect
2528 github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
2629 github.com/cncf/xds/go v0.0.0-20230607035331-e9ce68804cb4 // indirect
2730 github.com/envoyproxy/protoc-gen-validate v1.0.2 // indirect
Original file line number Diff line number Diff line change @@ -116,6 +116,8 @@ github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnweb
116116github.com/bmatcuk/doublestar v1.1.5 /go.mod h1:wiQtGV+rzVYxB7WIlirSN++5HPtPlXEo9MEoZQC/PmE =
117117github.com/boltdb/bolt v1.3.1 /go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps =
118118github.com/bsm/go-vlq v0.0.0-20150828105119-ec6e8d4f5f4e /go.mod h1:N+BjUcTjSxc2mtRGSCPsat1kze3CUtvJN3/jTXlp29k =
119+ github.com/cenkalti/backoff/v4 v4.2.1 h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM =
120+ github.com/cenkalti/backoff/v4 v4.2.1 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
119121github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
120122github.com/census-instrumentation/opencensus-proto v0.4.1 h1:iKLQ0xPNFxR/2hzXZMrBo8f1j86j5WHzznCCQxV/b8g =
121123github.com/census-instrumentation/opencensus-proto v0.4.1 /go.mod h1:4T9NM4+4Vw91VeyqjLS6ao50K5bOcLKN6Q42XnYaRYw =
@@ -535,6 +537,8 @@ github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
535537github.com/spf13/pflag v1.0.3 /go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4 =
536538github.com/stephenafamo/orchestra v0.0.0-20221122233638-c6ea527f65e7 h1:JWUFs8hxgh0OsdwaUQFej/rsAYgJU1afP+tHyc/ZyBI =
537539github.com/stephenafamo/orchestra v0.0.0-20221122233638-c6ea527f65e7 /go.mod h1:EIWFzHtiX+C3SpeaYEjiQWEo+Zm3txSanq7fZBw+688 =
540+ github.com/stephenafamo/orchestra v0.3.1 h1:qvZktZ3LasMFIT4AqoaMvuOxDfFeO/U163Ecfm3N9GA =
541+ github.com/stephenafamo/orchestra v0.3.1 /go.mod h1:ta4zJXeiuT+vEHPafFRtXWNsLl5q6HdhntKKfNmHjns =
538542github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
539543github.com/stretchr/objx v0.1.1 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
540544github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
You can’t perform that action at this time.
0 commit comments