Changeset 813 in code for trunk/go.mod


Ignore:
Timestamp:
Mar 23, 2023, 7:27:39 PM (2 years ago)
Author:
koizumi.aoi
Message:

feat: replace mattn/go-sqlite3 with modernc.org/sqlite - this also means CGo is not needed anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/go.mod

    r808 r813  
    88        github.com/emersion/go-sasl v0.0.0-20220912192320-0145f2c60ead
    99        github.com/lib/pq v1.10.7
    10         github.com/mattn/go-sqlite3 v1.14.16
    1110        github.com/pires/go-proxyproto v0.7.0
    1211        github.com/prometheus/client_golang v1.14.0
     
    1413        golang.org/x/time v0.3.0
    1514        gopkg.in/irc.v3 v3.1.4
     15        modernc.org/sqlite v1.21.0
    1616        nhooyr.io/websocket v1.8.7
    1717)
     
    2020        github.com/beorn7/perks v1.0.1 // indirect
    2121        github.com/cespare/xxhash/v2 v2.1.2 // indirect
     22        github.com/dustin/go-humanize v1.0.0 // indirect
    2223        github.com/golang/protobuf v1.5.2 // indirect
    2324        github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
     25        github.com/google/uuid v1.3.0 // indirect
     26        github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
    2427        github.com/klauspost/compress v1.10.3 // indirect
     28        github.com/mattn/go-isatty v0.0.16 // indirect
    2529        github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
    2630        github.com/prometheus/client_model v0.3.0 // indirect
    2731        github.com/prometheus/common v0.37.0 // indirect
    2832        github.com/prometheus/procfs v0.8.0 // indirect
     33        github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
     34        golang.org/x/mod v0.3.0 // indirect
    2935        golang.org/x/sys v0.6.0 // indirect
    3036        golang.org/x/term v0.6.0 // indirect
     37        golang.org/x/tools v0.0.0-20201124115921-2c860bdd6e78 // indirect
     38        golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    3139        google.golang.org/protobuf v1.28.1 // indirect
     40        lukechampine.com/uint128 v1.2.0 // indirect
     41        modernc.org/cc/v3 v3.40.0 // indirect
     42        modernc.org/ccgo/v3 v3.16.13 // indirect
     43        modernc.org/libc v1.22.3 // indirect
     44        modernc.org/mathutil v1.5.0 // indirect
     45        modernc.org/memory v1.5.0 // indirect
     46        modernc.org/opt v0.1.3 // indirect
     47        modernc.org/strutil v1.1.3 // indirect
     48        modernc.org/token v1.0.1 // indirect
    3249)
Note: See TracChangeset for help on using the changeset viewer.