diff --git a/remoteapi/integration_test.go b/remoteapi/integration_test.go index 815bf09ba61e8741a8ad840fc31588d723c9dfd4..947c8b40a81762e0680b93f25324f71700a068cb 100644 --- a/remoteapi/integration_test.go +++ b/remoteapi/integration_test.go @@ -37,8 +37,6 @@ "strings" "testing" "time" - "sourcecraft.dev/bigbes/sr-ht-core/auth" - "sourcecraft.dev/bigbes/sr-ht-core/crypto" remotesapi "github.com/dolthub/dolt/go/gen/proto/dolt/services/remotesapi/v1alpha1" "github.com/dolthub/dolt/go/libraries/doltcore/creds" "github.com/fernet/fernet-go" @@ -50,6 +48,8 @@ "google.golang.org/grpc/codes" "google.golang.org/grpc/credentials/insecure" "google.golang.org/grpc/metadata" "google.golang.org/grpc/status" + "sourcecraft.dev/bigbes/sr-ht-core/auth" + "sourcecraft.dev/bigbes/sr-ht-core/crypto" "sourcecraft.dev/bigbes/sr-ht-dolt/authn" "sourcecraft.dev/bigbes/sr-ht-dolt/core"