Skip to content

Commit

Permalink
update features Go package
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Jan 18, 2025
1 parent 3ec66df commit 548faaf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ require (
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.10.0
github.com/temporalio/features v0.0.0-20240806202554-bdfe567c9d89
github.com/temporalio/features v0.0.0-20250118005608-efab77dea8fd
go.temporal.io/api v1.43.0
go.temporal.io/sdk v1.31.0
go.temporal.io/sdk v1.32.1
go.uber.org/zap v1.27.0
golang.org/x/mod v0.20.0
golang.org/x/sync v0.8.0
Expand Down Expand Up @@ -57,6 +57,6 @@ require (
// This is dumb, but necesary because Go (for some commands) can't figure out the transitive
// local-replace inside of the features module itself, so we have to help it.
replace (
github.com/temporalio/features/features => github.com/temporalio/features/features v0.0.0-20240806202554-bdfe567c9d89
github.com/temporalio/features/harness/go => github.com/temporalio/features/harness/go v0.0.0-20240806202554-bdfe567c9d89
github.com/temporalio/features/features => github.com/temporalio/features/features v0.0.0-20250118005052-7111e232d0b9
github.com/temporalio/features/harness/go => github.com/temporalio/features/harness/go v0.0.0-20250118005608-efab77dea8fd
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81P
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/temporalio/features v0.0.0-20240806202554-bdfe567c9d89 h1:ms7Nr7ViCHOlQ8xC8F9DlHkprUNUbS7gdHxgQLkj3Sw=
github.com/temporalio/features v0.0.0-20240806202554-bdfe567c9d89/go.mod h1:SWbvv0LDMVe/hDH3DklFj6XJBNiMnUCCRWFlEyPPyes=
github.com/temporalio/features v0.0.0-20250118005608-efab77dea8fd h1:2GDKeHBcsWZ8jXfrW4Sv9AQ/GpMlEzhWrwJYe0ZsqZg=
github.com/temporalio/features v0.0.0-20250118005608-efab77dea8fd/go.mod h1:/JwJa/kAPJsJpoMn8FjBQ+Ds2t08fYO/cg0NP1N5+PU=
github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k=
go.temporal.io/api v1.43.0 h1:lBhq+u5qFJqGMXwWsmg/i8qn1UA/3LCwVc88l2xUMHg=
go.temporal.io/api v1.43.0/go.mod h1:1WwYUMo6lao8yl0371xWUm13paHExN5ATYT/B7QtFis=
go.temporal.io/sdk v1.31.0 h1:CLYiP0R5Sdj0gq8LyYKDDz4ccGOdJPR8wNGJU0JGwj8=
go.temporal.io/sdk v1.31.0/go.mod h1:8U8H7rF9u4Hyb4Ry9yiEls5716DHPNvVITPNkgWUwE8=
go.temporal.io/sdk v1.32.1 h1:slA8prhdFr4lxpsTcRusWVitD/cGjELfKUh0mBj73SU=
go.temporal.io/sdk v1.32.1/go.mod h1:8U8H7rF9u4Hyb4Ry9yiEls5716DHPNvVITPNkgWUwE8=
go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc=
go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A=
go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto=
Expand Down

0 comments on commit 548faaf

Please sign in to comment.