chore: switch to moved goamqp

This commit is contained in:
2022-07-20 17:11:29 +02:00
parent 2f232e6850
commit 610edd6576
5 changed files with 20 additions and 13 deletions
+1 -1
View File
@@ -7,8 +7,8 @@ import (
"sort"
"testing"
"github.com/sparetimecoders/goamqp"
"github.com/stretchr/testify/assert"
"gitlab.com/sparetimecoders/goamqp"
)
func TestPrivilegeHandler_Process_InvalidType(t *testing.T) {