File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ module github.com/knadh/koanf/providers/kiln
2
2
3
3
go 1.23.0
4
4
5
- require github.com/thunderbottom/kiln v1.0.2
5
+ require github.com/thunderbottom/kiln v1.0.3
6
6
7
7
require (
8
8
filippo.io/age v1.2.1 // indirect
9
9
filippo.io/edwards25519 v1.1.0 // indirect
10
10
github.com/BurntSushi/toml v1.5.0 // indirect
11
11
github.com/alecthomas/kong v1.12.0 // indirect
12
12
github.com/joho/godotenv v1.5.1 // indirect
13
- golang.org/x/crypto v0.32 .0 // indirect
14
- golang.org/x/sys v0.29 .0 // indirect
15
- golang.org/x/term v0.28 .0 // indirect
13
+ golang.org/x/crypto v0.40 .0 // indirect
14
+ golang.org/x/sys v0.34 .0 // indirect
15
+ golang.org/x/term v0.33 .0 // indirect
16
16
)
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUq
16
16
github.com/hexops/gotextdiff v1.0.3 /go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg =
17
17
github.com/joho/godotenv v1.5.1 h1:7eLL/+HRGLY0ldzfGMeQkb7vMd0as4CfYvUVzLqw0N0 =
18
18
github.com/joho/godotenv v1.5.1 /go.mod h1:f4LDr5Voq0i2e/R5DDNOoa2zzDfwtkZa6DnEwAbqwq4 =
19
- github.com/thunderbottom/kiln v1.0.2 h1:kHp2r5U0dRN7RzsQJ7148eks3T1ytOG3I+VMweSpwXk =
20
- github.com/thunderbottom/kiln v1.0.2 /go.mod h1:cMDcDKRBZ1Q3htwiM8DdK6uAgWLBG06mYkWWsO3+5vo =
21
- golang.org/x/crypto v0.32 .0 h1:euUpcYgM8WcP71gNpTqQCn6rC2t6ULUPiOzfWaXVVfc =
22
- golang.org/x/crypto v0.32 .0 /go.mod h1:ZnnJkOaASj8g0AjIduWNlq2NRxL0PlBrbKVyZ6V/Ugc =
23
- golang.org/x/sys v0.29 .0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
24
- golang.org/x/sys v0.29 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
25
- golang.org/x/term v0.28 .0 h1:/Ts8HFuMR2E6IP/jlo7QVLZHggjKQbhu/7H0LJFr3Gg =
26
- golang.org/x/term v0.28 .0 /go.mod h1:Sw/lC2IAUZ92udQNf3WodGtn4k/XoLyZoh8v/8uiwek =
19
+ github.com/thunderbottom/kiln v1.0.3 h1:egKkgntec5ynshBXk/JjltSxuYXYWZ0+GUADkqYs2PU =
20
+ github.com/thunderbottom/kiln v1.0.3 /go.mod h1:Q+/cpMK3/gw56HatFxOD7JfDAIjm1Znp7z3HDh0TMpo =
21
+ golang.org/x/crypto v0.40 .0 h1:r4x+VvoG5Fm+eJcxMaY8CQM7Lb0l1lsmjGBQ6s8BfKM =
22
+ golang.org/x/crypto v0.40 .0 /go.mod h1:Qr1vMER5WyS2dfPHAlsOj01wgLbsyWtFn/aY+5+ZdxY =
23
+ golang.org/x/sys v0.34 .0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA =
24
+ golang.org/x/sys v0.34 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
25
+ golang.org/x/term v0.33 .0 h1:NuFncQrRcaRvVmgRkvM3j/F00gWIAlcmlB8ACEKmGIg =
26
+ golang.org/x/term v0.33 .0 /go.mod h1:s18+ql9tYWp1IfpV9DmCtQDDSRBUjKaw9M1eAv5UeF0 =
You can’t perform that action at this time.
0 commit comments