Skip to content

Commit 3a13c14

Browse files
committed
feat: go 1.21 -> go 1.24
Also update flake dependencies
1 parent 0f44c16 commit 3a13c14

File tree

15 files changed

+1281
-750
lines changed

15 files changed

+1281
-750
lines changed

flake.lock

Lines changed: 70 additions & 739 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module github.com/acaloiaro/ess
22

3-
go 1.21
3+
go 1.24
44

5-
replace github.com/hashicorp/go-envparse v0.1.0 => github.com/acaloiaro/go-envparse v0.3.0
6-
7-
require github.com/hashicorp/go-envparse v0.1.0
5+
require github.com/acaloiaro/go-envparse v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/acaloiaro/go-envparse v0.3.0 h1:TGHMQ6VK8ABhqalxaRTU2gj75dCDorQq6YTxGVI5X+4=
2-
github.com/acaloiaro/go-envparse v0.3.0/go.mod h1:OHheN1GoygLlAkTlXLXvAdnXdZxy8JUweQ1rAXx1xnc=
1+
github.com/acaloiaro/go-envparse v0.5.0 h1:95eVI3jHOvzgMAZCOJ7Q2gLe2bHAD3ymoAqmOuBkKUo=
2+
github.com/acaloiaro/go-envparse v0.5.0/go.mod h1:X5ITubhnuE9s+hj1eDuOXTniHEClvAm87hvxfF6mShw=

gomod2nix.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
schema = 3
22

33
[mod]
4-
[mod."github.com/hashicorp/go-envparse"]
5-
version = "v0.3.0"
6-
hash = "sha256-pbffSgC8BDtvkQAyI6ILkrMleI8m2JtedV0PL64Ok3I="
7-
replaced = "github.com/acaloiaro/go-envparse"
4+
[mod."github.com/acaloiaro/go-envparse"]
5+
version = "v0.5.0"
6+
hash = "sha256-ptmJ08G0/rn1yCsDxT5fvkTpMZ1KJRCiOp7pHhdR9dE="

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"strings"
1616
"text/template"
1717

18-
"github.com/hashicorp/go-envparse"
18+
"github.com/acaloiaro/go-envparse"
1919
)
2020

2121
const VERSION = "2.14.1"

vendor/github.com/acaloiaro/go-envparse/.envrc

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/acaloiaro/go-envparse/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/acaloiaro/go-envparse/.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)