-
-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
160 additions
and
524 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,78 @@ | ||
module github.com/dhax/go-base | ||
|
||
go 1.22 | ||
|
||
toolchain go1.23.0 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/go-chi/chi/v5 v5.0.10 | ||
github.com/go-chi/chi/v5 v5.2.0 | ||
github.com/go-chi/cors v1.2.1 | ||
github.com/go-chi/docgen v1.2.0 | ||
github.com/go-chi/jwtauth/v5 v5.1.1 | ||
github.com/go-chi/docgen v1.3.0 | ||
github.com/go-chi/jwtauth/v5 v5.3.2 | ||
github.com/go-chi/render v1.0.3 | ||
github.com/go-mail/mail v2.3.1+incompatible | ||
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible | ||
github.com/gofrs/uuid v4.4.0+incompatible | ||
github.com/jaytaylor/html2text v0.0.0-20230321000545-74c2419ad056 | ||
github.com/lestrrat-go/jwx/v2 v2.0.13 | ||
github.com/lestrrat-go/jwx/v2 v2.1.3 | ||
github.com/mssola/user_agent v0.6.0 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/viper v1.16.0 | ||
github.com/uptrace/bun v1.2.3 | ||
github.com/uptrace/bun/dialect/pgdialect v1.2.3 | ||
github.com/uptrace/bun/driver/pgdriver v1.2.3 | ||
github.com/uptrace/bun/extra/bundebug v1.2.3 | ||
github.com/vanng822/go-premailer v1.20.2 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/viper v1.19.0 | ||
github.com/uptrace/bun v1.2.7 | ||
github.com/uptrace/bun/dialect/pgdialect v1.2.7 | ||
github.com/uptrace/bun/driver/pgdriver v1.2.7 | ||
github.com/uptrace/bun/extra/bundebug v1.2.7 | ||
github.com/vanng822/go-premailer v1.22.0 | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.5.1 // indirect | ||
github.com/PuerkitoBio/goquery v1.10.1 // indirect | ||
github.com/ajg/form v1.5.1 // indirect | ||
github.com/andybalholm/cascadia v1.1.0 // indirect | ||
github.com/andybalholm/cascadia v1.3.3 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect | ||
github.com/fatih/color v1.17.0 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect | ||
github.com/fatih/color v1.18.0 // indirect | ||
github.com/fsnotify/fsnotify v1.8.0 // indirect | ||
github.com/goccy/go-json v0.10.4 // indirect | ||
github.com/gorilla/css v1.0.1 // indirect | ||
github.com/hashicorp/hcl v1.0.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/lestrrat-go/blackmagic v1.0.2 // indirect | ||
github.com/lestrrat-go/httpcc v1.0.1 // indirect | ||
github.com/lestrrat-go/httprc v1.0.4 // indirect | ||
github.com/lestrrat-go/httprc v1.0.6 // indirect | ||
github.com/lestrrat-go/iter v1.0.2 // indirect | ||
github.com/lestrrat-go/option v1.0.1 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/magiconair/properties v1.8.9 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.8 // indirect | ||
github.com/pelletier/go-toml/v2 v2.2.3 // indirect | ||
github.com/puzpuzpuz/xsync/v3 v3.4.0 // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
github.com/sagikazarmark/locafero v0.6.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/segmentio/asm v1.2.0 // indirect | ||
github.com/spf13/afero v1.9.5 // indirect | ||
github.com/spf13/cast v1.5.1 // indirect | ||
github.com/spf13/jwalterweatherman v1.1.0 // indirect | ||
github.com/sourcegraph/conc v0.3.0 // indirect | ||
github.com/spf13/afero v1.11.0 // indirect | ||
github.com/spf13/cast v1.7.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect | ||
github.com/subosito/gotenv v1.4.2 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect | ||
github.com/vanng822/css v1.0.1 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/net v0.21.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/crypto v0.31.0 // indirect | ||
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67 // indirect | ||
golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect | ||
gopkg.in/ini.v1 v1.67.0 // indirect | ||
gopkg.in/mail.v2 v2.3.1 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
mellium.im/sasl v0.3.1 // indirect | ||
mellium.im/sasl v0.3.2 // indirect | ||
) |
Oops, something went wrong.