mirror of
https://github.com/danderson/netboot.git
synced 2025-10-15 17:41:38 +02:00
go.mod: correct module path
Signed-off-by: Cole Mickens <cole.mickens@gmail.com>
This commit is contained in:
parent
23047350a2
commit
07f26d54dd
3
go.mod
3
go.mod
@ -1,4 +1,4 @@
|
||||
module go.universe.tf/netboot/pixiecore
|
||||
module go.universe.tf/netboot
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v0.3.1 // indirect
|
||||
@ -18,7 +18,6 @@ require (
|
||||
github.com/spf13/pflag v1.0.0 // indirect
|
||||
github.com/spf13/viper v1.0.0
|
||||
github.com/stretchr/testify v1.3.0 // indirect
|
||||
go.universe.tf/netboot v0.0.0-20181010164912-24067fad46fd
|
||||
golang.org/x/crypto v0.0.0-20180206190813-d9133f546934
|
||||
golang.org/x/net v0.0.0-20180202180947-2fb46b16b8dd
|
||||
golang.org/x/sys v0.0.0-20180202135801-37707fdb30a5 // indirect
|
||||
|
2
go.sum
2
go.sum
@ -39,8 +39,6 @@ github.com/spf13/viper v1.0.0/go.mod h1:A8kyI5cUJhb8N+3pkfONlcEcZbueH6nhAm0Fq7Sr
|
||||
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
|
||||
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
|
||||
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
|
||||
go.universe.tf/netboot v0.0.0-20181010164912-24067fad46fd h1:Wqq7kDlTM2X1b8Eyqdd5+zOFUI+fhVIRiXU6jU5Mva8=
|
||||
go.universe.tf/netboot v0.0.0-20181010164912-24067fad46fd/go.mod h1:mkYvCyQbXRHgkdNrBSfVb/sMkVC4CAjs8TlZin1XFyo=
|
||||
golang.org/x/crypto v0.0.0-20180206190813-d9133f546934 h1:UbtgwftcdEk1BsxGUZ2PA880WW9HqmwoQn6MKRkNelQ=
|
||||
golang.org/x/crypto v0.0.0-20180206190813-d9133f546934/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
|
||||
golang.org/x/net v0.0.0-20180202180947-2fb46b16b8dd h1:sFXnfxrhbeCXDiKa6Ra98LxiHoUWSHs9AKOxFURy5pY=
|
||||
|
Loading…
x
Reference in New Issue
Block a user