Skip to content

Clean up Go module dependencies#90

Merged
asim merged 14 commits intomainfrom
copilot/add-xmpp-compliant-server
Mar 2, 2026
Merged

Clean up Go module dependencies#90
asim merged 14 commits intomainfrom
copilot/add-xmpp-compliant-server

Conversation

Copy link
Contributor

Copilot AI commented Feb 16, 2026

Ran go mod tidy to synchronize dependencies with codebase after crypto wallet removal.

Removed unused dependencies:

  • github.com/skip2/go-qrcode
  • github.com/tyler-smith/go-bip32
  • github.com/tyler-smith/go-bip39

Fixed duplicate declarations:

  • github.com/asim/quadtree (was in both direct and indirect)
  • github.com/go-webauthn/webauthn (was in both direct and indirect)

Updated:

  • github.com/go-webauthn/webauthn v0.15.0 → v0.16.0

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits February 16, 2026 16:37
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Copilot AI changed the title [WIP] Assess integration of XMPP compliant Go server Add XMPP server for federated chat Feb 16, 2026
Copilot AI requested a review from asim February 16, 2026 16:43
Copilot AI and others added 3 commits February 16, 2026 17:00
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Copilot AI changed the title Add XMPP server for federated chat Add direct messaging system to chat Feb 16, 2026
Copilot AI and others added 2 commits March 2, 2026 13:46
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Copilot AI changed the title Add direct messaging system to chat Add online users presence widget to home page Mar 2, 2026
Copilot finished work on behalf of asim March 2, 2026 13:52
Copilot AI and others added 2 commits March 2, 2026 14:19
…s, MUC

Co-authored-by: asim <17530+asim@users.noreply.github.com>
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Copilot AI changed the title Add online users presence widget to home page Implement full XMPP compliance with S2S federation, TLS, and offline messages Mar 2, 2026
Copilot finished work on behalf of asim March 2, 2026 14:25
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Copilot AI changed the title Implement full XMPP compliance with S2S federation, TLS, and offline messages Merge main: align branch with latest features, retain XMPP code as inactive Mar 2, 2026
Copilot finished work on behalf of asim March 2, 2026 14:58
Co-authored-by: asim <17530+asim@users.noreply.github.com>
Copilot AI changed the title Merge main: align branch with latest features, retain XMPP code as inactive Clean up Go module dependencies Mar 2, 2026
Copilot finished work on behalf of asim March 2, 2026 15:06
@asim asim marked this pull request as ready for review March 2, 2026 15:08
@asim asim merged commit 84c585f into main Mar 2, 2026
@asim asim deleted the copilot/add-xmpp-compliant-server branch March 2, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants