-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #788 from traPtitech/dependabot/go_modules/patches…
…-a8000e7736 Bump the patches group with 7 updates
- Loading branch information
Showing
2 changed files
with
72 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,52 +7,52 @@ toolchain go1.21.0 | |
require ( | ||
code.gitea.io/sdk/gitea v0.16.0 | ||
connectrpc.com/connect v1.12.0 | ||
github.com/aws/aws-sdk-go v1.47.0 | ||
github.com/aws/aws-sdk-go v1.48.10 | ||
github.com/cert-manager/cert-manager v1.13.2 | ||
github.com/docker/cli v24.0.7+incompatible | ||
github.com/docker/docker v24.0.0-rc.2.0.20230905130451-032797ea4bcb+incompatible // v25 master@032797ea4bcb (2023-09-05), required by github.com/moby/[email protected] | ||
github.com/docker/go-connections v0.4.0 | ||
github.com/friendsofgo/errors v0.9.2 | ||
github.com/gliderlabs/ssh v0.3.5 | ||
github.com/go-git/go-git/v5 v5.10.0 | ||
github.com/go-git/go-git/v5 v5.10.1 | ||
github.com/go-playground/webhooks/v6 v6.3.0 | ||
github.com/go-sql-driver/mysql v1.7.1 | ||
github.com/golang/mock v1.6.0 | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 | ||
github.com/google/wire v0.5.0 | ||
github.com/labstack/echo/v4 v4.11.2 | ||
github.com/labstack/echo/v4 v4.11.3 | ||
github.com/lukesampson/figlet v0.0.0-20190211215653-8a3ef4a6ac42 | ||
github.com/moby/buildkit v0.12.3 | ||
github.com/motoki317/sc v1.6.0 | ||
github.com/moby/buildkit v0.12.4 | ||
github.com/motoki317/sc v1.7.1 | ||
github.com/ncw/swift v1.0.53 | ||
github.com/prometheus/client_golang v1.17.0 | ||
github.com/prometheus/common v0.45.0 | ||
github.com/regclient/regclient v0.5.3 | ||
github.com/regclient/regclient v0.5.5 | ||
github.com/samber/lo v1.38.1 | ||
github.com/shiguredo/websocket v1.6.1 | ||
github.com/sirupsen/logrus v1.9.3 | ||
github.com/sourcegraph/conc v0.3.0 | ||
github.com/spf13/cobra v1.7.0 | ||
github.com/spf13/cobra v1.8.0 | ||
github.com/spf13/pflag v1.0.5 | ||
github.com/spf13/viper v1.17.0 | ||
github.com/stretchr/testify v1.8.4 | ||
github.com/traefik/traefik/v2 v2.10.5 | ||
github.com/traefik/traefik/v2 v2.10.6 | ||
github.com/volatiletech/null/v8 v8.1.2 | ||
github.com/volatiletech/sqlboiler/v4 v4.15.0 | ||
github.com/volatiletech/strmangle v0.0.5 | ||
github.com/whilp/git-urls v1.0.0 | ||
github.com/zeebo/xxh3 v1.0.2 | ||
go.mongodb.org/mongo-driver v1.12.1 | ||
golang.org/x/crypto v0.14.0 | ||
go.mongodb.org/mongo-driver v1.13.0 | ||
golang.org/x/crypto v0.16.0 | ||
golang.org/x/exp v0.0.0-20231006140011-7918f672742d | ||
golang.org/x/net v0.17.0 | ||
golang.org/x/sync v0.4.0 | ||
golang.org/x/net v0.19.0 | ||
golang.org/x/sync v0.5.0 | ||
google.golang.org/grpc v1.59.0 | ||
google.golang.org/protobuf v1.31.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
k8s.io/api v0.28.3 | ||
k8s.io/apimachinery v0.28.3 | ||
k8s.io/client-go v0.28.3 | ||
k8s.io/api v0.28.4 | ||
k8s.io/apimachinery v0.28.4 | ||
k8s.io/client-go v0.28.4 | ||
) | ||
|
||
require ( | ||
|
@@ -64,7 +64,6 @@ require ( | |
github.com/Masterminds/sprig/v3 v3.2.3 // indirect | ||
github.com/Microsoft/go-winio v0.6.1 // indirect | ||
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 // indirect | ||
github.com/acomagu/bufpipe v1.0.4 // indirect | ||
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect | ||
github.com/cenkalti/backoff/v4 v4.2.1 // indirect | ||
github.com/cloudflare/circl v1.3.3 // indirect | ||
|
@@ -102,10 +101,10 @@ require ( | |
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/golang/snappy v0.0.4 // indirect | ||
github.com/google/gnostic-models v0.6.8 // indirect | ||
github.com/google/go-cmp v0.5.9 // indirect | ||
github.com/google/go-cmp v0.6.0 // indirect | ||
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/google/subcommands v1.2.0 // indirect | ||
github.com/google/uuid v1.3.1 // indirect | ||
github.com/google/uuid v1.4.0 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect | ||
github.com/grpc-ecosystem/grpc-gateway/v2 v2.17.1 // indirect | ||
|
@@ -120,13 +119,13 @@ require ( | |
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/kevinburke/ssh_config v1.2.0 // indirect | ||
github.com/klauspost/compress v1.17.0 // indirect | ||
github.com/klauspost/compress v1.17.2 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.5 // indirect | ||
github.com/labstack/gommon v0.4.0 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/miekg/dns v1.1.55 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
|
@@ -148,10 +147,9 @@ require ( | |
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
github.com/sagikazarmark/locafero v0.3.0 // indirect | ||
github.com/sagikazarmark/slog-shim v0.1.0 // indirect | ||
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect | ||
github.com/sergi/go-diff v1.3.1 // indirect | ||
github.com/shopspring/decimal v1.3.1 // indirect | ||
github.com/skeema/knownhosts v1.2.0 // indirect | ||
github.com/skeema/knownhosts v1.2.1 // indirect | ||
github.com/spf13/afero v1.10.0 // indirect | ||
github.com/spf13/cast v1.5.1 // indirect | ||
github.com/subosito/gotenv v1.6.0 // indirect | ||
|
@@ -179,9 +177,9 @@ require ( | |
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/mod v0.13.0 // indirect | ||
golang.org/x/oauth2 v0.13.0 // indirect | ||
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/term v0.13.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
golang.org/x/sys v0.15.0 // indirect | ||
golang.org/x/term v0.15.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
golang.org/x/time v0.3.0 // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
|
Oops, something went wrong.