|
1 | 1 | module MyContainer |
2 | 2 |
|
3 | | -go 1.23.0 |
4 | | - |
5 | | -toolchain go1.23.3 |
| 3 | +go 1.25.1 |
6 | 4 |
|
7 | 5 | //replace github.com/MythicMeta/MythicContainer => ../../../../MythicMeta/MythicContainer |
8 | 6 | require ( |
9 | | - github.com/MythicMeta/MythicContainer v1.4.23 |
| 7 | + github.com/MythicMeta/MythicContainer v1.6.2 |
10 | 8 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
11 | 9 | ) |
12 | 10 |
|
13 | 11 | require ( |
14 | | - github.com/fsnotify/fsnotify v1.8.0 // indirect |
| 12 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
| 13 | + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
15 | 14 | github.com/google/uuid v1.6.0 // indirect |
16 | 15 | github.com/hashicorp/hcl v1.0.0 // indirect |
17 | | - github.com/magiconair/properties v1.8.9 // indirect |
| 16 | + github.com/magiconair/properties v1.8.10 // indirect |
18 | 17 | github.com/mattn/go-colorable v0.1.14 // indirect |
19 | 18 | github.com/mattn/go-isatty v0.0.20 // indirect |
20 | | - github.com/pelletier/go-toml/v2 v2.2.3 // indirect |
| 19 | + github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
21 | 20 | github.com/rabbitmq/amqp091-go v1.10.0 // indirect |
22 | | - github.com/rs/zerolog v1.33.0 // indirect |
23 | | - github.com/sagikazarmark/locafero v0.7.0 // indirect |
| 21 | + github.com/rs/zerolog v1.34.0 // indirect |
| 22 | + github.com/sagikazarmark/locafero v0.12.0 // indirect |
24 | 23 | github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
25 | | - github.com/sourcegraph/conc v0.3.0 // indirect |
26 | | - github.com/spf13/afero v1.12.0 // indirect |
27 | | - github.com/spf13/cast v1.7.1 // indirect |
28 | | - github.com/spf13/pflag v1.0.6 // indirect |
29 | | - github.com/spf13/viper v1.19.0 // indirect |
| 24 | + github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect |
| 25 | + github.com/spf13/afero v1.15.0 // indirect |
| 26 | + github.com/spf13/cast v1.10.0 // indirect |
| 27 | + github.com/spf13/pflag v1.0.10 // indirect |
| 28 | + github.com/spf13/viper v1.21.0 // indirect |
30 | 29 | github.com/subosito/gotenv v1.6.0 // indirect |
31 | 30 | go.uber.org/multierr v1.11.0 // indirect |
32 | | - golang.org/x/exp v0.0.0-20250218142911-aa4b98e5adaa // indirect |
33 | | - golang.org/x/net v0.35.0 // indirect |
34 | | - golang.org/x/sys v0.30.0 // indirect |
35 | | - golang.org/x/text v0.22.0 // indirect |
36 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20250219182151-9fdb1cabc7b2 // indirect |
37 | | - google.golang.org/grpc v1.70.0 // indirect |
38 | | - google.golang.org/protobuf v1.36.5 // indirect |
| 31 | + go.yaml.in/yaml/v3 v3.0.4 // indirect |
| 32 | + golang.org/x/exp v0.0.0-20251209150349-8475f28825e9 // indirect |
| 33 | + golang.org/x/net v0.48.0 // indirect |
| 34 | + golang.org/x/sys v0.39.0 // indirect |
| 35 | + golang.org/x/text v0.32.0 // indirect |
| 36 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect |
| 37 | + google.golang.org/grpc v1.77.0 // indirect |
| 38 | + google.golang.org/protobuf v1.36.10 // indirect |
39 | 39 | gopkg.in/ini.v1 v1.67.0 // indirect |
40 | 40 | gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect |
41 | 41 | gopkg.in/yaml.v3 v3.0.1 // indirect |
|
0 commit comments