69 lines
2.8 KiB
Modula-2
69 lines
2.8 KiB
Modula-2
module github.com/mikestefanello/pagoda
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
entgo.io/ent v0.14.4
|
|
github.com/PuerkitoBio/goquery v1.10.3
|
|
github.com/go-playground/validator/v10 v10.26.0
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
github.com/gorilla/context v1.1.2
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/labstack/echo/v4 v4.13.3
|
|
github.com/mattn/go-sqlite3 v1.14.28
|
|
github.com/maypok86/otter v1.2.4
|
|
github.com/mikestefanello/backlite v0.5.0
|
|
github.com/spf13/afero v1.14.0
|
|
github.com/spf13/viper v1.20.1
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/crypto v0.37.0
|
|
maragu.dev/gomponents v1.1.0
|
|
)
|
|
|
|
require (
|
|
ariga.io/atlas v0.31.1-0.20250212144724-069be8033e83 // indirect
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
github.com/bmatcuk/doublestar v1.3.4 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/dolthub/maphash v0.1.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.8.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
|
|
github.com/gammazero/deque v0.2.1 // indirect
|
|
github.com/go-openapi/inflect v0.21.0 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
github.com/sagikazarmark/locafero v0.7.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/cast v1.7.1 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
github.com/zclconf/go-cty v1.14.4 // indirect
|
|
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/mod v0.23.0 // indirect
|
|
golang.org/x/net v0.39.0 // indirect
|
|
golang.org/x/sync v0.13.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
golang.org/x/text v0.24.0 // indirect
|
|
golang.org/x/time v0.8.0 // indirect
|
|
golang.org/x/tools v0.30.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|