Skip to content

Commit 75f3c61

Browse files
committed
feat: update env
1 parent df6186c commit 75f3c61

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package config
22

33
import (
4-
"github.com/caarlos0/env/v9"
4+
"github.com/caarlos0/env/v10"
55
"github.com/charmbracelet/log"
66
)
77

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21.1
44

55
require (
66
github.com/alecthomas/kingpin v2.2.6+incompatible
7-
github.com/caarlos0/env/v9 v9.0.0
7+
github.com/caarlos0/env/v10 v10.0.0
88
github.com/caarlos0/go-solarman v0.1.1
99
github.com/charmbracelet/log v0.2.5
1010
github.com/prometheus/client_golang v1.17.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiE
88
github.com/aymanbagabas/go-osc52/v2 v2.0.1/go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8=
99
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=
1010
github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw=
11-
github.com/caarlos0/env/v9 v9.0.0 h1:SI6JNsOA+y5gj9njpgybykATIylrRMklbs5ch6wO6pc=
12-
github.com/caarlos0/env/v9 v9.0.0/go.mod h1:ye5mlCVMYh6tZ+vCgrs/B95sj88cg5Tlnc0XIzgZ020=
11+
github.com/caarlos0/env/v10 v10.0.0 h1:yIHUBZGsyqCnpTkbjk8asUlx6RFhhEs+h7TOBdgdzXA=
12+
github.com/caarlos0/env/v10 v10.0.0/go.mod h1:ZfulV76NvVPw3tm591U4SwL3Xx9ldzBP9aGxzeN7G18=
1313
github.com/caarlos0/go-solarman v0.1.1 h1:RwB9D2Dwgm3RTvs0/2AMKBGnko6ZdY4HNNXWQo4NrSU=
1414
github.com/caarlos0/go-solarman v0.1.1/go.mod h1:zbyVERkAezk66j2Xk1a72Mq9gMUxNiEyHu2L5NUxZYs=
1515
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=

0 commit comments

Comments
 (0)