File tree Expand file tree Collapse file tree 2 files changed +8
-80
lines changed Expand file tree Collapse file tree 2 files changed +8
-80
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,22 @@ module github.com/chryscloud/go-microkit-plugins
3
3
go 1.13
4
4
5
5
require (
6
+ github.com/Microsoft/go-winio v0.4.14 // indirect
6
7
github.com/blendle/zapdriver v1.3.1
7
- github.com/chryscloud/microkit-plugins v0.0.0-20200824191810-84e7409ad039
8
8
github.com/dgrijalva/jwt-go v3.2.0+incompatible
9
+ github.com/docker/distribution v2.7.1+incompatible // indirect
9
10
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
10
13
github.com/gin-gonic/gin v1.6.3
11
14
github.com/go-openapi/spec v0.19.9 // indirect
12
15
github.com/go-openapi/swag v0.19.9 // indirect
13
16
github.com/go-resty/resty/v2 v2.3.0
17
+ github.com/golang/protobuf v1.3.5 // indirect
14
18
github.com/mailru/easyjson v0.7.2 // indirect
15
19
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
16
22
github.com/swaggo/gin-swagger v1.2.0
17
23
github.com/swaggo/swag v1.6.7 // indirect
18
24
go.uber.org/zap v1.15.0
You can’t perform that action at this time.
0 commit comments