Skip to content

Commit 65e9277

Browse files
committed
bumping MythicContainer version
1 parent 73eabea commit 65e9277

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Payload_Type/poseidon/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.23.3
77
//replace github.com/MythicMeta/MythicContainer => ../../../../MythicMeta/MythicContainer
88

99
require (
10-
github.com/MythicMeta/MythicContainer v1.4.16
10+
github.com/MythicMeta/MythicContainer v1.4.17
1111
github.com/google/uuid v1.6.0
1212
github.com/mitchellh/mapstructure v1.5.0
1313
github.com/pelletier/go-toml v1.9.5

Payload_Type/poseidon/go.sum

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
github.com/MythicMeta/MythicContainer v1.4.16 h1:Sg1DHJoOs9gEpb4KeEOyjnNFv4ZPJaX9XGJwbOPi6h8=
21
github.com/MythicMeta/MythicContainer v1.4.16/go.mod h1:BnUYftqQ9KsGxBd6RlyRcAHBrqV1CUcrRCjktWwc2Do=
2+
github.com/MythicMeta/MythicContainer v1.4.17 h1:t5B2RWUGLxzoJGnI3zy9w7lS7NYfWmGNv2vcF7GWZKY=
3+
github.com/MythicMeta/MythicContainer v1.4.17/go.mod h1:BnUYftqQ9KsGxBd6RlyRcAHBrqV1CUcrRCjktWwc2Do=
34
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
45
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
56
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=

Payload_Type/poseidon/poseidon/agentfunctions/builder.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"time"
2121
)
2222

23-
const version = "2.2.0"
23+
const version = "2.2.1"
2424

2525
type sleepInfoStruct struct {
2626
Interval int `json:"interval"`

0 commit comments

Comments
 (0)