Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/DATA-DOG/go-sqlmock v1.4.1 // indirect
github.com/envoyproxy/protoc-gen-validate v0.1.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.2
github.com/golang/protobuf v1.5.2
github.com/infobloxopen/atlas-app-toolkit v0.21.1
github.com/infobloxopen/protoc-gen-gorm v0.20.0
github.com/jinzhu/gorm v1.9.13
Expand All @@ -25,6 +25,6 @@ require (
github.com/stretchr/testify v1.6.1
github.com/thoas/go-funk v0.6.0
github.com/xmlking/configor v0.1.0
google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1
google.golang.org/grpc v1.26.0
google.golang.org/genproto v0.0.0-20220623142657-077d458a5694
google.golang.org/grpc v1.47.0
)
Loading