Skip to content

Commit

Permalink
[chore] [cmd/configschema] Update go-sqlite3 to latest version, per #…
Browse files Browse the repository at this point in the history
…19421 (open-telemetry#28680)

**Description:**
Update go-sqlite3 on cmd/configschema (same as #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 #11451

**Testing:**
Local tests of `cmd/configschema`.

**Documentation:**
N/A
  • Loading branch information
pjanotti committed Oct 31, 2023
1 parent 0e08a1c commit d2c2265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/configschema/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-ieproxy v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/microsoft/ApplicationInsights-Go v0.4.4 // indirect
github.com/miekg/dns v1.1.55 // indirect
Expand Down
4 changes: 2 additions & 2 deletions cmd/configschema/go.sum

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

0 comments on commit d2c2265

Please sign in to comment.