Update go.mod

This commit is contained in:
Mariano Uvalle 2024-01-24 15:28:08 -08:00 committed by GitHub
parent f46461c886
commit 8a56431b8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.21
require ( require (
github.com/gorilla/mux v1.8.0 github.com/gorilla/mux v1.8.0
github.com/mattn/go-isatty v0.0.20 github.com/mattn/go-isatty v0.0.20
github.com/mattn/go-sqlite3 v1.14.18 github.com/mattn/go-sqlite3 v1.14.19
github.com/oklog/ulid/v2 v2.1.0 github.com/oklog/ulid/v2 v2.1.0
github.com/spf13/cobra v1.8.0 github.com/spf13/cobra v1.8.0
golang.org/x/crypto v0.14.0 golang.org/x/crypto v0.14.0