21 lines
686 B
Modula-2
21 lines
686 B
Modula-2
module github.com/yandex-cloud/go-sdk
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/ghodss/yaml v1.0.0
|
|
github.com/golang/protobuf v1.3.5
|
|
github.com/google/uuid v1.1.1
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/mitchellh/go-testing-interface v1.0.0
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/yandex-cloud/go-genproto v0.0.0-20200608085315-d6e7ef5ceb97
|
|
golang.org/x/net v0.0.0-20200320220750-118fecf932d8
|
|
google.golang.org/genproto v0.0.0-20200323114720-3f67cca34472
|
|
google.golang.org/grpc v1.28.0
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|