Skip to content

Commit 6f94a1f

Browse files
committed
removed unneeded dependencies from modile
1 parent 177421f commit 6f94a1f

File tree

2 files changed

+8
-80
lines changed

2 files changed

+8
-80
lines changed

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,22 @@ module github.com/chryscloud/go-microkit-plugins
33
go 1.13
44

55
require (
6+
github.com/Microsoft/go-winio v0.4.14 // indirect
67
github.com/blendle/zapdriver v1.3.1
7-
github.com/chryscloud/microkit-plugins v0.0.0-20200824191810-84e7409ad039
88
github.com/dgrijalva/jwt-go v3.2.0+incompatible
9+
github.com/docker/distribution v2.7.1+incompatible // indirect
910
github.com/docker/docker v1.13.1
11+
github.com/docker/go-connections v0.4.0 // indirect
12+
github.com/docker/go-units v0.4.0 // indirect
1013
github.com/gin-gonic/gin v1.6.3
1114
github.com/go-openapi/spec v0.19.9 // indirect
1215
github.com/go-openapi/swag v0.19.9 // indirect
1316
github.com/go-resty/resty/v2 v2.3.0
17+
github.com/golang/protobuf v1.3.5 // indirect
1418
github.com/mailru/easyjson v0.7.2 // indirect
1519
github.com/opencontainers/go-digest v1.0.0 // indirect
20+
github.com/pkg/errors v0.9.1 // indirect
21+
github.com/stretchr/testify v1.5.1 // indirect
1622
github.com/swaggo/gin-swagger v1.2.0
1723
github.com/swaggo/swag v1.6.7 // indirect
1824
go.uber.org/zap v1.15.0

0 commit comments

Comments
 (0)