Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 12 additions & 19 deletions updater/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
module github.com/flatcar/nebraska/updater

go 1.24.0

toolchain go1.24.4
go 1.25.0

require (
github.com/flatcar/go-omaha v0.0.2-0.20250627105643-c9009b394616
github.com/flatcar/nebraska/backend v0.0.0-20250723094736-20104520aedc
github.com/flatcar/go-omaha v0.0.2-0.20251014063321-4998849bd39c
github.com/flatcar/nebraska/backend v0.0.0-20260707064220-47f2cf44e653
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.11.1
gopkg.in/guregu/null.v4 v4.0.0
Expand All @@ -17,24 +15,19 @@ require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/doug-martin/goqu/v9 v9.19.0 // indirect
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.14.3 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.3.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
github.com/jackc/pgtype v1.14.0 // indirect
github.com/jackc/pgx/v4 v4.18.3 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/pgx/v5 v5.9.2 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/jmoiron/sqlx v1.4.0 // indirect
github.com/lib/pq v1.10.9 // indirect
github.com/lib/pq v1.12.3 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rs/zerolog v1.34.0 // indirect
github.com/rubenv/sql-migrate v1.8.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sync v0.18.0 // indirect
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
github.com/rs/zerolog v1.35.1 // indirect
github.com/rubenv/sql-migrate v1.8.1 // indirect
golang.org/x/sync v0.20.0 // indirect
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading
Loading