Skip to content

Commit 0758ac0

Browse files
pjanottijmsnll
authored andcommitted
[chore] [cmd/configschema] Update go-sqlite3 to latest version, per open-telemetry#19421 (open-telemetry#28680)
**Description:** Update go-sqlite3 on cmd/configschema (same as open-telemetry#19421) to start re-enabling tests currently being skipped on Windows, see open-telemetry#28679. **Link to tracking Issue:** First part of open-telemetry#28679 Related to open-telemetry#11451 **Testing:** Local tests of `cmd/configschema`. **Documentation:** N/A
1 parent 62490a9 commit 0758ac0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ require (
442442
github.com/mattn/go-colorable v0.1.13 // indirect
443443
github.com/mattn/go-ieproxy v0.0.9 // indirect
444444
github.com/mattn/go-isatty v0.0.19 // indirect
445-
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
445+
github.com/mattn/go-sqlite3 v1.14.17 // indirect
446446
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
447447
github.com/microsoft/ApplicationInsights-Go v0.4.4 // indirect
448448
github.com/miekg/dns v1.1.55 // indirect

cmd/configschema/go.sum

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

0 commit comments

Comments
 (0)