aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-02-22 22:57:46 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2024-02-22 22:57:46 +0200
commit306e9728112470689d7c0685901fac376e6d73b9 (patch)
treee8d18239e572d6a0cf5fb352c2441f5576fcb63d /go.mod
parentbump go to go 1.22.0 (diff)
downloadsoko-306e9728112470689d7c0685901fac376e6d73b9.tar.gz
soko-306e9728112470689d7c0685901fac376e6d73b9.tar.bz2
soko-306e9728112470689d7c0685901fac376e6d73b9.zip
bump go dependencies
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod23
1 files changed, 11 insertions, 12 deletions
diff --git a/go.mod b/go.mod
index 7440767..b9b374d 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module soko
go 1.22
require (
- github.com/99designs/gqlgen v0.17.42
+ github.com/99designs/gqlgen v0.17.44
github.com/a-h/templ v0.2.543
github.com/go-git/go-git/v5 v5.11.0
github.com/go-pg/pg v8.0.7+incompatible
@@ -12,14 +12,14 @@ require (
github.com/jasonlvhit/gocron v0.0.1
github.com/prometheus/client_golang v1.18.0
github.com/ulikunitz/xz v0.5.11
- github.com/vektah/gqlparser/v2 v2.5.10
+ github.com/vektah/gqlparser/v2 v2.5.11
golang.org/x/time v0.5.0
)
require (
dario.cat/mergo v1.0.0 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
- github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
+ 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
@@ -30,17 +30,16 @@ require (
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/go-pg/zerochecker v0.2.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
- github.com/google/uuid v1.5.0 // indirect
+ github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
- github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
- github.com/prometheus/client_model v0.5.0 // indirect
- github.com/prometheus/common v0.45.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/sergi/go-diff v1.3.1 // indirect
github.com/skeema/knownhosts v1.2.1 // indirect
@@ -51,11 +50,11 @@ 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.18.0 // indirect
- golang.org/x/mod v0.14.0 // indirect
- golang.org/x/net v0.20.0 // indirect
- golang.org/x/sys v0.16.0 // indirect
- golang.org/x/tools v0.17.0 // indirect
+ golang.org/x/crypto v0.19.0 // 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
gopkg.in/warnings.v0 v0.1.2 // indirect
mellium.im/sasl v0.3.1 // indirect