aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2023-02-05 09:15:02 -0800
committerAlec Warner <antarus@gentoo.org>2023-02-05 09:15:02 -0800
commit2e6f482126a9938cb9d6674123b4943090061665 (patch)
treee7673c462dd9e2ed2055606ab37fede255c6acf7 /go.mod
parentMerge branch 'master' into develop (diff)
downloadsoko-2e6f482126a9938cb9d6674123b4943090061665.tar.gz
soko-2e6f482126a9938cb9d6674123b4943090061665.tar.bz2
soko-2e6f482126a9938cb9d6674123b4943090061665.zip
go to go-1.18
Signed-off-by: Alec Warner <antarus@gentoo.org>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod41
1 files changed, 39 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 2d2e8f1..479faba 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module soko
-go 1.13
+go 1.18
require (
github.com/99designs/gqlgen v0.11.3
@@ -9,7 +9,44 @@ require (
github.com/go-pg/pg/v9 v9.1.3
github.com/gorilla/feeds v1.1.1
github.com/jasonlvhit/gocron v0.0.1
- github.com/mcuadros/go-version v0.0.0-20190830083331-035f6764e8d2
github.com/prometheus/client_golang v1.8.0
github.com/vektah/gqlparser/v2 v2.0.1
)
+
+require (
+ github.com/agnivade/levenshtein v1.0.3 // indirect
+ github.com/beorn7/perks v1.0.1 // indirect
+ github.com/cespare/xxhash/v2 v2.1.1 // indirect
+ github.com/codemodus/kace v0.5.1 // indirect
+ github.com/emirpasic/gods v1.12.0 // indirect
+ github.com/go-git/gcfg v1.5.0 // indirect
+ github.com/go-git/go-billy/v5 v5.0.0 // indirect
+ github.com/go-pg/urlstruct v0.3.0 // indirect
+ github.com/go-pg/zerochecker v0.1.1 // indirect
+ github.com/golang/protobuf v1.4.3 // indirect
+ github.com/gorilla/websocket v1.2.0 // indirect
+ github.com/hashicorp/golang-lru v0.5.1 // indirect
+ github.com/imdario/mergo v0.3.9 // 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 v0.0.0-20190725054713-01f96b0aa0cd // indirect
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
+ github.com/mitchellh/mapstructure v1.1.2 // indirect
+ github.com/prometheus/client_model v0.2.0 // indirect
+ github.com/prometheus/common v0.14.0 // indirect
+ github.com/prometheus/procfs v0.2.0 // indirect
+ github.com/segmentio/encoding v0.1.10 // indirect
+ github.com/sergi/go-diff v1.1.0 // indirect
+ github.com/vmihailenco/bufpool v0.1.5 // indirect
+ github.com/vmihailenco/msgpack/v4 v4.3.7 // indirect
+ github.com/vmihailenco/tagparser v0.1.1 // indirect
+ github.com/xanzy/ssh-agent v0.2.1 // indirect
+ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 // indirect
+ golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
+ golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect
+ google.golang.org/appengine v1.6.5 // indirect
+ google.golang.org/protobuf v1.23.0 // indirect
+ gopkg.in/warnings.v0 v0.1.2 // indirect
+ mellium.im/sasl v0.2.1 // indirect
+)