-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Adding string to make request function
- Fixing signature - Fixing and updating deps
- Loading branch information
Maya Sergeeva
committed
Jan 17, 2022
1 parent
b24a7b2
commit 9b4edf4
Showing
6 changed files
with
71 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
module github.com/microparts/errors-go-gin | ||
module github.com/spacetab-io/errors-go-gin | ||
|
||
go 1.16 | ||
|
||
require ( | ||
github.com/gin-gonic/gin v1.7.2 | ||
github.com/go-playground/validator/v10 v10.8.0 | ||
github.com/gin-gonic/gin v1.7.7 | ||
github.com/go-playground/validator/v10 v10.10.0 | ||
github.com/spacetab-io/errors-go v1.3.0 | ||
github.com/stretchr/testify v1.7.0 | ||
google.golang.org/genproto v0.0.0-20210726200206-e7812ac95cc0 | ||
google.golang.org/grpc v1.39.0 | ||
google.golang.org/genproto v0.0.0-20220114231437-d2e6a121cae0 | ||
google.golang.org/grpc v1.43.0 | ||
) | ||
|
||
//replace github.com/spacetab-io/errors-go => ../errors-go |
Oops, something went wrong.