aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2025-01-12 16:35:30 -0500
committerXe Iaso <me@xeiaso.net>2025-01-12 16:35:37 -0500
commitbc996c9e5bfe66c3651e4521feaeb68917145c47 (patch)
treee48ed19664ff8da898cc910d3a482104886491a6 /go.mod
parent70e85fdb545a8c653690d5bf12c56ba9bccfd3bb (diff)
downloadx-bc996c9e5bfe66c3651e4521feaeb68917145c47.tar.xz
x-bc996c9e5bfe66c3651e4521feaeb68917145c47.zip
add cmd/didweb
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod20
1 files changed, 16 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 9b1671b..10d8ee5 100644
--- a/go.mod
+++ b/go.mod
@@ -19,6 +19,7 @@ require (
github.com/bwmarrin/discordgo v0.28.1
github.com/c-bata/go-prompt v0.2.6
github.com/cenkalti/backoff/v4 v4.3.0
+ github.com/coreos/go-oidc/v3 v3.12.0
github.com/danrusei/gobot-bsky v0.1.0
github.com/disintegration/imaging v1.6.2
github.com/dop251/goja v0.0.0-20230531210528-d7324b2d74f7
@@ -31,6 +32,7 @@ require (
github.com/go-gorm/caches/v4 v4.0.5
github.com/go-interpreter/wagon v0.6.0
github.com/goccy/go-json v0.10.2
+ github.com/golang-jwt/jwt/v5 v5.2.1
github.com/gomarkdown/markdown v0.0.0-20240328165702-4d01890c35c0
github.com/google/go-github v17.0.0+incompatible
github.com/google/subcommands v1.2.0
@@ -43,6 +45,7 @@ require (
github.com/kr/pretty v0.3.1
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.22
+ github.com/multiformats/go-multibase v0.2.0
github.com/mymmrac/telego v0.29.2
github.com/nats-io/nats.go v1.38.0
github.com/ncruces/go-sqlite3 v0.16.0
@@ -65,12 +68,15 @@ require (
github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef
github.com/twitchtv/twirp v8.1.3+incompatible
+ github.com/whyrusleeping/cbor-gen v0.1.3-0.20240904181319-8dc02b38228c
+ github.com/whyrusleeping/go-did v0.0.0-20230824162731-404d1707d5d6
go.etcd.io/bbolt v1.3.10
go.jetpack.io/tyson v0.1.1
go4.org v0.0.0-20190313082347-94abd6928b1d
golang.org/x/crypto v0.31.0
golang.org/x/oauth2 v0.21.0
golang.org/x/sync v0.10.0
+ golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9
google.golang.org/grpc v1.64.1
gorm.io/gorm v1.25.10
gorm.io/plugin/prometheus v0.1.0
@@ -100,6 +106,7 @@ require (
github.com/cli/go-gh v0.1.0 // indirect
github.com/cloudflare/circl v1.3.8 // indirect
github.com/cyphar/filepath-securejoin v0.2.5 // indirect
+ github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/ebitengine/purego v0.7.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
@@ -110,6 +117,7 @@ require (
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-git/v5 v5.13.0 // indirect
+ github.com/go-jose/go-jose/v4 v4.0.2 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/go-sourcemap/sourcemap v2.1.3+incompatible // indirect
@@ -148,6 +156,12 @@ require (
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
github.com/klauspost/pgzip v1.2.6 // indirect
+ github.com/lestrrat-go/blackmagic v1.0.1 // indirect
+ github.com/lestrrat-go/httpcc v1.0.1 // indirect
+ github.com/lestrrat-go/httprc v1.0.4 // indirect
+ github.com/lestrrat-go/iter v1.0.2 // indirect
+ github.com/lestrrat-go/jwx/v2 v2.0.12 // indirect
+ github.com/lestrrat-go/option v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-tty v0.0.3 // indirect
@@ -158,7 +172,6 @@ require (
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
github.com/multiformats/go-base36 v0.2.0 // indirect
- github.com/multiformats/go-multibase v0.2.0 // indirect
github.com/multiformats/go-multicodec v0.9.0 // indirect
github.com/multiformats/go-multihash v0.2.3 // indirect
github.com/multiformats/go-varint v0.0.7 // indirect
@@ -172,6 +185,7 @@ require (
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/polydawn/refmt v0.89.1-0.20221221234430-40501e09de1f // indirect
github.com/savsgio/gotils v0.0.0-20240303185622-093b76447511 // indirect
+ github.com/segmentio/asm v1.2.0 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/shopspring/decimal v1.3.1 // indirect
github.com/skeema/knownhosts v1.3.0 // indirect
@@ -184,7 +198,6 @@ require (
github.com/valyala/fasthttp v1.52.0 // indirect
github.com/valyala/fastjson v1.6.4 // indirect
github.com/whyrusleeping/cbor v0.0.0-20171005072247-63513f603b11 // indirect
- github.com/whyrusleeping/cbor-gen v0.1.3-0.20240904181319-8dc02b38228c // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
gitlab.com/digitalxero/go-conventional-commit v1.0.7 // indirect
gitlab.com/yawning/secp256k1-voi v0.0.0-20230925100816-f2616030848b // indirect
@@ -197,7 +210,6 @@ require (
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/arch v0.6.0 // indirect
- golang.org/x/xerrors v0.0.0-20240716161551-93cc26a95ae9 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240617180043-68d350f18fd4 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -247,7 +259,7 @@ require (
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
golang.org/x/image v0.18.0
golang.org/x/mod v0.20.0 // indirect
- golang.org/x/net v0.33.0 // indirect
+ golang.org/x/net v0.33.0
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
golang.org/x/time v0.5.0