Skip to content

Commit ff1dfcb

Browse files
committed
updating go library
1 parent 1a28f81 commit ff1dfcb

2 files changed

Lines changed: 79 additions & 82 deletions

File tree

C2_Profiles/basic_logger/go.mod

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
module MyContainer
22

3-
go 1.23.0
4-
5-
toolchain go1.23.3
3+
go 1.25.1
64

75
//replace github.com/MythicMeta/MythicContainer => ../../../../MythicMeta/MythicContainer
86
require (
9-
github.com/MythicMeta/MythicContainer v1.4.23
7+
github.com/MythicMeta/MythicContainer v1.6.2
108
github.com/mitchellh/mapstructure v1.5.0 // indirect
119
)
1210

1311
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
1514
github.com/google/uuid v1.6.0 // indirect
1615
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
1817
github.com/mattn/go-colorable v0.1.14 // indirect
1918
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
2120
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
2423
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
3029
github.com/subosito/gotenv v1.6.0 // indirect
3130
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
3939
gopkg.in/ini.v1 v1.67.0 // indirect
4040
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
4141
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)