Changeset 626 in code for trunk/go.mod


Ignore:
Timestamp:
Oct 12, 2021, 2:54:51 PM (4 years ago)
Author:
contact
Message:

Upgrade dependencies

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r620 r626  
    66        git.sr.ht/~emersion/go-scfg v0.0.0-20201019143924-142a8aa629fc
    77        git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
    8         github.com/emersion/go-sasl v0.0.0-20200509203442-7bfe0ed36a21
    9         github.com/klauspost/compress v1.13.5 // indirect
     8        github.com/emersion/go-sasl v0.0.0-20211008083017-0b9dcfb154ac
     9        github.com/klauspost/compress v1.13.6 // indirect
    1010        github.com/lib/pq v1.10.3
    1111        github.com/mattn/go-sqlite3 v1.14.8
    1212        github.com/pires/go-proxyproto v0.6.1
    13         golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
    14         golang.org/x/sys v0.0.0-20210910150752-751e447fb3d0 // indirect
    15         golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
     13        golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
     14        golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
     15        golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
    1616        gopkg.in/irc.v3 v3.1.4
    1717        nhooyr.io/websocket v1.8.7
Note: See TracChangeset for help on using the changeset viewer.