Skip to content

Commit bb2a564

Browse files
go.mod: go-sqlite3 is a direct dependency, drop // indirect
1 parent c0a9bc5 commit bb2a564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module fogping
22

33
go 1.22.2
44

5-
require github.com/mattn/go-sqlite3 v1.14.48 // indirect
5+
require github.com/mattn/go-sqlite3 v1.14.48

0 commit comments

Comments
 (0)