From 72c2f3ea4ea74ec07a668584ab94426d7aa3d488 Mon Sep 17 00:00:00 2001 From: Excavator Bot <33266368+svc-excavator-bot@users.noreply.github.com> Date: Thu, 23 Nov 2023 05:45:29 -0800 Subject: [PATCH] Excavator: Manage go module dependencies (#309) --- go.mod | 2 +- go.sum | 4 ++-- vendor/modules.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 35d95cfa..da147207 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/dave/jennifer v1.4.1 github.com/palantir/conjure-go-runtime/v2 v2.66.0 - github.com/palantir/godel/v2 v2.94.0 + github.com/palantir/godel/v2 v2.95.0 github.com/palantir/pkg/cobracli v1.2.0 github.com/palantir/pkg/refreshable v1.5.0 github.com/pkg/errors v0.9.1 diff --git a/go.sum b/go.sum index 721b2ec3..f9d5b50e 100644 --- a/go.sum +++ b/go.sum @@ -62,8 +62,8 @@ github.com/palantir/conjure-go-runtime/v2 v2.66.0 h1:LBFuueUuFIvGvMJ7NeFW3p96Uys github.com/palantir/conjure-go-runtime/v2 v2.66.0/go.mod h1:m67hEqHs0tfQ22oG8QYxR/5QRI7zFBt7v9qPI1/+md4= github.com/palantir/go-metrics v1.1.1 h1:YL/UmptBjrC6iSCTVr7vfuIcjL0M359Da3/gBGNny10= github.com/palantir/go-metrics v1.1.1/go.mod h1:fRkuipBnsI4nD8Vd9UNcrUJvD8Y0wOJMSbicygcBrGs= -github.com/palantir/godel/v2 v2.94.0 h1:zJMewNSKklGfd9jRsR04M/bt7AvGlN72b5mMxFoYjIY= -github.com/palantir/godel/v2 v2.94.0/go.mod h1:t0gYySCtv9GePmFr0rt8SR3uuI681xzl1DUsr+h/gRQ= +github.com/palantir/godel/v2 v2.95.0 h1:hIw12XbAo33SyFaFhjlJAHKQP8VLWtLjnI3OlFfXFu0= +github.com/palantir/godel/v2 v2.95.0/go.mod h1:t0gYySCtv9GePmFr0rt8SR3uuI681xzl1DUsr+h/gRQ= github.com/palantir/pkg v1.1.0 h1:0EhrSUP8oeeh3MUvk7V/UU7WmsN1UiJNTvNj0sN9Cpo= github.com/palantir/pkg v1.1.0/go.mod h1:KC9srP/9ssWRxBxFCIqhUGC4Jt7OJkWRz0Iqehup1/c= github.com/palantir/pkg/bytesbuffers v1.2.0 h1:MNcQa9oLySQ8921ULyW0lcvA+V6gBNK/K3o5K2bFh6A= diff --git a/vendor/modules.txt b/vendor/modules.txt index 459092bd..4441aa24 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -44,7 +44,7 @@ github.com/palantir/conjure-go-runtime/v2/conjure-go-contract/errors # github.com/palantir/go-metrics v1.1.1 ## explicit; go 1.13 github.com/palantir/go-metrics -# github.com/palantir/godel/v2 v2.94.0 +# github.com/palantir/godel/v2 v2.95.0 ## explicit; go 1.21 github.com/palantir/godel/v2/framework/artifactresolver github.com/palantir/godel/v2/framework/builtintasks/installupdate/layout