Skip to content

Commit ebaba23

Browse files
gateway: add api documentation in openapi file
1 parent 7b39dc8 commit ebaba23

File tree

15 files changed

+10931
-8
lines changed

15 files changed

+10931
-8
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,17 @@ require (
3232
github.com/sanity-io/litter v1.2.0
3333
github.com/sgotti/gexpect v0.0.0-20210315095146-1ec64e69809b
3434
github.com/spf13/cobra v0.0.5
35+
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
36+
github.com/swaggo/http-swagger v1.2.5
37+
github.com/swaggo/swag v1.7.9
3538
github.com/xanzy/go-gitlab v0.26.0
3639
go.starlark.net v0.0.0-20200203144150-6677ee5c7211
3740
golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e
3841
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
3942
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
4043
gopkg.in/src-d/go-billy.v4 v4.3.2
4144
gopkg.in/src-d/go-git.v4 v4.13.1
42-
gopkg.in/yaml.v2 v2.2.8
45+
gopkg.in/yaml.v2 v2.4.0
4346
k8s.io/api v0.17.3
4447
k8s.io/apimachinery v0.17.3
4548
k8s.io/client-go v0.17.3

go.sum

Lines changed: 60 additions & 7 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)