mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-10 10:08:08 -06:00
[chore] bumps our spf13/viper version (#3943)
* bumps our spf13/viper version * fixes the one breaking change
This commit is contained in:
parent
1bf40e755c
commit
f46e490c30
147 changed files with 4637 additions and 18493 deletions
47
vendor/modules.txt
vendored
47
vendor/modules.txt
vendored
|
|
@ -501,6 +501,10 @@ github.com/go-swagger/go-swagger/cmd/swagger/commands/generate
|
|||
github.com/go-swagger/go-swagger/cmd/swagger/commands/initcmd
|
||||
github.com/go-swagger/go-swagger/codescan
|
||||
github.com/go-swagger/go-swagger/generator
|
||||
# github.com/go-viper/mapstructure/v2 v2.2.1
|
||||
## explicit; go 1.18
|
||||
github.com/go-viper/mapstructure/v2
|
||||
github.com/go-viper/mapstructure/v2/internal/errors
|
||||
# github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b
|
||||
## explicit
|
||||
github.com/go-xmlfmt/xmlfmt
|
||||
|
|
@ -564,18 +568,6 @@ github.com/gorilla/websocket
|
|||
github.com/grpc-ecosystem/grpc-gateway/v2/internal/httprule
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2/runtime
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2/utilities
|
||||
# github.com/hashicorp/hcl v1.0.0
|
||||
## explicit
|
||||
github.com/hashicorp/hcl
|
||||
github.com/hashicorp/hcl/hcl/ast
|
||||
github.com/hashicorp/hcl/hcl/parser
|
||||
github.com/hashicorp/hcl/hcl/printer
|
||||
github.com/hashicorp/hcl/hcl/scanner
|
||||
github.com/hashicorp/hcl/hcl/strconv
|
||||
github.com/hashicorp/hcl/hcl/token
|
||||
github.com/hashicorp/hcl/json/parser
|
||||
github.com/hashicorp/hcl/json/scanner
|
||||
github.com/hashicorp/hcl/json/token
|
||||
# github.com/huandu/xstrings v1.4.0
|
||||
## explicit; go 1.12
|
||||
github.com/huandu/xstrings
|
||||
|
|
@ -649,9 +641,6 @@ github.com/kr/text
|
|||
## explicit; go 1.18
|
||||
github.com/leodido/go-urn
|
||||
github.com/leodido/go-urn/scim/schema
|
||||
# github.com/magiconair/properties v1.8.7
|
||||
## explicit; go 1.19
|
||||
github.com/magiconair/properties
|
||||
# github.com/mailru/easyjson v0.7.7
|
||||
## explicit; go 1.12
|
||||
github.com/mailru/easyjson/buffer
|
||||
|
|
@ -776,12 +765,9 @@ github.com/rogpeppe/go-internal/fmtsort
|
|||
# github.com/rs/xid v1.6.0
|
||||
## explicit; go 1.16
|
||||
github.com/rs/xid
|
||||
# github.com/sagikazarmark/locafero v0.4.0
|
||||
## explicit; go 1.20
|
||||
# github.com/sagikazarmark/locafero v0.7.0
|
||||
## explicit; go 1.21
|
||||
github.com/sagikazarmark/locafero
|
||||
# github.com/sagikazarmark/slog-shim v0.1.0
|
||||
## explicit; go 1.20
|
||||
github.com/sagikazarmark/slog-shim
|
||||
# github.com/shopspring/decimal v1.3.1
|
||||
## explicit; go 1.13
|
||||
github.com/shopspring/decimal
|
||||
|
|
@ -791,12 +777,12 @@ github.com/sourcegraph/conc
|
|||
github.com/sourcegraph/conc/internal/multierror
|
||||
github.com/sourcegraph/conc/iter
|
||||
github.com/sourcegraph/conc/panics
|
||||
# github.com/spf13/afero v1.11.0
|
||||
## explicit; go 1.19
|
||||
# github.com/spf13/afero v1.12.0
|
||||
## explicit; go 1.21
|
||||
github.com/spf13/afero
|
||||
github.com/spf13/afero/internal/common
|
||||
github.com/spf13/afero/mem
|
||||
# github.com/spf13/cast v1.6.0
|
||||
# github.com/spf13/cast v1.7.1
|
||||
## explicit; go 1.19
|
||||
github.com/spf13/cast
|
||||
# github.com/spf13/cobra v1.9.1
|
||||
|
|
@ -805,14 +791,10 @@ github.com/spf13/cobra
|
|||
# github.com/spf13/pflag v1.0.6
|
||||
## explicit; go 1.12
|
||||
github.com/spf13/pflag
|
||||
# github.com/spf13/viper v1.19.0
|
||||
## explicit; go 1.20
|
||||
# github.com/spf13/viper v1.20.0
|
||||
## explicit; go 1.21.0
|
||||
github.com/spf13/viper
|
||||
github.com/spf13/viper/internal/encoding
|
||||
github.com/spf13/viper/internal/encoding/dotenv
|
||||
github.com/spf13/viper/internal/encoding/hcl
|
||||
github.com/spf13/viper/internal/encoding/ini
|
||||
github.com/spf13/viper/internal/encoding/javaproperties
|
||||
github.com/spf13/viper/internal/encoding/json
|
||||
github.com/spf13/viper/internal/encoding/toml
|
||||
github.com/spf13/viper/internal/encoding/yaml
|
||||
|
|
@ -1086,10 +1068,6 @@ golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
|
|||
# golang.org/x/exp v0.0.0-20240222234643-814bf88cf225
|
||||
## explicit; go 1.20
|
||||
golang.org/x/exp/constraints
|
||||
golang.org/x/exp/slices
|
||||
golang.org/x/exp/slog
|
||||
golang.org/x/exp/slog/internal
|
||||
golang.org/x/exp/slog/internal/buffer
|
||||
# golang.org/x/image v0.24.0
|
||||
## explicit; go 1.18
|
||||
golang.org/x/image/riff
|
||||
|
|
@ -1290,9 +1268,6 @@ google.golang.org/protobuf/types/known/fieldmaskpb
|
|||
google.golang.org/protobuf/types/known/structpb
|
||||
google.golang.org/protobuf/types/known/timestamppb
|
||||
google.golang.org/protobuf/types/known/wrapperspb
|
||||
# gopkg.in/ini.v1 v1.67.0
|
||||
## explicit
|
||||
gopkg.in/ini.v1
|
||||
# gopkg.in/mcuadros/go-syslog.v2 v2.3.0
|
||||
## explicit
|
||||
gopkg.in/mcuadros/go-syslog.v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue