diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-18 21:42:25 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-18 21:42:25 +0300 |
commit | 05f1f4aef3c446750677f5829360b8710f7fddee (patch) | |
tree | 8c0bdce2062d27cb02b81418c68911d4850b5f99 /go.mod | |
parent | node: update all dependencies (diff) | |
download | soko-05f1f4aef3c446750677f5829360b8710f7fddee.tar.gz soko-05f1f4aef3c446750677f5829360b8710f7fddee.tar.bz2 soko-05f1f4aef3c446750677f5829360b8710f7fddee.zip |
go: update dependencies
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 41 |
1 files changed, 20 insertions, 21 deletions
@@ -3,18 +3,18 @@ module soko go 1.22 require ( - github.com/99designs/gqlgen v0.17.47 - github.com/a-h/templ v0.2.731 + github.com/99designs/gqlgen v0.17.49 + github.com/a-h/templ v0.2.747 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 + github.com/go-pg/pg/v10 v10.13.0 + github.com/gorilla/feeds v1.2.0 github.com/jasonlvhit/gocron v0.0.1 - github.com/lmittmann/tint v1.0.4 + github.com/lmittmann/tint v1.0.5 github.com/prometheus/client_golang v1.19.1 - github.com/samber/slog-multi v1.0.3 + github.com/samber/slog-multi v1.2.0 github.com/ulikunitz/xz v0.5.12 - github.com/vektah/gqlparser/v2 v2.5.12 + github.com/vektah/gqlparser/v2 v2.5.16 golang.org/x/time v0.5.0 ) @@ -25,29 +25,28 @@ require ( github.com/agnivade/levenshtein v1.1.1 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.3.0 // indirect - github.com/cloudflare/circl v1.3.8 // indirect - github.com/cyphar/filepath-securejoin v0.2.5 // indirect + github.com/cloudflare/circl v1.3.9 // indirect + github.com/cyphar/filepath-securejoin v0.3.0 // indirect github.com/emirpasic/gods v1.18.1 // indirect github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect 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.6.0 // indirect - github.com/gorilla/websocket v1.5.1 // indirect - github.com/hashicorp/errwrap v1.1.0 // indirect - github.com/hashicorp/go-multierror v1.1.1 // indirect + github.com/gorilla/websocket v1.5.3 // 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/mitchellh/mapstructure v1.5.0 // indirect + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect github.com/pjbgf/sha1cd v0.3.0 // indirect github.com/prometheus/client_model v0.6.1 // indirect - github.com/prometheus/common v0.53.0 // indirect - github.com/prometheus/procfs v0.15.0 // indirect - github.com/samber/lo v1.39.0 // indirect + github.com/prometheus/common v0.55.0 // indirect + github.com/prometheus/procfs v0.15.1 // indirect + github.com/samber/lo v1.46.0 // indirect github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect - github.com/skeema/knownhosts v1.2.2 // indirect + github.com/skeema/knownhosts v1.3.0 // indirect github.com/sosodev/duration v1.3.1 // indirect github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect github.com/vmihailenco/bufpool v0.1.11 // indirect @@ -55,11 +54,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.23.0 // indirect - golang.org/x/exp v0.0.0-20240525044651-4c93da0ed11d // indirect - golang.org/x/net v0.25.0 // indirect - golang.org/x/sys v0.20.0 // indirect - google.golang.org/protobuf v1.34.1 // indirect + golang.org/x/crypto v0.25.0 // indirect + golang.org/x/net v0.27.0 // indirect + golang.org/x/sys v0.22.0 // indirect + golang.org/x/text v0.16.0 // indirect + google.golang.org/protobuf v1.34.2 // indirect gopkg.in/warnings.v0 v0.1.2 // indirect mellium.im/sasl v0.3.1 // indirect ) |