Skip to content

Commit

Permalink
update golang version and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
iva-romanenko committed Sep 18, 2024
1 parent 62e8f4e commit 9d41dc1
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 358 deletions.
37 changes: 24 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,20 +1,31 @@
module github.com/yandex-cloud/go-sdk

go 1.15
go 1.21

require (
github.com/c2h5oh/datasize v0.0.0-20200112174442-28bbd4740fee
github.com/c2h5oh/datasize v0.0.0-20200825124411-48ed595a09d2
github.com/ghodss/yaml v1.0.0
github.com/golang-jwt/jwt/v4 v4.1.0
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.1.2
github.com/hashicorp/go-multierror v1.0.0
github.com/mitchellh/go-testing-interface v1.0.0
github.com/stretchr/testify v1.7.0
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-multierror v1.1.1
github.com/mitchellh/go-testing-interface v1.14.1
github.com/stretchr/testify v1.9.0
github.com/yandex-cloud/go-genproto v0.0.0-20240916135905-fb3873d459a7
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/genproto v0.0.0-20211021150943-2b146023228c
google.golang.org/grpc v1.41.0
google.golang.org/protobuf v1.27.1
gopkg.in/yaml.v2 v2.2.8
golang.org/x/net v0.25.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240415141817-7cd4c1c1f9ec
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.33.0
gopkg.in/yaml.v2 v2.4.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto v0.0.0-20240415180920-8c6c420018be // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240415141817-7cd4c1c1f9ec // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 9d41dc1

Please sign in to comment.