-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleanup sdk project structure for v2 (#193)
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
- Loading branch information
1 parent
407bc32
commit c21ea44
Showing
3,025 changed files
with
189 additions
and
1,191,515 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,14 @@ | ||
module github.com/keploy/go-sdk | ||
module github.com/keploy/go-sdk/v2 | ||
|
||
go 1.16 | ||
|
||
//replace go.keploy.io/server => ../keploy | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.42.23 | ||
github.com/bnkamalesh/webgo/v4 v4.1.11 | ||
github.com/bnkamalesh/webgo/v6 v6.2.2 | ||
github.com/gin-gonic/gin v1.8.1 | ||
github.com/go-playground/validator/v10 v10.10.1 | ||
github.com/labstack/echo/v4 v4.9.0 | ||
go.mongodb.org/mongo-driver v1.8.3 | ||
go.uber.org/zap v1.22.0 | ||
google.golang.org/grpc v1.48.0 | ||
) | ||
|
||
require ( | ||
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de | ||
github.com/benbjohnson/clock v1.1.0 | ||
github.com/go-chi/chi v1.5.4 | ||
github.com/go-redis/redis/v8 v8.11.5 | ||
github.com/go-test/deep v1.0.8 | ||
github.com/gorilla/mux v1.8.0 | ||
github.com/jhump/protoreflect v1.14.0 | ||
github.com/lestrrat-go/jwx v1.2.25 | ||
github.com/valyala/fasthttp v1.44.0 | ||
) | ||
require go.uber.org/zap v1.22.0 | ||
|
||
require ( | ||
github.com/creasty/defaults v1.6.0 | ||
github.com/fullstorydev/grpcurl v1.8.7 | ||
github.com/golang/protobuf v1.5.2 | ||
go.keploy.io/server v0.8.6 | ||
google.golang.org/protobuf v1.28.1 | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/stretchr/testify v1.7.1 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.7.0 // indirect | ||
) |
Oops, something went wrong.