Skip to content

Commit 1028f83

Browse files
chore(deps): bump github.com/obalunenko/getenv from 1.0.0 to 1.1.0 (#230)
Bumps [github.com/obalunenko/getenv](https://github.com/obalunenko/getenv) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/obalunenko/getenv/releases) - [Changelog](https://github.com/obalunenko/getenv/blob/master/.goreleaser.yml) - [Commits](obalunenko/getenv@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: github.com/obalunenko/getenv dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 42e1765 commit 1028f83

File tree

9 files changed

+136
-117
lines changed

9 files changed

+136
-117
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
require (
66
github.com/briandowns/spinner v1.19.0
77
github.com/manifoldco/promptui v0.9.0
8-
github.com/obalunenko/getenv v1.0.0
8+
github.com/obalunenko/getenv v1.1.0
99
github.com/obalunenko/logger v0.5.1
1010
github.com/obalunenko/version v1.1.0
1111
github.com/stretchr/testify v1.8.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ github.com/mattn/go-colorable v0.1.2 h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx
2525
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
2626
github.com/mattn/go-isatty v0.0.8 h1:HLtExJ+uU2HOZ+wI0Tt5DtUDrx8yhUqDcp7fYERX4CE=
2727
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
28-
github.com/obalunenko/getenv v1.0.0 h1:zYaUeRalCYXs2Jlk6eaz+MedWgA0L5VQTcAC5mDhFvU=
29-
github.com/obalunenko/getenv v1.0.0/go.mod h1:xXXx25+fQ7SGRkrLwTqCfZ96XAJQGtGZb16j3Qd0Ues=
28+
github.com/obalunenko/getenv v1.1.0 h1:vdaHNGjM0eahS+pXbld6enRNA74HEg+eYyiqgXja5GQ=
29+
github.com/obalunenko/getenv v1.1.0/go.mod h1:rQSU30CHN52CamPdfTjUF4dk0oaoTo03kjxw2Yx3s2Y=
3030
github.com/obalunenko/logger v0.5.1 h1:49DIEwy4sBvRzM/OtD/m7zITi5L3S5DtSYZ/WoUrnno=
3131
github.com/obalunenko/logger v0.5.1/go.mod h1:/GnmNcmEV7tAL9StHrs3nDkXAK+TEvChoNY+YYRZww4=
3232
github.com/obalunenko/version v1.1.0 h1:yVua7OHnK3+MJpendeMmAlfzVmq7R1h8MO3Ufz7HEec=

vendor/github.com/obalunenko/getenv/.gitignore

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/obalunenko/getenv/.golangci.pipe.yml

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/obalunenko/getenv/.golangci.yml

Lines changed: 22 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/obalunenko/getenv/Makefile

Lines changed: 78 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/obalunenko/getenv/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/obalunenko/getenv/sonar-project.properties

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ github.com/mattn/go-colorable
3333
# github.com/mattn/go-isatty v0.0.8
3434
## explicit
3535
github.com/mattn/go-isatty
36-
# github.com/obalunenko/getenv v1.0.0
37-
## explicit; go 1.17
36+
# github.com/obalunenko/getenv v1.1.0
37+
## explicit; go 1.19
3838
github.com/obalunenko/getenv
3939
# github.com/obalunenko/logger v0.5.1
4040
## explicit; go 1.18

0 commit comments

Comments
 (0)