Imported
This commit is contained in:
3
go.mod
3
go.mod
@@ -5,12 +5,13 @@ go 1.24.0
|
||||
toolchain go1.24.10
|
||||
|
||||
require (
|
||||
github.com/alitto/pond v1.9.2
|
||||
github.com/jpillora/go-tld v1.2.1
|
||||
github.com/matryer/is v1.4.1
|
||||
modernc.org/sqlite v1.40.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/alitto/pond v1.9.2 // indirect
|
||||
github.com/dustin/go-humanize v1.0.1 // indirect
|
||||
github.com/google/uuid v1.6.0 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
|
||||
Reference in New Issue
Block a user