Skip to content

Commit

Permalink
chore: use spruce from bedag organization
Browse files Browse the repository at this point in the history
  • Loading branch information
adberger committed Nov 11, 2024
1 parent d7429d0 commit 5812f8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/MakeNowJust/heredoc v1.0.0
github.com/Masterminds/sprig/v3 v3.3.0
github.com/Shopify/ejson v1.5.2
github.com/adberger/spruce v0.0.7
github.com/bedag/spruce v1.32.1
github.com/geofffranks/simpleyaml v0.0.0-20161109204137-c9320f076de5
github.com/rs/zerolog v1.33.0
github.com/spf13/cobra v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ github.com/Masterminds/sprig/v3 v3.3.0 h1:mQh0Yrg1XPo6vjYXgtf5OtijNAKJRNcTdOOGZe
github.com/Masterminds/sprig/v3 v3.3.0/go.mod h1:Zy1iXRYNqNLUolqCpL4uhk6SHUMAOSCzdgBfDb35Lz0=
github.com/Shopify/ejson v1.5.2 h1:sXUlmNd5MFHfxIvchQqkbksYmKmHb05coSYhMpWpUNs=
github.com/Shopify/ejson v1.5.2/go.mod h1:bVvQ3MaBCfMOkIp1rWZcot3TruYXCc7qUUbI1tjs/YM=
github.com/adberger/spruce v0.0.7 h1:+JJgMhPpQc+gZz4X16tD54PPoO2HoUUmOQsAzU0L1gs=
github.com/adberger/spruce v0.0.7/go.mod h1:DBnNLJ0E4s1sPUzQR54/rniIx7MshmluK7jxdqZp+HU=
github.com/aws/aws-sdk-go v1.55.5 h1:KKUZBfBoyqy5d3swXyiC7Q76ic40rYcbqH7qjh59kzU=
github.com/aws/aws-sdk-go v1.55.5/go.mod h1:eRwEWoyTWFMVYVQzKMNHWP5/RV4xIUGMQfXQHfHkpNU=
github.com/bedag/spruce v1.32.1 h1:P6nNlO3KLaKF2jYZjcQloosBrDGIdM7sFp3dl5HuSPA=
github.com/bedag/spruce v1.32.1/go.mod h1:IxLZT2HclI9Qqh1D63RXsZN3ctHMS8NxeqRCo3ppygE=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
Expand Down
2 changes: 1 addition & 1 deletion internal/wrapper/spruce.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package wrapper
import (
"fmt"

"github.com/adberger/spruce"
"github.com/bedag/spruce"
)

// Run Spruce Eval and return evaluator
Expand Down
2 changes: 1 addition & 1 deletion pkg/subst/substitutions.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"regexp"
"text/template"

"github.com/adberger/spruce"
"github.com/bedag/spruce"
decrypt "github.com/bedag/subst/internal/decryptors"
"github.com/bedag/subst/internal/utils"
"github.com/bedag/subst/internal/wrapper"
Expand Down

0 comments on commit 5812f8c

Please sign in to comment.