mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 03:30:05 +00:00
Version 3 starter
This commit is contained in:
20
backend/go.mod
Normal file
20
backend/go.mod
Normal 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
|
||||
)
|
Reference in New Issue
Block a user