104 lines
4.2 KiB
Modula-2
104 lines
4.2 KiB
Modula-2
module git.grosinger.net/tgrosinger/tonyslist
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/Masterminds/squirrel v1.5.4
|
|
github.com/PuerkitoBio/goquery v1.10.3
|
|
github.com/Unity-Technologies/go-cticker v0.0.0-20190411183326-bd2f021b1c08
|
|
github.com/arran4/golang-ical v0.3.2
|
|
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
|
|
github.com/casbin/casbin/v2 v2.105.0
|
|
github.com/dgraph-io/ristretto v0.2.0
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/gammazero/workerpool v1.1.3
|
|
github.com/go-oauth2/oauth2/v4 v4.5.3
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
|
github.com/golang-migrate/migrate/v4 v4.18.3
|
|
github.com/gorilla/sessions v1.4.0
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/jordan-bonecutter/goption v1.2.0
|
|
github.com/labstack/echo-contrib v0.17.3
|
|
github.com/labstack/echo/v4 v4.13.3
|
|
github.com/labstack/gommon v0.4.2
|
|
github.com/mattn/go-sqlite3 v1.14.28
|
|
github.com/mrz1836/postmark v1.7.3
|
|
github.com/prometheus/client_golang v1.22.0
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/spf13/viper v1.20.1
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/stripe/stripe-go/v78 v78.12.0
|
|
github.com/tus/tusd v1.13.0
|
|
github.com/yuin/goldmark v1.7.11
|
|
go.uber.org/zap v1.27.0
|
|
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
|
|
maragu.dev/gomponents v1.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/bmatcuk/doublestar/v4 v4.8.1 // indirect
|
|
github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40 // indirect
|
|
github.com/casbin/govaluate v1.3.0 // indirect
|
|
github.com/fsnotify/fsnotify v1.9.0 // indirect
|
|
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
|
|
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
|
|
github.com/multiplay/go-cticker v0.0.0-20190411183326-bd2f021b1c08 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.63.0 // indirect
|
|
github.com/prometheus/procfs v0.16.0 // indirect
|
|
github.com/sagikazarmark/locafero v0.9.0 // indirect
|
|
github.com/sergi/go-diff v1.2.0 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.14.0 // indirect
|
|
github.com/spf13/pflag v1.0.6 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
github.com/tidwall/btree v1.7.0 // indirect
|
|
github.com/tidwall/buntdb v1.3.0 // indirect
|
|
github.com/tidwall/gjson v1.17.1 // indirect
|
|
github.com/tidwall/grect v0.1.4 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/rtred v0.1.2 // indirect
|
|
github.com/tidwall/tinyqueue v0.1.1 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/crypto v0.38.0 // indirect
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/participle/v2 v2.1.4
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/gammazero/deque v0.2.0 // indirect
|
|
github.com/gorilla/context v1.1.2 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/gorilla/securecookie v1.1.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.27
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/spf13/cast v1.8.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.25.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|