github.com/TrueCloudLab/frostfs-api-go/v2@v2.0.0-20230228134343-196241c4e79a/go.mod (about)

     1  module github.com/TrueCloudLab/frostfs-api-go/v2
     2  
     3  go 1.17
     4  
     5  require (
     6  	github.com/TrueCloudLab/frostfs-crypto v0.5.0
     7  	github.com/stretchr/testify v1.7.0
     8  	google.golang.org/grpc v1.48.0
     9  	google.golang.org/protobuf v1.28.0
    10  )
    11  
    12  require (
    13  	github.com/TrueCloudLab/rfc6979 v0.3.0 // indirect
    14  	github.com/davecgh/go-spew v1.1.0 // indirect
    15  	github.com/golang/protobuf v1.5.2 // indirect
    16  	github.com/mr-tron/base58 v1.2.0 // indirect
    17  	github.com/pmezard/go-difflib v1.0.0 // indirect
    18  	golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
    19  	golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
    20  	golang.org/x/text v0.3.3 // indirect
    21  	google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
    22  	gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
    23  )