Skip to content

Commit 0061e28

Browse files
dependabot[bot]khakers
authored andcommitted
Bump github.com/cristalhq/aconfig from 0.18.5 to 0.18.6
Bumps [github.com/cristalhq/aconfig](https://github.com/cristalhq/aconfig) from 0.18.5 to 0.18.6. - [Release notes](https://github.com/cristalhq/aconfig/releases) - [Commits](cristalhq/aconfig@v0.18.5...v0.18.6) --- updated-dependencies: - dependency-name: github.com/cristalhq/aconfig dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3b4a001 commit 0061e28

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: go.mod

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
toolchain go1.21.4
66

77
require (
8-
github.com/cristalhq/aconfig v0.18.5
8+
github.com/cristalhq/aconfig v0.18.6
99
github.com/ggerganov/whisper.cpp/bindings/go v0.0.0-20240105151127-0b9af32a8b3f
1010
github.com/go-audio/wav v1.1.0
1111
github.com/kalafut/imohash v1.1.0
@@ -19,6 +19,7 @@ require (
1919
github.com/go-audio/audio v1.0.0 // indirect
2020
github.com/go-audio/riff v1.0.0 // indirect
2121
github.com/jmespath/go-jmespath v0.4.0 // indirect
22+
github.com/mitchellh/mapstructure v1.5.0 // indirect
2223
github.com/twmb/murmur3 v1.1.6 // indirect
2324
github.com/u2takey/go-utils v0.3.1 // indirect
2425
golang.org/x/net v0.19.0 // indirect

Diff for: go.sum

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
github.com/aws/aws-sdk-go v1.38.20/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
22
github.com/aws/aws-sdk-go v1.44.214 h1:YzDuC+9UtrAOUkItlK7l3BvKI9o6qAog9X8i289HORc=
33
github.com/aws/aws-sdk-go v1.44.214/go.mod h1:aVsgQcEevwlmQ7qHE9I3h+dtQgpqhFB+i8Phjh7fkwI=
4-
github.com/cristalhq/aconfig v0.18.5 h1:QqXH/Gy2c4QUQJTV2BN8UAuL/rqZ3IwhvxeC8OgzquA=
5-
github.com/cristalhq/aconfig v0.18.5/go.mod h1:NXaRp+1e6bkO4dJn+wZ71xyaihMDYPtCSvEhMTm/H3E=
4+
github.com/cristalhq/aconfig v0.18.6 h1:8KRBznzdjUUiaa7HeIpYbMx1uPE1/xOBEU1ajsnmNME=
5+
github.com/cristalhq/aconfig v0.18.6/go.mod h1:9ogrGEt9yU5V4pif/ThkVUfhj8JkdV+iDeahZGgfnDU=
66
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -30,6 +30,8 @@ github.com/kalafut/imohash v1.1.0 h1:Lldcmx0SXgMSoABB2WBD8mTgf0OlVnISn2Dyrfg2Ep8
3030
github.com/kalafut/imohash v1.1.0/go.mod h1:6cn9lU0Sj8M4eu9UaQm1kR/5y3k/ayB68yntRhGloL4=
3131
github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
3232
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
33+
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
34+
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
3335
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
3436
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
3537
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=

0 commit comments

Comments
 (0)