Changeset 488 in code for trunk/go.mod


Ignore:
Timestamp:
Mar 31, 2021, 3:57:24 PM (4 years ago)
Author:
contact
Message:

Use BARE for internal message IDs

This allows to have shorter and more future-proof IDs. This also
guarantees the IDs will only use reasonable ASCII characters (no
spaces), removing the need to encode them for PING/PONG tokens.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r445 r488  
    55require (
    66        git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
     7        git.sr.ht/~sircmpwn/go-bare v0.0.0-20210331145808-46f9b5e5bcf9
    78        github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
    89        github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
Note: See TracChangeset for help on using the changeset viewer.