mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 04:52:24 -05:00
Pg to bun (#148)
* start moving to bun * changing more stuff * more * and yet more * tests passing * seems stable now * more big changes * small fix * little fixes
This commit is contained in:
parent
071eca20ce
commit
2dc9fc1626
713 changed files with 98694 additions and 22704 deletions
67
vendor/modules.txt
vendored
67
vendor/modules.txt
vendored
|
|
@ -247,20 +247,6 @@ github.com/go-fed/activity/streams/vocab
|
|||
# github.com/go-fed/httpsig v1.1.0
|
||||
## explicit
|
||||
github.com/go-fed/httpsig
|
||||
# github.com/go-pg/pg/extra/pgdebug v0.2.0
|
||||
## explicit
|
||||
github.com/go-pg/pg/extra/pgdebug
|
||||
# github.com/go-pg/pg/v10 v10.10.3
|
||||
## explicit
|
||||
github.com/go-pg/pg/v10
|
||||
github.com/go-pg/pg/v10/internal
|
||||
github.com/go-pg/pg/v10/internal/parser
|
||||
github.com/go-pg/pg/v10/internal/pool
|
||||
github.com/go-pg/pg/v10/orm
|
||||
github.com/go-pg/pg/v10/pgjson
|
||||
github.com/go-pg/pg/v10/types
|
||||
# github.com/go-pg/zerochecker v0.2.0
|
||||
github.com/go-pg/zerochecker
|
||||
# github.com/go-playground/locales v0.13.0
|
||||
github.com/go-playground/locales
|
||||
github.com/go-playground/locales/currency
|
||||
|
|
@ -290,6 +276,7 @@ github.com/golang/geo/s2
|
|||
# github.com/golang/mock v1.6.0
|
||||
## explicit
|
||||
# github.com/golang/protobuf v1.5.2
|
||||
## explicit
|
||||
github.com/golang/protobuf/proto
|
||||
# github.com/google/uuid v1.3.0
|
||||
## explicit
|
||||
|
|
@ -312,6 +299,27 @@ github.com/h2non/filetype
|
|||
github.com/h2non/filetype/matchers
|
||||
github.com/h2non/filetype/matchers/isobmff
|
||||
github.com/h2non/filetype/types
|
||||
# github.com/jackc/chunkreader/v2 v2.0.1
|
||||
github.com/jackc/chunkreader/v2
|
||||
# github.com/jackc/pgconn v1.10.0
|
||||
github.com/jackc/pgconn
|
||||
github.com/jackc/pgconn/internal/ctxwatch
|
||||
github.com/jackc/pgconn/stmtcache
|
||||
# github.com/jackc/pgio v1.0.0
|
||||
github.com/jackc/pgio
|
||||
# github.com/jackc/pgpassfile v1.0.0
|
||||
github.com/jackc/pgpassfile
|
||||
# github.com/jackc/pgproto3/v2 v2.1.1
|
||||
github.com/jackc/pgproto3/v2
|
||||
# github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b
|
||||
github.com/jackc/pgservicefile
|
||||
# github.com/jackc/pgtype v1.8.1
|
||||
github.com/jackc/pgtype
|
||||
# github.com/jackc/pgx/v4 v4.13.0
|
||||
## explicit
|
||||
github.com/jackc/pgx/v4
|
||||
github.com/jackc/pgx/v4/internal/sanitize
|
||||
github.com/jackc/pgx/v4/stdlib
|
||||
# github.com/jinzhu/inflection v1.0.0
|
||||
github.com/jinzhu/inflection
|
||||
# github.com/json-iterator/go v1.1.11
|
||||
|
|
@ -339,8 +347,6 @@ github.com/nfnt/resize
|
|||
# github.com/oklog/ulid v1.3.1
|
||||
## explicit
|
||||
github.com/oklog/ulid
|
||||
# github.com/onsi/gomega v1.14.0
|
||||
## explicit
|
||||
# github.com/pmezard/go-difflib v1.0.0
|
||||
github.com/pmezard/go-difflib/difflib
|
||||
# github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b
|
||||
|
|
@ -383,19 +389,26 @@ github.com/tdewolff/parse/v2/strconv
|
|||
github.com/tmthrgd/go-hex
|
||||
# github.com/ugorji/go/codec v1.2.6
|
||||
github.com/ugorji/go/codec
|
||||
# github.com/uptrace/bun v0.4.3
|
||||
## explicit
|
||||
github.com/uptrace/bun
|
||||
github.com/uptrace/bun/dialect
|
||||
github.com/uptrace/bun/dialect/feature
|
||||
github.com/uptrace/bun/dialect/sqltype
|
||||
github.com/uptrace/bun/extra/bunjson
|
||||
github.com/uptrace/bun/internal
|
||||
github.com/uptrace/bun/internal/parser
|
||||
github.com/uptrace/bun/internal/tagparser
|
||||
github.com/uptrace/bun/schema
|
||||
# github.com/uptrace/bun/dialect/pgdialect v0.4.3
|
||||
## explicit
|
||||
github.com/uptrace/bun/dialect/pgdialect
|
||||
# github.com/urfave/cli/v2 v2.3.0
|
||||
## explicit
|
||||
github.com/urfave/cli/v2
|
||||
# github.com/vmihailenco/bufpool v0.1.11
|
||||
github.com/vmihailenco/bufpool
|
||||
# github.com/vmihailenco/msgpack/v5 v5.3.4
|
||||
## explicit
|
||||
github.com/vmihailenco/msgpack/v5
|
||||
github.com/vmihailenco/msgpack/v5/msgpcode
|
||||
# github.com/vmihailenco/tagparser v0.1.2
|
||||
github.com/vmihailenco/tagparser
|
||||
github.com/vmihailenco/tagparser/internal
|
||||
github.com/vmihailenco/tagparser/internal/parser
|
||||
# github.com/vmihailenco/tagparser/v2 v2.0.0
|
||||
github.com/vmihailenco/tagparser/v2
|
||||
github.com/vmihailenco/tagparser/v2/internal
|
||||
|
|
@ -441,15 +454,21 @@ golang.org/x/sys/unix
|
|||
golang.org/x/sys/windows
|
||||
# golang.org/x/text v0.3.6
|
||||
## explicit
|
||||
golang.org/x/text/cases
|
||||
golang.org/x/text/internal
|
||||
golang.org/x/text/internal/language
|
||||
golang.org/x/text/internal/language/compact
|
||||
golang.org/x/text/internal/tag
|
||||
golang.org/x/text/language
|
||||
golang.org/x/text/runes
|
||||
golang.org/x/text/secure/bidirule
|
||||
golang.org/x/text/secure/precis
|
||||
golang.org/x/text/transform
|
||||
golang.org/x/text/unicode/bidi
|
||||
golang.org/x/text/unicode/norm
|
||||
golang.org/x/text/width
|
||||
# google.golang.org/appengine v1.6.7
|
||||
## explicit
|
||||
google.golang.org/appengine/internal
|
||||
google.golang.org/appengine/internal/base
|
||||
google.golang.org/appengine/internal/datastore
|
||||
|
|
@ -497,8 +516,6 @@ gopkg.in/yaml.v2
|
|||
# gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
|
||||
## explicit
|
||||
gopkg.in/yaml.v3
|
||||
# mellium.im/sasl v0.2.1
|
||||
mellium.im/sasl
|
||||
# mvdan.cc/xurls/v2 v2.3.0
|
||||
## explicit
|
||||
mvdan.cc/xurls/v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue