Skip to content
Closed
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ go 1.16
require (
github.com/cheekybits/genny v1.0.1-0.20200709201058-3e22f1a88ff2
github.com/felixge/httpsnoop v1.0.1
github.com/go-openapi/errors v0.19.9
github.com/go-openapi/loads v0.19.5
github.com/go-openapi/errors v0.22.0
github.com/go-openapi/loads v0.22.0
github.com/go-openapi/runtime v0.19.24
github.com/go-openapi/spec v0.19.14
github.com/go-openapi/strfmt v0.19.11
github.com/go-openapi/swag v0.19.12
github.com/go-openapi/validate v0.19.12
github.com/go-openapi/spec v0.21.0
github.com/go-openapi/strfmt v0.23.0
github.com/go-openapi/swag v0.23.0
github.com/go-openapi/validate v0.24.0
github.com/go-sql-driver/mysql v1.6.0
github.com/go-swagger/go-swagger v0.25.0
github.com/golang/mock v1.5.0
Expand All @@ -37,6 +37,6 @@ require (
github.com/smartystreets/goconvey v1.6.4
github.com/spf13/cobra v1.1.3
github.com/spf13/pflag v1.0.5
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/net v0.10.0
gotest.tools/gotestsum v1.6.4
)
Loading