Merge pull request #25 from masterSplinter01/24-update-api-go

Update api go
This commit is contained in:
Alex Vanin 2021-07-07 17:24:03 +03:00 committed by GitHub
commit 393034fd73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View file

@ -11,8 +11,8 @@
# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE
*.out *.out
# Dependency directories (remove the comment below to include it) # Dependency directories
# vendor/ vendor/
# IDE # IDE
.idea .idea

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.16
require ( require (
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210521073959-f0d4d129b7f1 github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210521073959-f0d4d129b7f1
github.com/nspcc-dev/neofs-api-go v1.28.2 github.com/nspcc-dev/neofs-api-go v1.28.3
github.com/stretchr/testify v1.6.1 github.com/stretchr/testify v1.6.1
go.uber.org/zap v1.10.0 go.uber.org/zap v1.10.0
google.golang.org/grpc v1.29.1 google.golang.org/grpc v1.29.1

BIN
go.sum

Binary file not shown.