Skip to content

Commit

Permalink
cmd/bsky-webhook, go.mod: use tailscale fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Erisa committed Nov 15, 2024
1 parent c5cca1a commit 821c63f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/bsky-webhook/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ import (
"syscall"
"time"

bluesky "github.com/Erisa/go-bluesky"
"github.com/bluesky-social/jetstream/pkg/models"
"github.com/gorilla/websocket"
"github.com/klauspost/compress/zstd"
bluesky "github.com/tailscale/go-bluesky"
"github.com/tailscale/setec/client/setec"
"tailscale.com/tsnet"
)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ go 1.23.1
toolchain go1.23.3

require (
github.com/Erisa/go-bluesky v0.0.0-20241115111844-a6c671bab6ca
github.com/bluesky-social/jetstream v0.0.0-20241031234625-0ab10bd041fe
github.com/gorilla/websocket v1.5.3
github.com/klauspost/compress v1.17.9
github.com/tailscale/go-bluesky v0.0.0-20241115170709-693553a07285
github.com/tailscale/setec v0.0.0-20241107175935-3954dc4aade5
tailscale.com v1.73.0-pre.0.20240822193108-696711cc17c4
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ filippo.io/mkcert v1.4.4/go.mod h1:VyvOchVuAye3BoUsPUOOofKygVwLV2KQMVFJNRq+1dA=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c h1:pxW6RcqyfI9/kWtOwnv/G+AzdKuy2ZrqINhenH4HyNs=
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c/go.mod h1:ukJfTF/6rtPPRCnwkur4qwRxa8vTRFBF0uk2lLoLwho=
github.com/Erisa/go-bluesky v0.0.0-20241115111844-a6c671bab6ca h1:iy5/n4Dw7DPT0aZwPErZoN9PR03C4wqCMlRl0q83pGA=
github.com/Erisa/go-bluesky v0.0.0-20241115111844-a6c671bab6ca/go.mod h1:9xuy7lHUYogwJ13N3bVkvhRMLvQSuA7QFFF2J+w4rqY=
github.com/aead/siphash v1.0.1/go.mod h1:Nywa3cDsYNNK3gaciGTWPwHt0wlpNV15vwmswBAUSII=
github.com/akutz/memconn v0.1.0 h1:NawI0TORU4hcOMsMr11g7vwlCdkYeLKXBcxWu2W/P8A=
github.com/akutz/memconn v0.1.0/go.mod h1:Jo8rI7m0NieZyLI5e2CDlRdRqRRB4S7Xp77ukDjH+Fw=
Expand Down Expand Up @@ -302,6 +300,8 @@ github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsT
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/tailscale/certstore v0.1.1-0.20231202035212-d3fa0460f47e h1:PtWT87weP5LWHEY//SWsYkSO3RWRZo4OSWagh3YD2vQ=
github.com/tailscale/certstore v0.1.1-0.20231202035212-d3fa0460f47e/go.mod h1:XrBNfAFN+pwoWuksbFS9Ccxnopa15zJGgXRFN90l3K4=
github.com/tailscale/go-bluesky v0.0.0-20241115170709-693553a07285 h1:HZzlgPXvRjxBM0AGsqBisBnDHsjn0RHEHFiWz6ntU3U=
github.com/tailscale/go-bluesky v0.0.0-20241115170709-693553a07285/go.mod h1:kk7dHHjEcP7PRIl7X52bW2jhVsbhsOmU/vbPiL33ojY=
github.com/tailscale/go-winio v0.0.0-20231025203758-c4f33415bf55 h1:Gzfnfk2TWrk8Jj4P4c1a3CtQyMaTVCznlkLZI++hok4=
github.com/tailscale/go-winio v0.0.0-20231025203758-c4f33415bf55/go.mod h1:4k4QO+dQ3R5FofL+SanAUZe+/QfeK0+OIuwDIRu2vSg=
github.com/tailscale/golang-x-crypto v0.0.0-20240604161659-3fde5e568aa4 h1:rXZGgEa+k2vJM8xT0PoSKfVXwFGPQ3z3CJfmnHJkZZw=
Expand Down

0 comments on commit 821c63f

Please sign in to comment.