mirror of
https://github.com/danderson/netboot.git
synced 2025-08-06 14:47:14 +02:00
14 lines
301 B
Modula-2
14 lines
301 B
Modula-2
module go.universe.tf/netboot
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/afero v1.9.4 // indirect
|
|
github.com/spf13/cobra v1.6.1
|
|
github.com/spf13/viper v1.15.0
|
|
golang.org/x/crypto v0.6.0
|
|
golang.org/x/net v0.7.0
|
|
)
|
|
|
|
go 1.13
|