File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/terraform-providers/terraform-provider-bitbucket
22
33require (
4- github.com/DrFaust92/bitbucket-go-client v0.0.4
4+ github.com/DrFaust92/bitbucket-go-client v0.0.6
55 github.com/antihax/optional v1.0.0
66 github.com/hashicorp/terraform-plugin-sdk/v2 v2.13.0
77 github.com/satori/go.uuid v1.2.0
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9
3333dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 /go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU =
3434github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
3535github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 /go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo =
36- github.com/DrFaust92/bitbucket-go-client v0.0.4 h1:eUlCCRK2vYP6fzrIWMol+iicubQNJ5oLKlrLkObp6gU =
37- github.com/DrFaust92/bitbucket-go-client v0.0.4 /go.mod h1:3UJtT6PmlsB7MCc1MbegmGlT2waRlIMIHtaQLTcd794 =
36+ github.com/DrFaust92/bitbucket-go-client v0.0.6 h1:vpXZC11cFNSByLi7sRZa06T4Qxso/HhVJvqgj2YdLZg =
37+ github.com/DrFaust92/bitbucket-go-client v0.0.6 /go.mod h1:3UJtT6PmlsB7MCc1MbegmGlT2waRlIMIHtaQLTcd794 =
3838github.com/Microsoft/go-winio v0.4.14 /go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA =
3939github.com/Microsoft/go-winio v0.4.16 h1:FtSW/jqD+l4ba5iPBj9CODVtgfYAD8w2wS923g/cFDk =
4040github.com/Microsoft/go-winio v0.4.16 /go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugXOPRXwdLnMv0 =
You can’t perform that action at this time.
0 commit comments