mirror of https://github.com/velour/catbase.git
141 lines
6.6 KiB
Modula-2
141 lines
6.6 KiB
Modula-2
module github.com/velour/catbase
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.0
|
|
|
|
require (
|
|
code.chrissexton.org/cws/getaoc v0.0.0-20231202052842-1b2a337b799d
|
|
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
|
|
github.com/PuerkitoBio/goquery v1.10.2
|
|
github.com/a-h/templ v0.3.833
|
|
github.com/andrewstuart/openai v0.30.0
|
|
github.com/bwmarrin/discordgo v0.28.1
|
|
github.com/cdipaolo/goml v0.0.0-20220715001353-00e0c845ae1c
|
|
github.com/cenkalti/backoff/v4 v4.3.0
|
|
github.com/chrissexton/leftpad v0.0.0-20181207133115-1e93189d2fff
|
|
github.com/chrissexton/sentiment v0.0.0-20190927141846-d69c422ba035
|
|
github.com/disintegration/imageorient v0.0.0-20180920195336-8147d86e83ec
|
|
github.com/fogleman/gg v1.3.0
|
|
github.com/forPelevin/gomoji v1.3.0
|
|
github.com/gabriel-vasile/mimetype v1.4.8
|
|
github.com/ggicci/httpin v0.19.0
|
|
github.com/go-chi/chi/v5 v5.2.1
|
|
github.com/go-chi/httprate v0.14.1
|
|
github.com/gocolly/colly v1.2.0
|
|
github.com/google/generative-ai-go v0.19.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/itchyny/gojq v0.12.17
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/kevinburke/twilio-go v0.0.0-20240716172313-813590983ccc
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/mmcdole/gofeed v1.3.0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/nicklaw5/helix v1.25.0
|
|
github.com/olebedev/when v1.1.0
|
|
github.com/rs/zerolog v1.33.0
|
|
github.com/slack-go/slack v0.16.0
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/trubitsyn/go-zero-width v1.0.1
|
|
github.com/velour/velour v0.0.0-20160303155839-8e090e68d158
|
|
golang.org/x/crypto v0.36.0
|
|
google.golang.org/api v0.224.0
|
|
gopkg.in/go-playground/webhooks.v5 v5.17.0
|
|
)
|
|
|
|
require (
|
|
cloud.google.com/go v0.118.3 // indirect
|
|
cloud.google.com/go/ai v0.10.0 // indirect
|
|
cloud.google.com/go/auth v0.15.0 // indirect
|
|
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
|
|
cloud.google.com/go/compute/metadata v0.6.0 // indirect
|
|
cloud.google.com/go/longrunning v0.6.5 // indirect
|
|
git.stuart.fun/andrew/rester/v2 v2.5.0 // indirect
|
|
github.com/AlekSi/pointer v1.2.0 // indirect
|
|
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
|
|
github.com/andrewstuart/p v1.1.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/antchfx/htmlquery v1.3.4 // indirect
|
|
github.com/antchfx/xmlquery v1.4.4 // indirect
|
|
github.com/antchfx/xpath v1.3.3 // indirect
|
|
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/disintegration/gift v1.2.1 // indirect
|
|
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
|
|
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
|
|
github.com/ggicci/owl v0.8.2 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/s2a-go v0.1.9 // indirect
|
|
github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
|
|
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/improbable-eng/go-httpwares v0.0.0-20200609095714-edc8019f93cc // indirect
|
|
github.com/itchyny/timefmt-go v0.1.6 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/kennygrant/sanitize v1.2.4 // indirect
|
|
github.com/kevinburke/go-types v0.0.0-20240719050749-165e75e768f7 // indirect
|
|
github.com/kevinburke/rest v0.0.0-20240617045629-3ed0ad3487f0 // indirect
|
|
github.com/labstack/echo/v4 v4.13.3 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mmcdole/goxpp v1.1.1 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_golang v1.21.1 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.62.0 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/robertkrimen/otto v0.5.1 // indirect
|
|
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/temoto/robotstxt v1.1.2 // indirect
|
|
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
|
|
github.com/ttacon/libphonenumber v1.2.1 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.60.0 // indirect
|
|
go.opentelemetry.io/otel v1.35.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.35.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.35.0 // indirect
|
|
golang.org/x/image v0.25.0 // indirect
|
|
golang.org/x/net v0.37.0 // indirect
|
|
golang.org/x/oauth2 v0.28.0 // indirect
|
|
golang.org/x/sync v0.12.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
golang.org/x/time v0.11.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
|
|
google.golang.org/grpc v1.71.0 // indirect
|
|
google.golang.org/protobuf v1.36.5 // indirect
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/mattn/go-sqlite3 => github.com/leso-kn/go-sqlite3 v0.0.0-20230710125852-03158dc838ed
|