Skip to content

Commit

Permalink
deps: update reference to gen
Browse files Browse the repository at this point in the history
  • Loading branch information
benjivesterby committed Feb 11, 2024
1 parent 5158983 commit 7eff3d3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module go.atomizer.io/stream

go 1.18

require go.structs.dev/gen v1.0.1
require go.devnw.com/gen v1.1.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
go.structs.dev/gen v1.0.1 h1:tp81qXTWF61tgmyCVqBBdQcEMp9Ftlo5/ekkm+wVkYk=
go.structs.dev/gen v1.0.1/go.mod h1:Y1KXGuqAQdeL0G485oZzpgVwVZ4x+/7/ViNdQJuINo4=
go.devnw.com/gen v1.1.0 h1:VaUsFJUQycvx10g5ljrSilQYkCicIpOzRetcgR11u2g=
go.devnw.com/gen v1.1.0/go.mod h1:osGISydOxdvHZvg/+XMyCm9gjxSqYyRzSXtSUVeGx3A=
2 changes: 1 addition & 1 deletion scaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

"go.structs.dev/gen"
"go.devnw.com/gen"
)

var emptyFn = func(context.Context, any) (any, bool) { return 0, true }
Expand Down
2 changes: 1 addition & 1 deletion stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"reflect"
"sync"

"go.structs.dev/gen"
"go.devnw.com/gen"
)

// Pipe accepts an incoming data channel and pipes it to the supplied
Expand Down
2 changes: 1 addition & 1 deletion stream_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"testing"

"go.structs.dev/gen"
"go.devnw.com/gen"
)

func Benchmark_Pipe(b *testing.B) {
Expand Down
2 changes: 1 addition & 1 deletion stream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"
"time"

"go.structs.dev/gen"
"go.devnw.com/gen"
)

func PipeTest[U ~[]T, T comparable](
Expand Down

0 comments on commit 7eff3d3

Please sign in to comment.