Skip to content

Commit

Permalink
chore: cleanup sdk project structure for v2 (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: charankamarapu <kamarapucharan@gmail.com>
  • Loading branch information
charankamarapu authored Sep 7, 2023
1 parent 407bc32 commit c21ea44
Show file tree
Hide file tree
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.
1,027 changes: 83 additions & 944 deletions README.md

Large diffs are not rendered by default.

35 changes: 6 additions & 29 deletions go.mod
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
)
685 changes: 0 additions & 685 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit c21ea44

Please sign in to comment.