Skip to content

Commit f99c3cd

Browse files
Gateway: add api documentation in OpenAPI file
1 parent 3c13ae7 commit f99c3cd

File tree

15 files changed

+10436
-8
lines changed

15 files changed

+10436
-8
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,17 @@ require (
3030
github.com/sanity-io/litter v1.2.0
3131
github.com/sgotti/gexpect v0.0.0-20210315095146-1ec64e69809b
3232
github.com/spf13/cobra v0.0.5
33+
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
34+
github.com/swaggo/http-swagger v1.2.5
35+
github.com/swaggo/swag v1.7.9
3336
github.com/xanzy/go-gitlab v0.26.0
3437
go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738
3538
go.starlark.net v0.0.0-20200203144150-6677ee5c7211
3639
golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e
3740
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
3841
gopkg.in/src-d/go-billy.v4 v4.3.2
3942
gopkg.in/src-d/go-git.v4 v4.13.1
40-
gopkg.in/yaml.v2 v2.2.8
43+
gopkg.in/yaml.v2 v2.4.0
4144
k8s.io/api v0.17.3
4245
k8s.io/apimachinery v0.17.3
4346
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)