File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11module github.com/knadh/koanf/providers/nats
22
3- go 1.23 .0
3+ go 1.24 .0
44
55require (
6+ github.com/knadh/koanf/maps v0.1.1
67 github.com/knadh/koanf/v2 v2.0.0
78 github.com/nats-io/nats-server/v2 v2.10.27
89 github.com/nats-io/nats.go v1.41.1
@@ -12,7 +13,6 @@ require (
1213require (
1314 github.com/davecgh/go-spew v1.1.1 // indirect
1415 github.com/klauspost/compress v1.18.0 // indirect
15- github.com/knadh/koanf/maps v0.1.1 // indirect
1616 github.com/kr/pretty v0.2.1 // indirect
1717 github.com/kr/text v0.2.0 // indirect
1818 github.com/minio/highwayhash v1.0.3 // indirect
@@ -23,8 +23,8 @@ require (
2323 github.com/nats-io/nkeys v0.4.10 // indirect
2424 github.com/nats-io/nuid v1.0.1 // indirect
2525 github.com/pmezard/go-difflib v1.0.0 // indirect
26- golang.org/x/crypto v0.37 .0 // indirect
27- golang.org/x/sys v0.32 .0 // indirect
26+ golang.org/x/crypto v0.45 .0 // indirect
27+ golang.org/x/sys v0.38 .0 // indirect
2828 golang.org/x/time v0.10.0 // indirect
2929 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
3030 gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
3535github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
3636github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
3737github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
38- golang.org/x/crypto v0.37 .0 h1:kJNSjF/Xp7kU0iB2Z+9viTPMW4EqqsrywMXLJOOsXSE =
39- golang.org/x/crypto v0.37 .0 /go.mod h1:vg+k43peMZ0pUMhYmVAWysMK35e6ioLh3wB8ZCAfbVc =
38+ golang.org/x/crypto v0.45 .0 h1:jMBrvKuj23MTlT0bQEOBcAE0mjg8mK9RXFhRH6nyF3Q =
39+ golang.org/x/crypto v0.45 .0 /go.mod h1:XTGrrkGJve7CYK7J8PEww4aY7gM3qMCElcJQ8n8JdX4 =
4040golang.org/x/sys v0.21.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
41- golang.org/x/sys v0.32 .0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20 =
42- golang.org/x/sys v0.32 .0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
41+ golang.org/x/sys v0.38 .0 h1:3yZWxaJjBmCWXqhN1qh02AkOnCQ1poK6oF+a7xWL6Gc =
42+ golang.org/x/sys v0.38 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
4343golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4 =
4444golang.org/x/time v0.10.0 /go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM =
4545gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
You can’t perform that action at this time.
0 commit comments