Skip to content

Commit

Permalink
fix(deps): update module github.com/stephenafamo/orchestra to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 1, 2024
1 parent e83916f commit 1520893
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/protoconf/protoconf-xds

go 1.20
go 1.21

toolchain go1.22.0

require (
github.com/avast/retry-go v3.0.0+incompatible
Expand All @@ -9,7 +11,7 @@ require (
github.com/protoconf/libprotoconf v0.1.0
github.com/protoconf/protoconf v0.1.7
github.com/smintz/keygroup v0.1.0
github.com/stephenafamo/orchestra v0.0.0-20221122233638-c6ea527f65e7
github.com/stephenafamo/orchestra v0.2.1
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.31.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@ github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
github.com/stephenafamo/orchestra v0.0.0-20221122233638-c6ea527f65e7 h1:JWUFs8hxgh0OsdwaUQFej/rsAYgJU1afP+tHyc/ZyBI=
github.com/stephenafamo/orchestra v0.0.0-20221122233638-c6ea527f65e7/go.mod h1:EIWFzHtiX+C3SpeaYEjiQWEo+Zm3txSanq7fZBw+688=
github.com/stephenafamo/orchestra v0.2.1 h1:t/VJKMBvDr1/Os3bH12VK4pOomsoion6u0kbPS44v5o=
github.com/stephenafamo/orchestra v0.2.1/go.mod h1:ooy4syA39/kno5/HfghLcdQUeY4aZfHl9y3+mL0sfTo=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
Expand Down

0 comments on commit 1520893

Please sign in to comment.