Skip to content

Commit 0210f92

Browse files
enhancement: add api documentation in OpenAPI file
1 parent 6081787 commit 0210f92

File tree

15 files changed

+10377
-14
lines changed

15 files changed

+10377
-14
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,19 @@ require (
2929
github.com/satori/go.uuid v1.2.0
3030
github.com/sgotti/gexpect v0.0.0-20210315095146-1ec64e69809b
3131
github.com/spf13/cobra v0.0.5
32+
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2 // indirect
33+
github.com/swaggo/http-swagger v1.2.0 // indirect
34+
github.com/swaggo/swag v1.7.8 // indirect
3235
github.com/xanzy/go-gitlab v0.26.0
3336
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
3437
go.starlark.net v0.0.0-20200203144150-6677ee5c7211
3538
go.uber.org/zap v1.13.0
3639
golang.org/x/crypto v0.0.0-20200214034016-1d94cc7ab1c6
3740
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
38-
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
41+
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
3942
gopkg.in/src-d/go-billy.v4 v4.3.2
4043
gopkg.in/src-d/go-git.v4 v4.13.1
41-
gopkg.in/yaml.v2 v2.2.8
44+
gopkg.in/yaml.v2 v2.4.0
4245
k8s.io/api v0.17.3
4346
k8s.io/apimachinery v0.17.3
4447
k8s.io/client-go v0.17.3

go.sum

Lines changed: 76 additions & 12 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)