Skip to content

Commit

Permalink
Added swagger validation migration
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky committed Jan 26, 2021
1 parent 21563fc commit a96f9ce
Show file tree
Hide file tree
Showing 3 changed files with 669 additions and 6 deletions.
10 changes: 10 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
module github.com/frikky/shuffle-shared

go 1.13

require (
cloud.google.com/go/datastore v1.4.0
cloud.google.com/go/storage v1.12.0
github.com/getkin/kin-openapi v0.36.0
github.com/satori/go.uuid v1.2.0
google.golang.org/appengine v1.6.7
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
Loading

0 comments on commit a96f9ce

Please sign in to comment.