mirror of https://github.com/velour/catbase.git
155 lines
7.3 KiB
Modula-2
155 lines
7.3 KiB
Modula-2
module github.com/velour/catbase
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.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.9.2
|
|
github.com/a-h/templ v0.2.680
|
|
github.com/andrewstuart/openai v0.28.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/charmbracelet/charm v0.12.6
|
|
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.2.0
|
|
github.com/gabriel-vasile/mimetype v1.4.3
|
|
github.com/ggicci/httpin v0.18.1
|
|
github.com/go-chi/chi/v5 v5.0.12
|
|
github.com/go-chi/httprate v0.9.0
|
|
github.com/gocolly/colly v1.2.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/itchyny/gojq v0.12.15
|
|
github.com/james-bowman/nlp v0.0.0-20210511120306-26d441fa0ded
|
|
github.com/jmoiron/sqlx v1.4.0
|
|
github.com/kevinburke/twilio-go v0.0.0-20231009225535-38b36b35294d
|
|
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.0.0
|
|
github.com/rs/zerolog v1.32.0
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/velour/velour v0.0.0-20160303155839-8e090e68d158
|
|
golang.org/x/crypto v0.23.0
|
|
gopkg.in/go-playground/webhooks.v5 v5.17.0
|
|
)
|
|
|
|
require (
|
|
git.stuart.fun/andrew/rester/v2 v2.2.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.2 // indirect
|
|
github.com/antchfx/htmlquery v1.2.0 // indirect
|
|
github.com/antchfx/xmlquery v1.3.1 // indirect
|
|
github.com/antchfx/xpath v1.1.10 // indirect
|
|
github.com/armon/go-radix v1.0.0 // indirect
|
|
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
|
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/caarlos0/env/v6 v6.10.1 // indirect
|
|
github.com/calmh/randomart v1.1.0 // indirect
|
|
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
|
|
github.com/cespare/xxhash v1.1.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/charmbracelet/bubbles v0.18.0 // indirect
|
|
github.com/charmbracelet/bubbletea v0.26.1 // indirect
|
|
github.com/charmbracelet/keygen v0.5.0 // indirect
|
|
github.com/charmbracelet/lipgloss v0.10.0 // indirect
|
|
github.com/charmbracelet/log v0.4.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgraph-io/badger/v3 v3.2103.5 // indirect
|
|
github.com/dgraph-io/ristretto v0.1.1 // indirect
|
|
github.com/disintegration/gift v1.2.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.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/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
|
|
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
|
|
github.com/ggicci/owl v0.8.2 // indirect
|
|
github.com/go-logfmt/logfmt v0.6.0 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/golang/glog v1.2.1 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/flatbuffers v24.3.25+incompatible // indirect
|
|
github.com/gorilla/websocket v1.5.1 // 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.5 // indirect
|
|
github.com/jacobsa/crypto v0.0.0-20190317225127-9f44e2d11115 // indirect
|
|
github.com/james-bowman/sparse v0.0.0-20210729090128-1e6c7dd483e9 // 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-20210723172823-2deba1f80ba7 // indirect
|
|
github.com/kevinburke/rest v0.0.0-20231107185522-a9c371f90234 // indirect
|
|
github.com/klauspost/compress v1.17.8 // indirect
|
|
github.com/labstack/echo/v4 v4.12.0 // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-localereader v0.0.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/mitchellh/go-homedir v1.1.0 // 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/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
|
|
github.com/muesli/cancelreader v0.2.2 // indirect
|
|
github.com/muesli/go-app-paths v0.2.2 // indirect
|
|
github.com/muesli/reflow v0.3.0 // indirect
|
|
github.com/muesli/sasquatch v0.0.0-20220506032543-a98cc9b4d8ec // indirect
|
|
github.com/muesli/termenv v0.15.2 // 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.19.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.53.0 // indirect
|
|
github.com/prometheus/procfs v0.14.0 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/robertkrimen/otto v0.4.0 // indirect
|
|
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/temoto/robotstxt v1.1.1 // 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.opencensus.io v0.24.0 // indirect
|
|
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
|
|
golang.org/x/image v0.16.0 // indirect
|
|
golang.org/x/net v0.25.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/term v0.20.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
gonum.org/v1/gonum v0.15.0 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240506185236-b8a5c65736ae // indirect
|
|
google.golang.org/grpc v1.63.2 // indirect
|
|
google.golang.org/protobuf v1.34.1 // 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
|