File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
9
9
github.com/MakeNowJust/heredoc v1.0.0
10
10
github.com/Masterminds/sprig/v3 v3.3.0
11
11
github.com/Shopify/ejson v1.5.2
12
- github.com/adberger /spruce v0.0.7
12
+ github.com/bedag /spruce v1.32.1
13
13
github.com/geofffranks/simpleyaml v0.0.0-20161109204137-c9320f076de5
14
14
github.com/rs/zerolog v1.33.0
15
15
github.com/spf13/cobra v1.8.0
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ github.com/Masterminds/sprig/v3 v3.3.0 h1:mQh0Yrg1XPo6vjYXgtf5OtijNAKJRNcTdOOGZe
55
55
github.com/Masterminds/sprig/v3 v3.3.0 /go.mod h1:Zy1iXRYNqNLUolqCpL4uhk6SHUMAOSCzdgBfDb35Lz0 =
56
56
github.com/Shopify/ejson v1.5.2 h1:sXUlmNd5MFHfxIvchQqkbksYmKmHb05coSYhMpWpUNs =
57
57
github.com/Shopify/ejson v1.5.2 /go.mod h1:bVvQ3MaBCfMOkIp1rWZcot3TruYXCc7qUUbI1tjs/YM =
58
- github.com/adberger/spruce v0.0.7 h1:+JJgMhPpQc+gZz4X16tD54PPoO2HoUUmOQsAzU0L1gs =
59
- github.com/adberger/spruce v0.0.7 /go.mod h1:DBnNLJ0E4s1sPUzQR54/rniIx7MshmluK7jxdqZp+HU =
60
58
github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU =
61
59
github.com/aws/aws-sdk-go v1.55.5 /go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU =
60
+ github.com/bedag/spruce v1.32.1 h1:P6nNlO3KLaKF2jYZjcQloosBrDGIdM7sFp3dl5HuSPA =
61
+ github.com/bedag/spruce v1.32.1 /go.mod h1:IxLZT2HclI9Qqh1D63RXsZN3ctHMS8NxeqRCo3ppygE =
62
62
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM =
63
63
github.com/blang/semver/v4 v4.0.0 /go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ =
64
64
github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package wrapper
3
3
import (
4
4
"fmt"
5
5
6
- "github.com/adberger /spruce"
6
+ "github.com/bedag /spruce"
7
7
)
8
8
9
9
// Run Spruce Eval and return evaluator
Original file line number Diff line number Diff line change 8
8
"regexp"
9
9
"text/template"
10
10
11
- "github.com/adberger /spruce"
11
+ "github.com/bedag /spruce"
12
12
decrypt "github.com/bedag/subst/internal/decryptors"
13
13
"github.com/bedag/subst/internal/utils"
14
14
"github.com/bedag/subst/internal/wrapper"
You can’t perform that action at this time.
0 commit comments