Skip to content

Commit

Permalink
fix: dependency errors
Browse files Browse the repository at this point in the history
  • Loading branch information
3andne committed Mar 5, 2023
1 parent e543dfb commit 9785380
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cipher_suites.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"hash"
"runtime"

"github.com/refraction-networking/utls/cpu"
"github.com/3andne/restls-client-go/cpu"

"golang.org/x/crypto/chacha20poly1305"
)
Expand Down
4 changes: 2 additions & 2 deletions cpu/cpu_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"strings"
"testing"

. "github.com/refraction-networking/utls/cpu"
"github.com/refraction-networking/utls/testenv"
. "github.com/3andne/restls-client-go/cpu"
"github.com/3andne/restls-client-go/testenv"
)

func MustHaveDebugOptionsSupport(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion examples/examples.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"net/url"
"time"

tls "github.com/refraction-networking/utls"
tls "github.com/3andne/restls-client-go"
"golang.org/x/net/http2"
)

Expand Down
2 changes: 1 addition & 1 deletion link_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"path/filepath"
"testing"

"github.com/refraction-networking/utls/testenv"
"github.com/3andne/restls-client-go/testenv"
)

// Tests that the linker is able to remove references to the Client or Server if unused.
Expand Down
2 changes: 1 addition & 1 deletion tls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"testing"
"time"

"github.com/refraction-networking/utls/testenv"
"github.com/3andne/restls-client-go/testenv"
)

var rsaCertPEM = `-----BEGIN CERTIFICATE-----
Expand Down

0 comments on commit 9785380

Please sign in to comment.