saasitone/go.mod

79 lines
3.6 KiB
Modula-2
Raw Normal View History

2022-01-01 07:44:18 -08:00
module github.com/mikestefanello/pagoda
2021-12-03 03:11:01 -08:00
go 1.17
2021-12-06 11:53:28 -08:00
require (
entgo.io/ent v0.9.1
2021-12-06 11:53:28 -08:00
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/PuerkitoBio/goquery v1.8.0
github.com/eko/gocache/v2 v2.1.0
2021-12-21 17:29:15 -08:00
github.com/go-playground/assert/v2 v2.0.1
github.com/go-playground/validator/v10 v10.9.0
2021-12-06 11:53:28 -08:00
github.com/go-redis/redis/v8 v8.11.4
github.com/gorilla/sessions v1.2.1
github.com/jackc/pgx/v4 v4.14.1
2021-12-06 11:53:28 -08:00
github.com/joeshaw/envdecode v0.0.0-20200121155833-099f1fc765bd
github.com/labstack/echo-contrib v0.11.0
github.com/labstack/echo/v4 v4.6.1
github.com/labstack/gommon v0.3.1
github.com/stretchr/testify v1.7.0
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
2021-12-06 11:53:28 -08:00
)
2021-12-03 03:11:01 -08:00
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
2021-12-06 11:53:28 -08:00
github.com/XiaoMi/pegasus-go-client v0.0.0-20210427083443-f3b6b08bc4c2 // indirect
2021-12-05 17:22:45 -08:00
github.com/andybalholm/cascadia v1.3.1 // indirect
2021-12-06 11:53:28 -08:00
github.com/beorn7/perks v1.0.1 // indirect
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b // indirect
github.com/cenkalti/backoff/v4 v4.1.0 // indirect
2021-12-05 17:56:38 -08:00
github.com/cespare/xxhash/v2 v2.1.2 // indirect
2021-12-05 17:22:45 -08:00
github.com/davecgh/go-spew v1.1.1 // indirect
2021-12-05 17:56:38 -08:00
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
2021-12-03 03:11:01 -08:00
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
2021-12-06 11:53:28 -08:00
github.com/golang/protobuf v1.5.2 // indirect
2021-12-10 17:44:23 -08:00
github.com/google/uuid v1.3.0 // indirect
2021-12-03 03:11:01 -08:00
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/securecookie v1.1.1 // indirect
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.12 // indirect
2021-12-10 17:44:23 -08:00
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.10.1 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.2.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.9.1 // indirect
2021-12-06 11:53:28 -08:00
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
2021-12-03 03:11:01 -08:00
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
2021-12-06 11:53:28 -08:00
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
2021-12-03 03:11:01 -08:00
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
2021-12-06 11:53:28 -08:00
github.com/pegasus-kv/thrift v0.13.0 // indirect
2021-12-05 17:22:45 -08:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2021-12-06 11:53:28 -08:00
github.com/prometheus/client_golang v1.10.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.25.0 // indirect
github.com/prometheus/procfs v0.6.0 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/spf13/cast v1.3.1 // indirect
2021-12-03 03:11:01 -08:00
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.1 // indirect
2021-12-07 18:36:57 -08:00
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
2021-12-03 03:11:01 -08:00
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9 // indirect
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
2021-12-10 17:44:23 -08:00
google.golang.org/appengine v1.6.1 // indirect
2021-12-06 11:53:28 -08:00
google.golang.org/protobuf v1.26.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/tomb.v2 v2.0.0-20161208151619-d5d1b5820637 // indirect
2021-12-05 17:22:45 -08:00
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2021-12-25 18:04:19 -08:00
k8s.io/apimachinery v0.0.0-20191123233150-4c4803ed55e3 // indirect
2021-12-03 03:11:01 -08:00
)