upgrade honeybee
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ package prism
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
honeybee "git.wisehodl.dev/jay/go-honeybee/outbound"
|
||||
"git.wisehodl.dev/jay/go-honeybee"
|
||||
"git.wisehodl.dev/jay/go-mana-component"
|
||||
"git.wisehodl.dev/jay/go-mana-prism/observer"
|
||||
"git.wisehodl.dev/jay/go-roots-ws"
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
package prism
|
||||
|
||||
import (
|
||||
honeybee "git.wisehodl.dev/jay/go-honeybee/outbound"
|
||||
"git.wisehodl.dev/jay/go-honeybee"
|
||||
"git.wisehodl.dev/jay/go-roots-ws"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"sync/atomic"
|
||||
|
||||
@@ -3,7 +3,7 @@ module git.wisehodl.dev/jay/go-mana-prism
|
||||
go 1.25.0
|
||||
|
||||
require (
|
||||
git.wisehodl.dev/jay/go-honeybee v0.3.1
|
||||
git.wisehodl.dev/jay/go-honeybee v0.4.0
|
||||
git.wisehodl.dev/jay/go-mana-component v0.1.0
|
||||
git.wisehodl.dev/jay/go-roots-ws v0.1.0
|
||||
github.com/stretchr/testify v1.11.1
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
git.wisehodl.dev/jay/go-honeybee v0.3.1 h1:APQyhGw4BmQw0kXytut4EqxjiCVmqyOg0cqpCSlJcsk=
|
||||
git.wisehodl.dev/jay/go-honeybee v0.3.1/go.mod h1:Xf3atUWJ2JgWVYpTBBxSgzL3ELdAo0znpqwpBZk9DlA=
|
||||
git.wisehodl.dev/jay/go-honeybee v0.4.0 h1:+aA2GbCQzgB2mzx0fcEmg319T2KmdHKsSxF8aXAbG7E=
|
||||
git.wisehodl.dev/jay/go-honeybee v0.4.0/go.mod h1:91H66sH5t1BHERGMihybeL1CDMu6vJgGuxjkUxfaqi4=
|
||||
git.wisehodl.dev/jay/go-mana-component v0.1.0 h1:wWYN5MzC9Hq3tEt4z7FjrwNuQz3rZY3RWAmgmNE8EZE=
|
||||
git.wisehodl.dev/jay/go-mana-component v0.1.0/go.mod h1:r2ZaTjKzwV5JJfC5boikxtjAKusPrzlJU/7qul0EUqA=
|
||||
git.wisehodl.dev/jay/go-roots-ws v0.1.0 h1:p1veCkpOmL26N//Qz7ekJOYj1Ck30ai4OKq9dxLjodk=
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ package prism
|
||||
|
||||
import (
|
||||
"context"
|
||||
honeybee "git.wisehodl.dev/jay/go-honeybee/outbound"
|
||||
"git.wisehodl.dev/jay/go-honeybee"
|
||||
"git.wisehodl.dev/jay/go-mana-component"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"testing"
|
||||
|
||||
Reference in New Issue
Block a user