Upgrade dependencies

This commit is contained in:
Simon Ser 2024-01-09 11:56:38 +01:00
parent b2d793f4ba
commit dfbd1bd359
2 changed files with 1290 additions and 55 deletions

38
go.mod
View File

@ -5,24 +5,46 @@ go 1.16
require (
git.sr.ht/~sircmpwn/core-go v0.0.0-20240109104919-453dcaefd647
git.sr.ht/~sircmpwn/dowork v0.0.0-20221010085743-46c4299d76a1
git.sr.ht/~sircmpwn/scm.sr.ht/srht-keys v0.0.0-20211208105818-48011a5e6b35
git.sr.ht/~sircmpwn/scm.sr.ht/srht-keys v0.0.0-20230322101108-c39456ffb47d
git.sr.ht/~turminal/go-fnmatch v0.0.0-20211021204744-1a55764af6de
github.com/99designs/gqlgen v0.17.36
github.com/99designs/gqlgen v0.17.42
github.com/Masterminds/squirrel v1.5.4
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/emersion/go-pgpmail v0.2.1 // indirect
github.com/emersion/go-sasl v0.0.0-20231106173351-e73c9f7bad43 // indirect
github.com/emersion/go-smtp v0.20.1 // indirect
github.com/emirpasic/gods v1.18.1 // indirect
github.com/fernet/fernet-go v0.0.0-20211208181803-9f70042a33ee
github.com/go-git/go-git/v5 v5.0.0
github.com/go-chi/chi/v5 v5.0.11 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/go-git/go-git/v5 v5.11.0
github.com/go-redis/redis/v8 v8.11.5
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.3.0
github.com/google/uuid v1.5.0
github.com/gorilla/websocket v1.5.1 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/lib/pq v1.10.9
github.com/mattn/go-runewidth v0.0.9
github.com/minio/minio-go/v7 v7.0.61
github.com/mattn/go-runewidth v0.0.15
github.com/minio/minio-go/v7 v7.0.66
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.18.0 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/sosodev/duration v1.2.0 // indirect
github.com/urfave/cli/v2 v2.27.1 // indirect
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec
github.com/vektah/dataloaden v0.2.1-0.20190515034641-a19b9a6e7c9e
github.com/vektah/dataloaden v0.3.0
github.com/vektah/gqlparser v1.3.1
github.com/vektah/gqlparser/v2 v2.5.8
github.com/vektah/gqlparser/v2 v2.5.10
github.com/xanzy/ssh-agent v0.3.3 // indirect
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
golang.org/x/net v0.20.0 // indirect
golang.org/x/tools v0.16.1 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)

1307
go.sum

File diff suppressed because it is too large Load Diff