From 161aa4a59c5b26da40eb13db1ac5014bc0599804 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 18 Dec 2023 22:49:29 +0000 Subject: [PATCH] fix(deps): update module github.com/spf13/viper to v1.18.2 --- go.mod | 6 +++--- go.sum | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a3ff27f..a60aa04 100644 --- a/go.mod +++ b/go.mod @@ -3,18 +3,18 @@ module github.com/jhlmco/blip go 1.21.3 require ( + github.com/CycloneDX/cyclonedx-go v0.7.2 + github.com/Masterminds/semver v1.5.0 github.com/charmbracelet/bubbles v0.16.1 github.com/charmbracelet/bubbletea v0.24.2 github.com/charmbracelet/lipgloss v0.9.1 github.com/spf13/cobra v1.8.0 - github.com/spf13/viper v1.18.1 + github.com/spf13/viper v1.18.2 github.com/xeipuuv/gojsonschema v1.2.0 golang.org/x/net v0.19.0 ) require ( - github.com/CycloneDX/cyclonedx-go v0.7.2 // indirect - github.com/Masterminds/semver v1.5.0 // indirect github.com/anchore/go-struct-converter v0.0.0-20230627203149-c72ef8859ca9 // indirect github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect github.com/bom-squad/protobom v0.2.0 // indirect diff --git a/go.sum b/go.sum index d82ac31..ae121f4 100644 --- a/go.sum +++ b/go.sum @@ -97,6 +97,8 @@ github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.18.1 h1:rmuU42rScKWlhhJDyXZRKJQHXFX02chSVW1IvkPGiVM= github.com/spf13/viper v1.18.1/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk= +github.com/spf13/viper v1.18.2 h1:LUXCnvUvSM6FXAsj6nnfc8Q2tp1dIgUfY9Kc8GsSOiQ= +github.com/spf13/viper v1.18.2/go.mod h1:EKmWIqdnk5lOcmR72yw6hS+8OPYcwD0jteitLMVB+yk= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw= github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=