-
-
Notifications
You must be signed in to change notification settings - Fork 349
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* migrate go version to 1.17 * update contributing
- Loading branch information
1 parent
e681aac
commit f2e5bed
Showing
282 changed files
with
11,849 additions
and
12,586 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
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
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
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,68 +1,110 @@ | ||
module github.com/superseriousbusiness/gotosocial | ||
|
||
go 1.16 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/ReneKroon/ttlcache v1.7.0 | ||
github.com/buckket/go-blurhash v1.1.0 | ||
github.com/coreos/go-oidc/v3 v3.0.0 | ||
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect | ||
github.com/dsoprea/go-exif v0.0.0-20210625224831-a6301f85c82b // indirect | ||
github.com/dsoprea/go-exif/v2 v2.0.0-20210625224831-a6301f85c82b // indirect | ||
github.com/dsoprea/go-iptc v0.0.0-20200610044640-bc9ca208b413 // indirect | ||
github.com/dsoprea/go-jpeg-image-structure v0.0.0-20210512043942-b434301c6836 // indirect | ||
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect | ||
github.com/dsoprea/go-photoshop-info-format v0.0.0-20200610045659-121dd752914d // indirect | ||
github.com/dsoprea/go-png-image-structure v0.0.0-20210512210324-29b889a6093d // indirect | ||
github.com/dsoprea/go-utility v0.0.0-20200717064901-2fccff4aa15e // indirect | ||
github.com/gin-contrib/cors v1.3.1 | ||
github.com/gin-contrib/sessions v0.0.3 | ||
github.com/gin-gonic/gin v1.7.2-0.20210722225815-d4ca9a0fb121 | ||
github.com/gin-gonic/gin v1.7.2-0.20210908033055-3a6f18f32f22 | ||
github.com/go-errors/errors v1.4.0 // indirect | ||
github.com/go-fed/activity v1.0.1-0.20210803212804-d866ba75dd0f | ||
github.com/go-fed/httpsig v1.1.0 | ||
github.com/go-playground/validator/v10 v10.7.0 | ||
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect | ||
github.com/golang/mock v1.6.0 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/go-playground/validator/v10 v10.9.0 | ||
github.com/google/uuid v1.3.0 | ||
github.com/gorilla/sessions v1.2.1 // indirect | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/h2non/filetype v1.1.1 | ||
github.com/jackc/pgconn v1.10.0 | ||
github.com/jackc/pgx/v4 v4.13.0 | ||
github.com/json-iterator/go v1.1.11 // indirect | ||
github.com/leodido/go-urn v1.2.1 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/microcosm-cc/bluemonday v1.0.15 | ||
github.com/mitchellh/mapstructure v1.4.1 | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 | ||
github.com/oklog/ulid v1.3.1 | ||
github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b // indirect | ||
github.com/russross/blackfriday/v2 v2.1.0 | ||
github.com/sirupsen/logrus v1.8.1 | ||
github.com/stretchr/testify v1.7.0 | ||
github.com/superseriousbusiness/exifremove v0.0.0-20210330092427-6acd27eac203 | ||
github.com/superseriousbusiness/oauth2/v4 v4.3.2-SSB | ||
github.com/tdewolff/minify/v2 v2.9.21 | ||
github.com/tidwall/buntdb v1.2.4 // indirect | ||
github.com/uptrace/bun v1.0.4 | ||
github.com/uptrace/bun/dialect/pgdialect v0.4.3 | ||
github.com/uptrace/bun/dialect/sqlitedialect v0.4.3 | ||
github.com/uptrace/bun v1.0.5 | ||
github.com/uptrace/bun/dialect/pgdialect v1.0.5 | ||
github.com/uptrace/bun/dialect/sqlitedialect v1.0.5 | ||
github.com/urfave/cli/v2 v2.3.0 | ||
github.com/wagslane/go-password-validator v0.3.0 | ||
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 | ||
golang.org/x/mod v0.5.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 | ||
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f | ||
golang.org/x/sys v0.0.0-20210908160347-a851e7ddeee0 // indirect | ||
golang.org/x/text v0.3.6 | ||
golang.org/x/tools v0.1.5 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
golang.org/x/text v0.3.7 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
modernc.org/sqlite v1.13.0 | ||
mvdan.cc/xurls/v2 v2.3.0 | ||
) | ||
|
||
require ( | ||
github.com/PuerkitoBio/goquery v1.7.1 // indirect | ||
github.com/andybalholm/cascadia v1.2.0 // indirect | ||
github.com/aymerick/douceur v0.2.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.1 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dsoprea/go-exif v0.0.0-20210625224831-a6301f85c82b // indirect | ||
github.com/dsoprea/go-exif/v2 v2.0.0-20210625224831-a6301f85c82b // indirect | ||
github.com/dsoprea/go-iptc v0.0.0-20200610044640-bc9ca208b413 // indirect | ||
github.com/dsoprea/go-jpeg-image-structure v0.0.0-20210512043942-b434301c6836 // indirect | ||
github.com/dsoprea/go-logging v0.0.0-20200710184922-b02d349568dd // indirect | ||
github.com/dsoprea/go-photoshop-info-format v0.0.0-20200610045659-121dd752914d // indirect | ||
github.com/dsoprea/go-png-image-structure v0.0.0-20210512210324-29b889a6093d // indirect | ||
github.com/dsoprea/go-utility v0.0.0-20200717064901-2fccff4aa15e // indirect | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
github.com/go-playground/locales v0.14.0 // indirect | ||
github.com/go-playground/universal-translator v0.18.0 // indirect | ||
github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b // indirect | ||
github.com/goccy/go-json v0.7.8 // indirect | ||
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect | ||
github.com/golang/geo v0.0.0-20210211234256-740aa86cb551 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/gorilla/css v1.0.0 // indirect | ||
github.com/gorilla/securecookie v1.1.1 // indirect | ||
github.com/gorilla/sessions v1.2.1 // indirect | ||
github.com/jackc/chunkreader/v2 v2.0.1 // indirect | ||
github.com/jackc/pgio v1.0.0 // indirect | ||
github.com/jackc/pgpassfile v1.0.0 // indirect | ||
github.com/jackc/pgproto3/v2 v2.1.1 // indirect | ||
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect | ||
github.com/jackc/pgtype v1.8.1 // indirect | ||
github.com/jinzhu/inflection v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.11 // indirect | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect | ||
github.com/leodido/go-urn v1.2.1 // indirect | ||
github.com/mattn/go-isatty v0.0.14 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
github.com/quasoft/memstore v0.0.0-20191010062613-2bce066d2b0b // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect | ||
github.com/stretchr/objx v0.2.0 // indirect | ||
github.com/tdewolff/parse/v2 v2.5.19 // indirect | ||
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect | ||
github.com/ugorji/go/codec v1.2.6 // indirect | ||
github.com/vmihailenco/msgpack/v5 v5.3.4 // indirect | ||
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect | ||
golang.org/x/mod v0.5.0 // indirect | ||
golang.org/x/net v0.0.0-20210908191846-a5e095526f91 // indirect | ||
golang.org/x/sys v0.0.0-20210909193231-528a39cd75f3 // indirect | ||
golang.org/x/tools v0.1.5 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/protobuf v1.27.1 // indirect | ||
gopkg.in/square/go-jose.v2 v2.6.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
lukechampine.com/uint128 v1.1.1 // indirect | ||
modernc.org/cc/v3 v3.34.0 // indirect | ||
modernc.org/ccgo/v3 v3.11.2 // indirect | ||
modernc.org/libc v1.11.3 // indirect | ||
modernc.org/mathutil v1.4.1 // indirect | ||
modernc.org/memory v1.0.5 // indirect | ||
modernc.org/opt v0.1.1 // indirect | ||
modernc.org/strutil v1.1.1 // indirect | ||
modernc.org/token v1.0.0 // indirect | ||
) |
Oops, something went wrong.