-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drop forward for the metal-case (#101)
- Loading branch information
Showing
27 changed files
with
345 additions
and
358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,39 @@ | ||
module github.com/metal-stack/metal-networker | ||
|
||
go 1.20 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/coreos/go-systemd/v22 v22.5.0 | ||
github.com/google/go-cmp v0.5.9 | ||
github.com/metal-stack/metal-go v0.22.3 | ||
github.com/metal-stack/metal-hammer v0.11.2 | ||
github.com/metal-stack/metal-lib v0.11.5 | ||
github.com/google/go-cmp v0.6.0 | ||
github.com/metal-stack/metal-go v0.26.2 | ||
github.com/metal-stack/metal-hammer v0.12.0 | ||
github.com/metal-stack/metal-lib v0.14.3 | ||
github.com/metal-stack/v v1.0.3 | ||
github.com/stretchr/testify v1.8.2 | ||
go.uber.org/zap v1.24.0 | ||
github.com/stretchr/testify v1.8.4 | ||
go.uber.org/zap v1.26.0 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
github.com/benbjohnson/clock v1.3.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/go-openapi/analysis v0.21.4 // indirect | ||
github.com/go-openapi/errors v0.20.3 // indirect | ||
github.com/go-openapi/jsonpointer v0.19.6 // indirect | ||
github.com/go-openapi/jsonreference v0.20.2 // indirect | ||
github.com/go-openapi/loads v0.21.2 // indirect | ||
github.com/go-openapi/spec v0.20.8 // indirect | ||
github.com/go-openapi/strfmt v0.21.5 // indirect | ||
github.com/go-openapi/swag v0.22.3 // indirect | ||
github.com/go-openapi/validate v0.22.1 // indirect | ||
github.com/godbus/dbus/v5 v5.1.0 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/go-openapi/analysis v0.22.2 // indirect | ||
github.com/go-openapi/errors v0.21.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.20.2 // indirect | ||
github.com/go-openapi/jsonreference v0.20.4 // indirect | ||
github.com/go-openapi/loads v0.21.5 // indirect | ||
github.com/go-openapi/spec v0.20.14 // indirect | ||
github.com/go-openapi/strfmt v0.22.0 // indirect | ||
github.com/go-openapi/swag v0.22.8 // indirect | ||
github.com/go-openapi/validate v0.22.6 // indirect | ||
github.com/godbus/dbus/v5 v5.1.1-0.20230522191255-76236955d466 // indirect | ||
github.com/google/uuid v1.5.0 // indirect | ||
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/mailru/easyjson v0.7.7 // indirect | ||
github.com/mitchellh/mapstructure v1.5.0 // indirect | ||
github.com/oklog/ulid v1.3.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
go.mongodb.org/mongo-driver v1.11.2 // indirect | ||
go.uber.org/atomic v1.10.0 // indirect | ||
go.uber.org/goleak v1.2.1 // indirect | ||
go.uber.org/multierr v1.10.0 // indirect | ||
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
go.mongodb.org/mongo-driver v1.13.1 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/sys v0.16.0 // indirect | ||
) |
Oops, something went wrong.