Skip to content

Commit

Permalink
fix: fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed Sep 11, 2024
1 parent d7f2de2 commit 3aebde0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/google/uuid v1.6.0
github.com/hashicorp/go-memdb v1.3.4
github.com/stretchr/testify v1.9.0
github.com/tochemey/goakt/v2 v2.6.2-0.20240911164132-7a457b7834db
github.com/tochemey/goakt/v2 v2.6.2-0.20240911181406-5ac03f8ba57f
github.com/tochemey/gopack v0.0.0-20240704194040-eaa380774969
github.com/travisjeffery/go-dynaport v1.0.0
go.opentelemetry.io/otel v1.30.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ github.com/tidwall/match v1.1.1 h1:+Ho715JplO36QYgwN9PGYNhgZvoUSc9X2c80KVTi+GA=
github.com/tidwall/match v1.1.1/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM=
github.com/tidwall/redcon v1.6.2 h1:5qfvrrybgtO85jnhSravmkZyC0D+7WstbfCs3MmPhow=
github.com/tidwall/redcon v1.6.2/go.mod h1:p5Wbsgeyi2VSTBWOcA5vRXrOb9arFTcU2+ZzFjqV75Y=
github.com/tochemey/goakt/v2 v2.6.2-0.20240911164132-7a457b7834db h1:f+INexdut4FrBtg8Yv2LowzZFqxeLqGcjTGEp/nZF/Y=
github.com/tochemey/goakt/v2 v2.6.2-0.20240911164132-7a457b7834db/go.mod h1:gugM4SAFAft136Gwr8dzobIuUUOJ/+mSubY0Z8qCs7A=
github.com/tochemey/goakt/v2 v2.6.2-0.20240911181406-5ac03f8ba57f h1:ji6dtBdZAnF+usGNyRSYwHJowvyGhJfChgSEgNhmBMo=
github.com/tochemey/goakt/v2 v2.6.2-0.20240911181406-5ac03f8ba57f/go.mod h1:gugM4SAFAft136Gwr8dzobIuUUOJ/+mSubY0Z8qCs7A=
github.com/tochemey/gopack v0.0.0-20240704194040-eaa380774969 h1:SDUoPcLRz28UitaOlMjOTC2T6XYBqx3qWDLDyA0jX3k=
github.com/tochemey/gopack v0.0.0-20240704194040-eaa380774969/go.mod h1:3Qt0XoTLDsLzcaMXs7tYXd+iKOehoWqykWMQNBAwTdA=
github.com/travisjeffery/go-dynaport v1.0.0 h1:m/qqf5AHgB96CMMSworIPyo1i7NZueRsnwdzdCJ8Ajw=
Expand Down

0 comments on commit 3aebde0

Please sign in to comment.