Skip to content

Commit 445e353

Browse files
⬆️ Bump github.com/hellflame/argparse from 1.3.1 to 1.12.0
Bumps [github.com/hellflame/argparse](https://github.com/hellflame/argparse) from 1.3.1 to 1.12.0. - [Release notes](https://github.com/hellflame/argparse/releases) - [Commits](hellflame/argparse@v1.3.1...v1.12.0) --- updated-dependencies: - dependency-name: github.com/hellflame/argparse dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97cf5da commit 445e353

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.23
44

55
require (
66
github.com/BurntSushi/toml v1.4.0
7-
github.com/hellflame/argparse v1.3.1
7+
github.com/hellflame/argparse v1.12.0
88
github.com/joho/godotenv v1.5.1
99
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
1010
gopkg.in/yaml.v2 v2.4.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8
1010
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
1111
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
1212
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
13-
github.com/hellflame/argparse v1.3.1 h1:srG7sUg2WoXc+YXuE5k/EZh14nrIP5/ORx0AVM5eeIg=
14-
github.com/hellflame/argparse v1.3.1/go.mod h1:nOtOQAtkWh6u5msq6huJxZtjb+Yg9VeN0e7vRuBS49E=
13+
github.com/hellflame/argparse v1.12.0 h1:npwhdFxX5UWSg4tOZCgLPJ7W5tnCvhUyibp2JOReKzM=
14+
github.com/hellflame/argparse v1.12.0/go.mod h1:nOtOQAtkWh6u5msq6huJxZtjb+Yg9VeN0e7vRuBS49E=
1515
github.com/huandu/xstrings v1.3.2 h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw=
1616
github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE=
1717
github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU=

0 commit comments

Comments
 (0)