1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-06 22:32:51 +02:00

signup autocomplete

This commit is contained in:
Lee Brown
2019-08-01 11:34:03 -08:00
parent 2f51649340
commit 232648a2cc
14 changed files with 1212 additions and 14 deletions

1
go.mod
View File

@ -39,6 +39,7 @@ require (
github.com/pkg/errors v0.8.1
github.com/sergi/go-diff v1.0.0
github.com/sethgrid/pester v0.0.0-20190127155807-68a33a018ad0
github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
github.com/stretchr/testify v1.3.0
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/swag v1.6.2