File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
2222 github.com/google/go-cmp v0.5.9
2323 github.com/google/go-github/v32 v32.1.0
2424 github.com/google/go-querystring v1.1.0
25- github.com/google/uuid v1.3.0
25+ github.com/google/uuid v1.3.1
2626 github.com/jedib0t/go-pretty v4.3.0+incompatible
2727 github.com/magefile/mage v1.15.0
2828 github.com/mholt/archiver/v3 v3.5.1
Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaU
190190github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 /go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ =
191191github.com/google/uuid v1.1.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
192192github.com/google/uuid v1.2.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
193- github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I =
194- github.com/google/uuid v1.3.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
193+ github.com/google/uuid v1.3.1 h1:KjJaJ9iWZ3jOFZIf1Lqf4laDRCasjl0BCmnEGxkdLb4 =
194+ github.com/google/uuid v1.3.1 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
195195github.com/gorilla/websocket v1.4.2 /go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE =
196196github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 h1:+ngKgrYPPJrOjhax5N+uePQ0Fh1Z7PheYoUI/0nzkPA =
197197github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 /go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA =
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const (
3939 PackageRegistryConfigFile = "package-registry.yml"
4040
4141 // PackageRegistryBaseImage is the base Docker image of the Elastic Package Registry.
42- PackageRegistryBaseImage = "docker.elastic.co/package-registry/package-registry:v1.20 .0"
42+ PackageRegistryBaseImage = "docker.elastic.co/package-registry/package-registry:v1.21 .0"
4343
4444 // ElasticAgentEnvFile is the elastic agent environment variables file.
4545 ElasticAgentEnvFile = "elastic-agent.env"
You can’t perform that action at this time.
0 commit comments