forked from TrueCloudLab/frostfs-api-go
Move to frostfs-api
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
3b67807461
commit
1351b6656d
165 changed files with 607 additions and 565 deletions
|
@ -4,8 +4,8 @@ import (
|
|||
"math"
|
||||
"testing"
|
||||
|
||||
"github.com/nspcc-dev/neofs-api-go/v2/util/proto"
|
||||
"github.com/nspcc-dev/neofs-api-go/v2/util/proto/test"
|
||||
"github.com/TrueCloudLab/frostfs-api-go/v2/util/proto"
|
||||
"github.com/TrueCloudLab/frostfs-api-go/v2/util/proto/test"
|
||||
"github.com/stretchr/testify/require"
|
||||
goproto "google.golang.org/protobuf/proto"
|
||||
)
|
||||
|
|
2
util/proto/test/test.pb.go
generated
2
util/proto/test/test.pb.go
generated
|
@ -1,7 +1,7 @@
|
|||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.28.0
|
||||
// protoc v3.21.6
|
||||
// protoc v3.21.9
|
||||
// source: util/proto/test/test.proto
|
||||
|
||||
package test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue