11module secure-banking-uk-initializer
22
3- go 1.15
3+ go 1.23
44
55require (
66 github.com/go-jose/go-jose/v3 v3.0.3
@@ -12,3 +12,31 @@ require (
1212)
1313
1414require github.com/dgrijalva/jwt-go v3.2.0+incompatible
15+
16+ require (
17+ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
18+ github.com/fsnotify/fsnotify v1.7.0 // indirect
19+ github.com/hashicorp/go-version v1.0.0 // indirect
20+ github.com/hashicorp/hcl v1.0.0 // indirect
21+ github.com/hashicorp/logutils v0.0.0-20150609070431-0dc08b1671f3 // indirect
22+ github.com/magiconair/properties v1.8.7 // indirect
23+ github.com/mitchellh/mapstructure v1.5.0 // indirect
24+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
25+ github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
26+ github.com/sagikazarmark/locafero v0.4.0 // indirect
27+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
28+ github.com/sourcegraph/conc v0.3.0 // indirect
29+ github.com/spf13/afero v1.11.0 // indirect
30+ github.com/spf13/cast v1.6.0 // indirect
31+ github.com/spf13/pflag v1.0.5 // indirect
32+ github.com/stretchr/objx v0.5.2 // indirect
33+ github.com/subosito/gotenv v1.6.0 // indirect
34+ go.uber.org/multierr v1.10.0 // indirect
35+ golang.org/x/crypto v0.25.0 // indirect
36+ golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
37+ golang.org/x/net v0.27.0 // indirect
38+ golang.org/x/sys v0.22.0 // indirect
39+ golang.org/x/text v0.16.0 // indirect
40+ gopkg.in/ini.v1 v1.67.0 // indirect
41+ gopkg.in/yaml.v3 v3.0.1 // indirect
42+ )
0 commit comments