Skip to content

Commit c21ea44

Browse files
chore: cleanup sdk project structure for v2 (#193)
Signed-off-by: charankamarapu <[email protected]>
1 parent 407bc32 commit c21ea44

File tree

3,025 files changed

+189
-1191515
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,025 files changed

+189
-1191515
lines changed

README.md

+83-944
Large diffs are not rendered by default.

go.mod

+6-29
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,14 @@
1-
module github.com/keploy/go-sdk
1+
module github.com/keploy/go-sdk/v2
22

33
go 1.16
44

55
//replace go.keploy.io/server => ../keploy
66

7-
require (
8-
github.com/aws/aws-sdk-go v1.42.23
9-
github.com/bnkamalesh/webgo/v4 v4.1.11
10-
github.com/bnkamalesh/webgo/v6 v6.2.2
11-
github.com/gin-gonic/gin v1.8.1
12-
github.com/go-playground/validator/v10 v10.10.1
13-
github.com/labstack/echo/v4 v4.9.0
14-
go.mongodb.org/mongo-driver v1.8.3
15-
go.uber.org/zap v1.22.0
16-
google.golang.org/grpc v1.48.0
17-
)
18-
19-
require (
20-
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
21-
github.com/benbjohnson/clock v1.1.0
22-
github.com/go-chi/chi v1.5.4
23-
github.com/go-redis/redis/v8 v8.11.5
24-
github.com/go-test/deep v1.0.8
25-
github.com/gorilla/mux v1.8.0
26-
github.com/jhump/protoreflect v1.14.0
27-
github.com/lestrrat-go/jwx v1.2.25
28-
github.com/valyala/fasthttp v1.44.0
29-
)
7+
require go.uber.org/zap v1.22.0
308

319
require (
32-
github.com/creasty/defaults v1.6.0
33-
github.com/fullstorydev/grpcurl v1.8.7
34-
github.com/golang/protobuf v1.5.2
35-
go.keploy.io/server v0.8.6
36-
google.golang.org/protobuf v1.28.1
10+
github.com/pkg/errors v0.9.1 // indirect
11+
github.com/stretchr/testify v1.7.1 // indirect
12+
go.uber.org/atomic v1.9.0 // indirect
13+
go.uber.org/multierr v1.7.0 // indirect
3714
)

go.sum

-685
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)