diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-07-09 15:22:49 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-07-09 15:22:49 -0400 |
| commit | b93e5e5340b02a31e58e1ca604338cfba846e362 (patch) | |
| tree | f8b1381d75776120eca0735fad68ae6bb9349384 /go.mod | |
| parent | 0ce7fd3fb7d45b7c4c2de52099f78dbd7a00d1cc (diff) | |
| download | x-b93e5e5340b02a31e58e1ca604338cfba846e362.tar.xz x-b93e5e5340b02a31e58e1ca604338cfba846e362.zip | |
go mod tidy
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -32,7 +32,6 @@ require ( github.com/rs/cors v1.9.0 github.com/samber/go-gpt-3-encoder v0.3.1 github.com/sebest/xff v0.0.0-20210106013422-671bd2870b3a - github.com/tailscale/sqlite v0.0.0-20230608185013-baf1d754dab7 github.com/tetratelabs/wazero v1.2.1 github.com/thoj/go-ircevent v0.0.0-20210723090443-73e444401d64 github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef @@ -60,7 +59,7 @@ require ( github.com/jackc/pgpassfile v1.0.0 // indirect github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect github.com/jackc/puddle/v2 v2.2.0 // indirect - github.com/mattn/go-isatty v0.0.18 // indirect + github.com/mattn/go-isatty v0.0.19 // indirect github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect @@ -74,7 +73,6 @@ require ( modernc.org/opt v0.1.3 // indirect modernc.org/strutil v1.1.3 // indirect modernc.org/token v1.0.1 // indirect - mvdan.cc/xurls/v2 v2.5.0 // indirect ) require ( |
