Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump swagger cli / golangci-lint / UI related package.json #432

Merged
merged 2 commits into from
Jan 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ gen: api_docs swagger

deps:
@GO111MODULE=off go get -u github.com/myitcv/gobin
@gobin github.com/go-swagger/go-swagger/cmd/swagger@v0.24.0
@gobin github.com/golangci/golangci-lint/cmd/golangci-lint@v1.24.0
@gobin github.com/go-swagger/go-swagger/cmd/swagger@v0.26.0
@gobin github.com/golangci/golangci-lint/cmd/golangci-lint@v1.35.2

serve_docs:
@npm install -g docsify-cli@4
Expand Down
2,839 changes: 1,457 additions & 1,382 deletions browser/flagr-ui/package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions browser/flagr-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@iktakahiro/markdown-it-katex": "^4.0.0",
"axios": "^0.19.0",
"axios": "^0.21.1",
"core-js": "^3.4.4",
"diff": "^3.4.0",
"element-ui": "^2.4.6",
Expand All @@ -23,9 +23,9 @@
"vuex": "^2.4.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.6",
"@vue/cli-plugin-eslint": "~4.5.6",
"@vue/cli-service": "~4.5.6",
"@vue/cli-plugin-babel": "~4.5.11",
"@vue/cli-plugin-eslint": "~4.5.11",
"@vue/cli-service": "~4.5.11",
"babel-eslint": "^10.0.3",
"eslint": "^6.0.0",
"eslint-plugin-vue": "^6.1.2",
Expand Down
22 changes: 9 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/a8m/kinesis-producer v0.0.0-20180723062609-03228a9f79b3
github.com/auth0/go-jwt-middleware v0.0.0-20170425171159-5493cabe49f7
github.com/avast/retry-go v2.2.0+incompatible
github.com/aws/aws-sdk-go v1.15.32
github.com/aws/aws-sdk-go v1.34.28
github.com/brandur/simplebox v0.0.0-20150921201729-84e9865bb03a
github.com/bsm/ratelimit v2.0.0+incompatible
github.com/caarlos0/env v3.3.0+incompatible
Expand All @@ -20,14 +20,13 @@ require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/evalphobia/logrus_sentry v0.4.6
github.com/getsentry/raven-go v0.0.0-20180903072508-084a9de9eb03
github.com/go-ini/ini v1.38.2 // indirect
github.com/go-openapi/errors v0.19.6
github.com/go-openapi/loads v0.19.5
github.com/go-openapi/runtime v0.19.19
github.com/go-openapi/spec v0.19.8
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.9
github.com/go-openapi/validate v0.19.10
github.com/go-openapi/errors v0.19.9
github.com/go-openapi/loads v0.20.1
github.com/go-openapi/runtime v0.19.26
github.com/go-openapi/spec v0.20.2
github.com/go-openapi/strfmt v0.20.0
github.com/go-openapi/swag v0.19.13
github.com/go-openapi/validate v0.20.1
github.com/gohttp/pprof v0.0.0-20141119085724-c9d246cbb3ba
github.com/gorilla/mux v1.7.1 // indirect
github.com/jessevdk/go-flags v1.4.0
Expand All @@ -37,7 +36,6 @@ require (
github.com/newrelic/go-agent v2.1.0+incompatible
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/phyber/negroni-gzip v0.0.0-20180113114010-ef6356a5d029
github.com/prashantv/gostub v0.0.0-20170112001514-5c68b99bb088
Expand All @@ -54,10 +52,8 @@ require (
github.com/yadvendar/negroni-newrelic-go-agent v0.0.0-20160803090806-3dc58758cb67
github.com/zhouzhuojie/conditions v0.2.3
github.com/zhouzhuojie/withtimeout v0.0.0-20190405051827-12b39eb2edd5
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/text v0.3.3 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
google.golang.org/api v0.3.1
google.golang.org/grpc v1.19.0
gopkg.in/DataDog/dd-trace-go.v1 v1.9.0
gopkg.in/ini.v1 v1.42.0 // indirect
)
108 changes: 95 additions & 13 deletions go.sum

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions swagger_gen/cmd/flagr-server/main.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 28 additions & 5 deletions swagger_gen/models/constraint.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions swagger_gen/models/create_constraint_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion swagger_gen/models/create_flag_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions swagger_gen/models/create_segment_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion swagger_gen/models/create_tag_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion swagger_gen/models/create_variant_request.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading