Skip to content

Commit 86db6f0

Browse files
cpleeCasey Leecsilvers
authored
chore: upgrade alexflint/go-arg (#375)
Upgrade version of alexflint/go-arg from 1.4.2 to 1.5.1 to avoid an issue installing `genqlcient`: ``` ./../../go/pkg/mod/github.com/alexflint/[email protected]/parse.go:13:2: github.com/alexflint/[email protected]: verifying module: checksum mismatch ``` I have: - [x] Written a clear PR title and description (above) - [x] Signed the [Khan Academy CLA](https://www.khanacademy.org/r/cla) - [x] Added tests covering my changes, if applicable - [x] Included a link to the issue fixed, if applicable - [x] Included documentation, for new features - [x] Added an entry to the changelog --------- Co-authored-by: Casey Lee <[email protected]> Co-authored-by: Craig Silverstein <[email protected]>
1 parent 3a0d213 commit 86db6f0

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ When releasing a new version:
2727
### Bug fixes:
2828

2929
- fixed documentation link in `introduction.md`
30+
- upgraded version of alexflint/go-arg from 1.4.2 to 1.5.1
3031

3132
## v0.8.0
3233

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.23.3
66

77
require (
88
github.com/99designs/gqlgen v0.17.57
9-
github.com/alexflint/go-arg v1.4.2
9+
github.com/alexflint/go-arg v1.5.1
1010
github.com/bmatcuk/doublestar/v4 v4.6.1
1111
github.com/bradleyjkemp/cupaloy/v2 v2.6.0
1212
github.com/google/uuid v1.6.0
@@ -19,7 +19,7 @@ require (
1919

2020
require (
2121
github.com/agnivade/levenshtein v1.1.1 // indirect
22-
github.com/alexflint/go-scalar v1.0.0 // indirect
22+
github.com/alexflint/go-scalar v1.2.0 // indirect
2323
github.com/davecgh/go-spew v1.1.1 // indirect
2424
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
2525
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect

go.sum

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

0 commit comments

Comments
 (0)