Version 3 starter

This commit is contained in:
Jamie Curnow
2021-06-14 19:29:35 +10:00
parent 60fc57431a
commit 6205434140
642 changed files with 25817 additions and 32319 deletions

20
backend/go.mod Normal file
View File

@@ -0,0 +1,20 @@
module npm
go 1.16
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/drexedam/gravatar v0.0.0-20210327211422-e94eea8c338e
github.com/fatih/color v1.10.0
github.com/getsentry/sentry-go v0.10.0
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/cors v1.2.0
github.com/go-chi/jwtauth v4.0.4+incompatible
github.com/jc21/jsref v0.0.0-20210608024405-a97debfc4760
github.com/jmoiron/sqlx v1.3.3
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/qri-io/jsonschema v0.2.1
github.com/stretchr/testify v1.7.0
github.com/vrischmann/envconfig v1.3.0
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
)