From 3b34b017b6f22a6c6d29a2d7fe41562e21fb8f11 Mon Sep 17 00:00:00 2001 From: Neil Twigg Date: Wed, 24 Jul 2024 11:58:30 +0100 Subject: [PATCH] Revert to `go-tpm` 0.9.0 due to supported Go versions The 0.9.1 version of this dependency requires Go 1.22 whereas 0.9.0 requires Go 1.20. We'll bump this back up before the 2.11 release as Go 1.23 will be out by then, so we'll only need to support Go 1.22 and Go 1.23 from that point forward. Signed-off-by: Neil Twigg --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 177b95c4922..8be7b872ad8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/nats-io/nats-server/v2 go 1.21.0 require ( - github.com/google/go-tpm v0.9.1 + github.com/google/go-tpm v0.9.0 github.com/klauspost/compress v1.17.9 github.com/minio/highwayhash v1.0.3 github.com/nats-io/jwt/v2 v2.5.8 diff --git a/go.sum b/go.sum index de656ea4e14..bcf8d5b3e55 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/google/go-tpm v0.9.1 h1:0pGc4X//bAlmZzMKf8iz6IsDo1nYTbYJ6FZN/rg4zdM= -github.com/google/go-tpm v0.9.1/go.mod h1:h9jEsEECg7gtLis0upRBQU+GhYVH6jMjrFxI8u6bVUY= +github.com/google/go-tpm v0.9.0 h1:sQF6YqWMi+SCXpsmS3fd21oPy/vSddwZry4JnmltHVk= +github.com/google/go-tpm v0.9.0/go.mod h1:FkNVkc6C+IsvDI9Jw1OveJmxGZUUaKxtrpOS47QWKfU= github.com/klauspost/compress v1.17.9 h1:6KIumPrER1LHsvBVuDa0r5xaG0Es51mhhB9BQB2qeMA= github.com/klauspost/compress v1.17.9/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw= github.com/minio/highwayhash v1.0.3 h1:kbnuUMoHYyVl7szWjSxJnxw11k2U709jqFPPmIUyD6Q=