Fix capitalization issues in import path (#244)
This commit is contained in:
committed by
GitHub
parent
bb05fcff6f
commit
cb47aef7e4
+2
-2
@@ -6,11 +6,11 @@ import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/ullaakut/disgo"
|
||||
"github.com/Ullaakut/disgo"
|
||||
|
||||
"github.com/Ullaakut/nmap"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/mock"
|
||||
"github.com/ullaakut/nmap"
|
||||
)
|
||||
|
||||
type nmapMock struct {
|
||||
|
||||
Reference in New Issue
Block a user