mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-05-10 03:52:36 +02:00
chore: migrate module path to syntrex-lab and prepare open source release
This commit is contained in:
parent
a54c892736
commit
5cbb3d89d3
107 changed files with 465 additions and 594 deletions
|
|
@ -6,9 +6,9 @@ import (
|
|||
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
"github.com/syntrex/gomcp/internal/domain/circuitbreaker"
|
||||
"github.com/syntrex/gomcp/internal/domain/entropy"
|
||||
"github.com/syntrex/gomcp/internal/domain/oracle"
|
||||
"github.com/syntrex-lab/gomcp/internal/domain/circuitbreaker"
|
||||
"github.com/syntrex-lab/gomcp/internal/domain/entropy"
|
||||
"github.com/syntrex-lab/gomcp/internal/domain/oracle"
|
||||
)
|
||||
|
||||
func TestPipeline_AllowsNormalText(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue