Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/google/go-github/v68 v68.0.0
github.com/jstemmer/go-junit-report/v2 v2.1.0
github.com/kyoh86/richgo v0.3.12
github.com/launchdarkly/ld-find-code-refs/v2 v2.16.0
github.com/launchdarkly/ld-find-code-refs/v2 v2.17.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ github.com/launchdarkly/api-client-go/v17 v17.2.0 h1:5CJxDaL7ZgqALAcohNUMlV7hfXR
github.com/launchdarkly/api-client-go/v17 v17.2.0/go.mod h1:lMTmhEjepXfam8xm8b0ERBJbV9g8vdu9nbKueDXcB5o=
github.com/launchdarkly/json-patch v0.0.0-20180720210516-dd68d883319f h1:jfiPiz2hE/7mHv2NOS4cm07sSJCsKlbxmR7pzPhhvpU=
github.com/launchdarkly/json-patch v0.0.0-20180720210516-dd68d883319f/go.mod h1:CHbYdMs8UjvNnS2fatlQvi4UYnBTRYGxRHc/0kQupSQ=
github.com/launchdarkly/ld-find-code-refs/v2 v2.16.0 h1:i/uTgpZXWTFHDAdn1x1igNTWqlZrCqS0VfHswYTMKKg=
github.com/launchdarkly/ld-find-code-refs/v2 v2.16.0/go.mod h1:tQGcurYYXuQaJ93wrrLEVHU/FkDf/VAhfHErwM/J/lM=
github.com/launchdarkly/ld-find-code-refs/v2 v2.17.0 h1:ObTHfjYtlshO6lWL6NGlxTBWoMYlElZD3B0sRrR3cnU=
github.com/launchdarkly/ld-find-code-refs/v2 v2.17.0/go.mod h1:tQGcurYYXuQaJ93wrrLEVHU/FkDf/VAhfHErwM/J/lM=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
github.com/mattn/go-colorable v0.1.13/go.mod h1:7S9/ev0klgBDR4GtXTXX8a3vIGJpMovkB8vQcUbaXHg=
github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/yFXSvRLM=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ github.com/launchdarkly/api-client-go/v17
# github.com/launchdarkly/json-patch v0.0.0-20180720210516-dd68d883319f
## explicit
github.com/launchdarkly/json-patch
# github.com/launchdarkly/ld-find-code-refs/v2 v2.16.0
# github.com/launchdarkly/ld-find-code-refs/v2 v2.17.0
## explicit; go 1.25.0
github.com/launchdarkly/ld-find-code-refs/v2/aliases
github.com/launchdarkly/ld-find-code-refs/v2/flags
Expand Down
Loading