From d6790c724161188170b5f28b2443d2d44dce9a69 Mon Sep 17 00:00:00 2001 From: Radek Simko Date: Thu, 8 Dec 2022 12:54:22 +0000 Subject: [PATCH] builder: bump Go to 1.19 --- builder/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/go.mod b/builder/go.mod index 6f24bcd..a755e56 100644 --- a/builder/go.mod +++ b/builder/go.mod @@ -1,8 +1,9 @@ module github.com/hashicorp/syntax/builder -go 1.17 +go 1.19 require ( + github.com/hashicorp/go-multierror v1.0.0 github.com/mitchellh/cli v1.1.2 github.com/spf13/viper v1.10.1 ) @@ -17,7 +18,6 @@ require ( github.com/fsnotify/fsnotify v1.5.1 // indirect github.com/google/uuid v1.1.2 // indirect github.com/hashicorp/errwrap v1.0.0 // indirect - github.com/hashicorp/go-multierror v1.0.0 // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/huandu/xstrings v1.3.2 // indirect github.com/imdario/mergo v0.3.11 // indirect