aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-03-19 09:36:54 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-03-19 12:52:41 +0200
commite3c3507c1f1d8658e1a974964697efcb7f0cf7c0 (patch)
treeca3c4a0bb555932cc0eb01fde897912eaa88231a /go.mod
parentapp/index: optimize package list query (diff)
downloadsoko-e3c3507c1f1d8658e1a974964697efcb7f0cf7c0.tar.gz
soko-e3c3507c1f1d8658e1a974964697efcb7f0cf7c0.tar.bz2
soko-e3c3507c1f1d8658e1a974964697efcb7f0cf7c0.zip
bump go dependencies
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod26
1 files changed, 13 insertions, 13 deletions
diff --git a/go.mod b/go.mod
index 40f1c5b..b82fec4 100644
--- a/go.mod
+++ b/go.mod
@@ -3,15 +3,15 @@ module soko
go 1.22
require (
- github.com/99designs/gqlgen v0.17.44
- github.com/a-h/templ v0.2.598
+ github.com/99designs/gqlgen v0.17.45
+ github.com/a-h/templ v0.2.639
github.com/go-git/go-git/v5 v5.11.0
github.com/go-pg/pg v8.0.7+incompatible
github.com/go-pg/pg/v10 v10.12.0
github.com/gorilla/feeds v1.1.2
github.com/jasonlvhit/gocron v0.0.1
github.com/lmittmann/tint v1.0.4
- github.com/prometheus/client_golang v1.18.0
+ github.com/prometheus/client_golang v1.19.0
github.com/samber/slog-multi v1.0.2
github.com/ulikunitz/xz v0.5.11
github.com/vektah/gqlparser/v2 v2.5.11
@@ -41,11 +41,11 @@ require (
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
- github.com/prometheus/common v0.47.0 // indirect
- github.com/prometheus/procfs v0.12.0 // indirect
+ github.com/prometheus/common v0.50.0 // indirect
+ github.com/prometheus/procfs v0.13.0 // indirect
github.com/samber/lo v1.39.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
- github.com/skeema/knownhosts v1.2.1 // indirect
+ github.com/skeema/knownhosts v1.2.2 // indirect
github.com/sosodev/duration v1.2.0 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/bufpool v0.1.11 // indirect
@@ -53,13 +53,13 @@ require (
github.com/vmihailenco/tagparser v0.1.2 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/xanzy/ssh-agent v0.3.3 // indirect
- golang.org/x/crypto v0.19.0 // indirect
- golang.org/x/exp v0.0.0-20240314144324-c7f7c6466f7f // indirect
- golang.org/x/mod v0.15.0 // indirect
- golang.org/x/net v0.21.0 // indirect
- golang.org/x/sys v0.17.0 // indirect
- golang.org/x/tools v0.18.0 // indirect
- google.golang.org/protobuf v1.32.0 // indirect
+ golang.org/x/crypto v0.21.0 // indirect
+ golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 // indirect
+ golang.org/x/mod v0.16.0 // indirect
+ golang.org/x/net v0.22.0 // indirect
+ golang.org/x/sys v0.18.0 // indirect
+ golang.org/x/tools v0.19.0 // indirect
+ google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
mellium.im/sasl v0.3.1 // indirect
)