assets: use embed instead of statik (#1960)

* assets: use embed instead of statik

* remove empty line

* maybe fix precommit
This commit is contained in:
Caleb Doxsey 2021-03-03 18:56:55 -07:00 committed by GitHub
parent 92c3a4a56c
commit b6ec01f377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 78 additions and 125 deletions

3
go.mod
View file

@ -1,6 +1,6 @@
module github.com/pomerium/pomerium
go 1.14
go 1.16
require (
contrib.go.opencensus.io/exporter/jaeger v0.2.1
@ -45,7 +45,6 @@ require (
github.com/pomerium/csrf v1.7.0
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/procfs v0.2.0
github.com/rakyll/statik v0.1.7
github.com/rjeczalik/notify v0.9.3-0.20201210012515-e2a77dcc14cf
github.com/rs/cors v1.7.0
github.com/rs/zerolog v1.20.0