diff options
| author | 2024-03-04 09:42:11 +0000 | |
|---|---|---|
| committer | 2024-03-04 09:42:11 +0000 | |
| commit | adb4cdcf6c9eacd369eaaf5b21774b198d57c040 (patch) | |
| tree | a4f9c8fe2ce147fa952bcb795690afb9bb2affcb /vendor/modules.txt | |
| parent | [bugfix] update postgresqlstmt to correctly use postgres err hook (#2711) (diff) | |
| download | gotosocial-adb4cdcf6c9eacd369eaaf5b21774b198d57c040.tar.xz | |
[chore]: Bump modernc.org/sqlite from 1.28.0 to 1.29.2 (#2718)
Diffstat (limited to 'vendor/modules.txt')
| -rw-r--r-- | vendor/modules.txt | 36 |
1 files changed, 16 insertions, 20 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index c06899554..f930b5400 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -303,6 +303,11 @@ github.com/h2non/filetype github.com/h2non/filetype/matchers github.com/h2non/filetype/matchers/isobmff github.com/h2non/filetype/types +# github.com/hashicorp/golang-lru/v2 v2.0.7 +## explicit; go 1.18 +github.com/hashicorp/golang-lru/v2 +github.com/hashicorp/golang-lru/v2/internal +github.com/hashicorp/golang-lru/v2/simplelru # github.com/hashicorp/hcl v1.0.0 ## explicit github.com/hashicorp/hcl @@ -349,9 +354,6 @@ github.com/jinzhu/inflection # github.com/json-iterator/go v1.1.12 ## explicit; go 1.12 github.com/json-iterator/go -# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 -## explicit -github.com/kballard/go-shellquote # github.com/klauspost/compress v1.17.4 ## explicit; go 1.19 github.com/klauspost/compress/flate @@ -409,6 +411,9 @@ github.com/modern-go/concurrent # github.com/modern-go/reflect2 v1.0.2 ## explicit; go 1.12 github.com/modern-go/reflect2 +# github.com/ncruces/go-strftime v0.1.9 +## explicit; go 1.17 +github.com/ncruces/go-strftime # github.com/oklog/ulid v1.3.1 ## explicit github.com/oklog/ulid @@ -1103,16 +1108,10 @@ gopkg.in/yaml.v2 # gopkg.in/yaml.v3 v3.0.1 ## explicit gopkg.in/yaml.v3 -# lukechampine.com/uint128 v1.2.0 -## explicit; go 1.12 -lukechampine.com/uint128 -# modernc.org/cc/v3 v3.40.0 -## explicit; go 1.17 -modernc.org/cc/v3 -# modernc.org/ccgo/v3 v3.16.13 -## explicit; go 1.17 -modernc.org/ccgo/v3/lib -# modernc.org/libc v1.29.0 +# modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 +## explicit; go 1.20 +modernc.org/gc/v3 +# modernc.org/libc v1.41.0 ## explicit; go 1.20 modernc.org/libc modernc.org/libc/errno @@ -1146,17 +1145,14 @@ modernc.org/mathutil # modernc.org/memory v1.7.2 ## explicit; go 1.18 modernc.org/memory -# modernc.org/opt v0.1.3 -## explicit; go 1.13 -modernc.org/opt -# modernc.org/sqlite v1.28.0 -## explicit; go 1.19 +# modernc.org/sqlite v1.29.2 +## explicit; go 1.20 modernc.org/sqlite modernc.org/sqlite/lib -# modernc.org/strutil v1.1.3 +# modernc.org/strutil v1.2.0 ## explicit; go 1.18 modernc.org/strutil -# modernc.org/token v1.0.1 +# modernc.org/token v1.1.0 ## explicit modernc.org/token # mvdan.cc/xurls/v2 v2.5.0 |
