Skip to content

Commit

Permalink
Start refactor html/templates to templ
Browse files Browse the repository at this point in the history
  • Loading branch information
mraron committed May 20, 2024
1 parent b9e9d88 commit 2dae2d1
Show file tree
Hide file tree
Showing 49 changed files with 971 additions and 653 deletions.
8 changes: 0 additions & 8 deletions .mockery.yaml

This file was deleted.

49 changes: 32 additions & 17 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ require (
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect
github.com/friendsofgo/errors v0.9.2
github.com/gofrs/uuid v4.2.0+incompatible // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang-migrate/migrate/v4 v4.15.1
github.com/gorilla/sessions v1.2.1
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/labstack/echo-contrib v0.12.0
github.com/labstack/echo/v4 v4.10.0
github.com/labstack/gommon v0.4.0 // indirect
github.com/labstack/echo/v4 v4.11.4
github.com/labstack/gommon v0.4.2 // indirect
github.com/lib/pq v1.10.6
github.com/markbates/goth v1.69.0
github.com/mattn/go-colorable v0.1.13 // indirect
Expand All @@ -26,59 +26,74 @@ require (
github.com/volatiletech/randomize v0.0.1 // indirect
github.com/volatiletech/sqlboiler/v4 v4.15.0
github.com/volatiletech/strmangle v0.0.6
golang.org/x/crypto v0.17.0
golang.org/x/crypto v0.22.0
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)

require (
github.com/a-h/templ v0.2.697
github.com/antonlindstrom/pgstore v0.0.0-20220421113606-e3a6e3fed12a
github.com/deepmap/oapi-codegen/v2 v2.1.0
github.com/erni27/imcache v1.2.0
github.com/fsnotify/fsnotify v1.6.0
github.com/fsnotify/fsnotify v1.7.0
github.com/getkin/kin-openapi v0.122.0
github.com/karrick/gobls v1.3.5
github.com/oapi-codegen/echo-middleware v1.0.1
github.com/oapi-codegen/runtime v1.1.1
github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b
github.com/samber/slog-echo v1.12.3
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
github.com/yuin/goldmark v1.4.13
golang.org/x/net v0.17.0
golang.org/x/sync v0.1.0
golang.org/x/net v0.24.0
golang.org/x/sync v0.3.0
golang.org/x/text v0.14.0
golang.org/x/time v0.2.0
golang.org/x/time v0.5.0
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
gopkg.in/yaml.v3 v3.0.1
)

require (
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ericlagergren/decimal v0.0.0-20190420051523-6335edbaa640 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/swag v0.22.4 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/mux v1.8.0 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/invopop/yaml v0.2.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.9 // indirect
github.com/perimeterx/marshmallow v1.1.5 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/samber/lo v1.38.1 // indirect
github.com/spf13/cast v1.5.0 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
github.com/ugorji/go/codec v1.2.12 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/volatiletech/inflect v0.0.1 // indirect
go.opentelemetry.io/otel v1.19.0 // indirect
go.opentelemetry.io/otel/trace v1.19.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.opentelemetry.io/otel v1.26.0 // indirect
go.opentelemetry.io/otel/trace v1.26.0 // indirect
go.uber.org/atomic v1.11.0 // indirect
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/tools v0.6.0 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/tools v0.13.0 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.33.0 // indirect
Expand Down
Loading

0 comments on commit 2dae2d1

Please sign in to comment.