Skip to content

Commit

Permalink
upgrade casm to fix stream bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Aratz M. Lasa committed Oct 1, 2022
1 parent 6c5f067 commit 3a868ef
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/multiformats/go-multistream v0.3.3
github.com/stretchr/testify v1.8.0
github.com/thejerf/suture/v4 v4.0.2
github.com/wetware/casm v0.0.0-20220923194627-3ed9a66c8190
github.com/wetware/casm v0.0.0-20220930214357-5cf501b9ce35
golang.org/x/sync v0.0.0-20220907140024-f12130a52804
gopkg.in/alexcesaro/statsd.v2 v2.0.0
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,8 @@ github.com/wetware/casm v0.0.0-20220922222301-64c2a34cb82e h1:IsKqMa14aOJbQlidJd
github.com/wetware/casm v0.0.0-20220922222301-64c2a34cb82e/go.mod h1:yM2HhRvaf15jQfL4HVoom4Mnm44tBRX5OUN4CHv4UMI=
github.com/wetware/casm v0.0.0-20220923194627-3ed9a66c8190 h1:s9jZMEIJF50j3Fd8NDLMC0DbUVyw30rylUegMBFJwn0=
github.com/wetware/casm v0.0.0-20220923194627-3ed9a66c8190/go.mod h1:30Kp/rqB1vMVVLn8IvGvUgBn0txMbn5gC9sL6nAZ7F8=
github.com/wetware/casm v0.0.0-20220930214357-5cf501b9ce35 h1:VK52GZT0PcKwzd7bYWoCYVAmkGnJNS7wxeUw3HGGQZk=
github.com/wetware/casm v0.0.0-20220930214357-5cf501b9ce35/go.mod h1:30Kp/rqB1vMVVLn8IvGvUgBn0txMbn5gC9sL6nAZ7F8=
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1 h1:EKhdznlJHPMoKr0XTrX+IlJs1LH3lyx2nfr1dOlZ79k=
github.com/whyrusleeping/go-keyspace v0.0.0-20160322163242-5b898ac5add1/go.mod h1:8UvriyWtv5Q5EOgjHaSseUEdkQfvwFv1I/In/O2M9gc=
github.com/whyrusleeping/timecache v0.0.0-20160911033111-cfcb2f1abfee h1:lYbXeSvJi5zk5GLKVuid9TVjS9a0OmLIDKTfoZBL6Ow=
Expand Down
14 changes: 14 additions & 0 deletions pkg/service/service_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package service_test

import "testing"

func TestProvide(t *testing.T) {
provider, locator := setup(t)

}

func TestFindProviders(t *testing.T) {

}

func setup(t *testing.T) (service.DiscoveryService, )

0 comments on commit 3a868ef

Please sign in to comment.