~repos /gromer
git clone
https://pyrossh.dev/repos/gromer.git
gromer is a framework and cli to build multipage web apps in golang using htmx and alpinejs.
file:
go.mod
module github.com/pyros2097/gromer
go 1.18
require ( github.com/alecthomas/participle/v2 v2.0.0-beta.3 github.com/alecthomas/repr v0.1.0 github.com/felixge/httpsnoop v1.0.1 github.com/go-playground/validator/v10 v10.9.0 github.com/goneric/stack v0.0.0-20220131052059-5990ae324dbd github.com/google/uuid v1.3.0 github.com/gorilla/handlers v1.5.1 github.com/gorilla/mux v1.8.0 github.com/imdario/mergo v0.3.12 github.com/rotisserie/eris v0.5.4 github.com/rs/zerolog v1.26.1 github.com/samber/lo v1.27.0 github.com/segmentio/go-camelcase v0.0.0-20160726192923-7085f1e3c734 github.com/stretchr/testify v1.7.1 gocloud.dev v0.24.0 xojoc.pw/useragent v0.0.0-20200116211053-1ec61d55e8fe)
require ( cloud.google.com/go v0.94.0 // indirect cloud.google.com/go/firestore v1.5.0 // indirect github.com/blang/semver v3.5.1+incompatible // indirect github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/go-playground/locales v0.14.0 // indirect github.com/go-playground/universal-translator v0.18.0 // indirect github.com/go-stack/stack v1.8.1 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/google/go-cmp v0.5.6 // indirect github.com/google/wire v0.5.0 // indirect github.com/googleapis/gax-go/v2 v2.1.0 // indirect github.com/leodido/go-urn v1.2.1 // indirect github.com/playwright-community/playwright-go v0.2000.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect go.opencensus.io v0.23.0 // indirect golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e // indirect golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect google.golang.org/api v0.56.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect google.golang.org/grpc v1.40.0 // indirect google.golang.org/protobuf v1.27.1 // indirect gopkg.in/square/go-jose.v2 v2.6.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect)