File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
package config
2
2
3
3
import (
4
- "github.com/caarlos0/env/v9 "
4
+ "github.com/caarlos0/env/v10 "
5
5
"github.com/charmbracelet/log"
6
6
)
7
7
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.21.1
4
4
5
5
require (
6
6
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
8
8
github.com/caarlos0/go-solarman v0.1.1
9
9
github.com/charmbracelet/log v0.2.5
10
10
github.com/prometheus/client_golang v1.17.0
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ github.com/aymanbagabas/go-osc52/v2 v2.0.1 h1:HwpRHbFMcZLEVr42D4p7XBqjyuxQH5SMiE
8
8
github.com/aymanbagabas/go-osc52/v2 v2.0.1 /go.mod h1:uYgXzlJ7ZpABp8OJ+exZzJJhRNQ2ASbcXHWsFqH8hp8 =
9
9
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM =
10
10
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 =
13
13
github.com/caarlos0/go-solarman v0.1.1 h1:RwB9D2Dwgm3RTvs0/2AMKBGnko6ZdY4HNNXWQo4NrSU =
14
14
github.com/caarlos0/go-solarman v0.1.1 /go.mod h1:zbyVERkAezk66j2Xk1a72Mq9gMUxNiEyHu2L5NUxZYs =
15
15
github.com/cespare/xxhash/v2 v2.2.0 h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44 =
You can’t perform that action at this time.
0 commit comments