From 78964aca2ee1b83885535bf2edb4b1082f841908 Mon Sep 17 00:00:00 2001 From: David Simansky Date: Tue, 12 Mar 2024 14:14:44 +0100 Subject: [PATCH] Fix license generator --- third_party/VENDOR-LICENSE/github.com/hashicorp/hcl/go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/third_party/VENDOR-LICENSE/github.com/hashicorp/hcl/go.mod b/third_party/VENDOR-LICENSE/github.com/hashicorp/hcl/go.mod index f5ecf143a..4debbbe35 100644 --- a/third_party/VENDOR-LICENSE/github.com/hashicorp/hcl/go.mod +++ b/third_party/VENDOR-LICENSE/github.com/hashicorp/hcl/go.mod @@ -1,5 +1,3 @@ module github.com/hashicorp/hcl -go 1.22.0 - require github.com/davecgh/go-spew v1.1.1