~bigbes/sr-ht-dolt

c978521eea2bea3256cf787d172b05575be6af49 — Eugene Blikh 5 days ago 57adcc0
remoteapi: gofmt the integration test
1 files changed, 2 insertions(+), 2 deletions(-)

M remoteapi/integration_test.go
M remoteapi/integration_test.go => remoteapi/integration_test.go +2 -2
@@ 37,8 37,6 @@ import (
	"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 @@ import (
	"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"