aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-04-17 21:01:37 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-04-17 21:01:37 +0300
commit4f70a30a0ff6061ba56ccf720a0c605a13f0adc2 (patch)
tree081986dc3bffa5ab0dc475d176fd098cee916a8d /go.mod
parentupdater: use pmaint instead of egencache (diff)
downloadsoko-4f70a30a0ff6061ba56ccf720a0c605a13f0adc2.tar.gz
soko-4f70a30a0ff6061ba56ccf720a0c605a13f0adc2.tar.bz2
soko-4f70a30a0ff6061ba56ccf720a0c605a13f0adc2.zip
bump go dependencies
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod27
1 files changed, 14 insertions, 13 deletions
diff --git a/go.mod b/go.mod
index b82fec4..c287d14 100644
--- a/go.mod
+++ b/go.mod
@@ -4,8 +4,8 @@ go 1.22
require (
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/a-h/templ v0.2.663
+ github.com/go-git/go-git/v5 v5.12.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
@@ -13,7 +13,7 @@ require (
github.com/lmittmann/tint v1.0.4
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/ulikunitz/xz v0.5.12
github.com/vektah/gqlparser/v2 v2.5.11
golang.org/x/time v0.5.0
)
@@ -24,7 +24,7 @@ require (
github.com/ProtonMail/go-crypto v1.0.0 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
@@ -40,11 +40,11 @@ require (
github.com/kevinburke/ssh_config v1.2.0 // indirect
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.50.0 // indirect
+ github.com/prometheus/client_model v0.6.1 // indirect
+ github.com/prometheus/common v0.52.3 // 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/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // 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
@@ -53,12 +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.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
+ golang.org/x/crypto v0.22.0 // indirect
+ golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect
+ golang.org/x/mod v0.17.0 // indirect
+ golang.org/x/net v0.24.0 // indirect
+ golang.org/x/sync v0.7.0 // indirect
+ golang.org/x/sys v0.19.0 // indirect
+ golang.org/x/tools v0.20.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