aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 6 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 1a9a9e1..c8a6e42 100644
--- a/go.mod
+++ b/go.mod
@@ -1,22 +1,22 @@
module soko
-go 1.18
+go 1.20
require (
- github.com/99designs/gqlgen v0.17.28
+ github.com/99designs/gqlgen v0.17.30
github.com/go-git/go-git/v5 v5.6.1
github.com/go-pg/pg v8.0.7+incompatible
github.com/go-pg/pg/v10 v10.11.0
github.com/gorilla/feeds v1.1.1
github.com/jasonlvhit/gocron v0.0.1
- github.com/prometheus/client_golang v1.14.0
+ github.com/prometheus/client_golang v1.15.0
github.com/ulikunitz/xz v0.5.11
github.com/vektah/gqlparser/v2 v2.5.1
)
require (
- github.com/Microsoft/go-winio v0.6.0 // indirect
- github.com/ProtonMail/go-crypto v0.0.0-20230331115716-d34776aa93ec // indirect
+ github.com/Microsoft/go-winio v0.6.1 // indirect
+ github.com/ProtonMail/go-crypto v0.0.0-20230426101702-58e86b294756 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/beorn7/perks v1.0.1 // indirect
@@ -39,6 +39,7 @@ require (
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
+ github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/skeema/knownhosts v1.1.0 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect