From 35942c3cc102655fce68cf944bbe9ca0b746b66d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 12:10:34 +0000 Subject: [PATCH] Update dependency go to v1.23.4 --- go.mod | 5 ++--- go.sum | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index c27a575..a85f842 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/metal-toolbox/bomservice go 1.23 -toolchain go1.23.1 +toolchain go1.23.4 require ( github.com/banzaicloud/logrus-runtime-formatter v0.0.0-20190729070250-5ae5475bae5e @@ -13,7 +13,6 @@ require ( github.com/hashicorp/go-retryablehttp v0.7.7 github.com/metal-toolbox/fleetdb v1.20.1 github.com/metal-toolbox/rivets v1.3.10 - github.com/metal-toolbox/rivets/v2 v2.0.0 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.20.5 github.com/sirupsen/logrus v1.9.3 @@ -21,7 +20,6 @@ require ( github.com/spf13/viper v1.19.0 github.com/stretchr/testify v1.10.0 github.com/tealeg/xlsx v1.0.5 - github.com/tealeg/xlsx/v3 v3.3.11 golang.org/x/oauth2 v0.25.0 ) @@ -74,6 +72,7 @@ require ( github.com/magiconair/properties v1.8.7 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/metal-toolbox/bmc-common v1.0.2 // indirect + github.com/metal-toolbox/rivets/v2 v2.0.0 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect diff --git a/go.sum b/go.sum index 8cfadb3..00e2983 100644 --- a/go.sum +++ b/go.sum @@ -685,7 +685,6 @@ github.com/subosito/gotenv v1.6.0 h1:9NlTDc1FTs4qu0DDq7AEtTPNw6SVm7uBMsUCUjABIf8 github.com/subosito/gotenv v1.6.0/go.mod h1:Dk4QP5c2W3ibzajGcXpNraDfq2IrhjMIvMSWPKKo0FU= github.com/tealeg/xlsx v1.0.5 h1:+f8oFmvY8Gw1iUXzPk+kz+4GpbDZPK1FhPiQRd+ypgE= github.com/tealeg/xlsx v1.0.5/go.mod h1:btRS8dz54TDnvKNosuAqxrM1QgN1udgk9O34bDCnORM= -github.com/tealeg/xlsx/v3 v3.3.11/go.mod h1:KV4FTFtvGy0TBlOivJLZu/YNZk6e0Qtk7eOSglWksuA= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/twitchyliquid64/golang-asm v0.15.1 h1:SU5vSMR7hnwNxj24w34ZyCi/FmDZTkS4MhqMhdFk5YI= github.com/twitchyliquid64/golang-asm v0.15.1/go.mod h1:a1lVb/DtPvCB8fslRZhAngC2+aY1QWCk3Cedj/Gdt08=