diff --git a/go.mod b/go.mod index d8dfe01..c571ff1 100644 --- a/go.mod +++ b/go.mod @@ -11,16 +11,17 @@ require ( github.com/google/uuid v1.6.0 github.com/gorilla/websocket v1.5.3 github.com/joho/godotenv v1.5.1 + github.com/mattn/go-sqlite3 v1.14.32 github.com/oklog/ulid/v2 v2.1.1 github.com/prometheus/client_golang v1.23.2 github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529 github.com/rs/zerolog v1.34.0 github.com/shirou/gopsutil/v4 v4.25.9 github.com/spf13/cobra v1.9.1 - golang.org/x/crypto v0.42.0 + golang.org/x/crypto v0.45.0 golang.org/x/oauth2 v0.31.0 - golang.org/x/sys v0.36.0 - golang.org/x/term v0.35.0 + golang.org/x/sys v0.38.0 + golang.org/x/term v0.37.0 golang.org/x/time v0.13.0 gopkg.in/yaml.v3 v3.0.1 ) @@ -46,7 +47,6 @@ require ( github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect github.com/mattn/go-colorable v0.1.14 // indirect github.com/mattn/go-isatty v0.0.20 // indirect - github.com/mattn/go-sqlite3 v1.14.32 // indirect github.com/moby/docker-image-spec v1.3.1 // indirect github.com/moby/sys/atomicwriter v0.1.0 // indirect github.com/moby/term v0.5.2 // indirect diff --git a/go.sum b/go.sum index 73a8a00..8d0e81a 100644 Binary files a/go.sum and b/go.sum differ