Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benpate committed Dec 29, 2024
1 parent d611b52 commit 8d4d380
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 71 deletions.
45 changes: 23 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/EmissarySocial/emissary
go 1.23.1

require (
github.com/PuerkitoBio/goquery v1.10.0
github.com/PuerkitoBio/goquery v1.10.1
github.com/aws/aws-sdk-go v1.55.5
github.com/benpate/color v0.1.0
github.com/benpate/data v0.28.4
Expand All @@ -15,14 +15,14 @@ require (
github.com/benpate/domain v0.2.3
github.com/benpate/exp v0.8.3
github.com/benpate/exp-builder v0.8.2
github.com/benpate/form v0.22.9
github.com/benpate/hannibal v0.11.21
github.com/benpate/form v0.22.10
github.com/benpate/hannibal v0.11.23
github.com/benpate/html v0.16.11
github.com/benpate/icon v0.4.0
github.com/benpate/mediaserver v0.13.4
github.com/benpate/re v0.3.1
github.com/benpate/remote v0.17.0
github.com/benpate/rosetta v0.24.0
github.com/benpate/rosetta v0.24.1
github.com/benpate/sherlock v0.8.8
github.com/benpate/steranko v0.20.1
github.com/benpate/table v0.6.20
Expand All @@ -33,13 +33,12 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/fclairamb/afero-s3 v0.3.1
github.com/fsnotify/fsnotify v1.8.0
github.com/gernest/mention v2.0.0+incompatible
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/gorilla/feeds v1.2.0
github.com/hairyhenderson/go-fsimpl v0.1.8
github.com/hairyhenderson/go-fsimpl v0.2.1
github.com/hjson/hjson-go/v4 v4.4.0
github.com/kr/jsonfeed v0.1.1
github.com/labstack/echo/v4 v4.12.0
github.com/labstack/echo/v4 v4.13.3
github.com/labstack/gommon v0.4.2
github.com/maypok86/otter v1.2.4
github.com/microcosm-cc/bluemonday v1.0.27
Expand All @@ -51,7 +50,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.10.0
github.com/stripe/stripe-go/v78 v78.12.0
github.com/tdewolff/minify/v2 v2.21.1
github.com/tdewolff/minify/v2 v2.21.2
github.com/timewasted/go-accept-headers v0.0.0-20130320203746-c78f304b1b09
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
github.com/xhit/go-simple-mail/v2 v2.16.0
Expand All @@ -60,8 +59,8 @@ require (
github.com/yuin/goldmark v1.7.8
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
go.mongodb.org/mongo-driver v1.17.1
golang.org/x/crypto v0.29.0
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
golang.org/x/crypto v0.31.0
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
golang.org/x/oauth2 v0.24.0
willnorris.com/go/microformats v1.2.0
willnorris.com/go/webmention v0.0.0-20220108183051-4a23794272f0
Expand All @@ -70,25 +69,24 @@ require (
require (
dario.cat/mergo v1.0.1 // indirect
github.com/Microsoft/go-winio v0.6.2 // indirect
github.com/ProtonMail/go-crypto v1.1.2 // indirect
github.com/ProtonMail/go-crypto v1.1.3 // indirect
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/cloudflare/ahocorasick v0.0.0-20240916140611-054963ec9396 // indirect
github.com/cloudflare/circl v1.5.0 // indirect
github.com/cyphar/filepath-securejoin v0.3.4 // indirect
github.com/cyphar/filepath-securejoin v0.3.6 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/dolthub/maphash v0.1.0 // indirect
github.com/dyatlov/go-opengraph/opengraph v0.0.0-20220524092352-606d7b1e5f8a // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fogleman/gg v1.3.0 // indirect
github.com/gammazero/deque v1.0.0 // indirect
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.6.0 // indirect
github.com/go-git/go-billy/v5 v5.6.1 // indirect
github.com/go-test/deep v1.1.1 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/gorilla/css v1.0.1 // indirect
github.com/hairyhenderson/go-git/v5 v5.12.1-0.20240530140403-1b868a7b8a3c // indirect
Expand All @@ -100,10 +98,11 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mmcdole/goxpp v1.1.1 // indirect
github.com/mmcloughlin/avo v0.6.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/montanaflynn/stats v0.7.1 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/pjbgf/sha1cd v0.3.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
Expand All @@ -118,12 +117,14 @@ require (
github.com/xdg-go/stringprep v1.0.4 // indirect
github.com/yeqown/reedsolomon v1.0.0 // indirect
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
golang.org/x/image v0.22.0 // indirect
golang.org/x/net v0.31.0 // indirect
golang.org/x/sync v0.9.0 // indirect
golang.org/x/sys v0.27.0 // indirect
golang.org/x/text v0.20.0 // indirect
golang.org/x/image v0.23.0 // indirect
golang.org/x/mod v0.22.0 // indirect
golang.org/x/net v0.33.0 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.8.0 // indirect
golang.org/x/tools v0.28.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 8d4d380

Please sign in to comment.