Skip to content

Commit f2ffb5d

Browse files
committed
updated dependencies
1 parent 0911b04 commit f2ffb5d

File tree

2 files changed

+200
-10
lines changed

2 files changed

+200
-10
lines changed

go.mod

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,34 @@ module github.com/DSpeichert/netbootd
33
go 1.16
44

55
require (
6-
github.com/Masterminds/goutils v1.1.0 // indirect
6+
github.com/Masterminds/goutils v1.1.1 // indirect
77
github.com/Masterminds/semver v1.5.0 // indirect
88
github.com/Masterminds/sprig v2.22.0+incompatible
9-
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
9+
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
1010
github.com/fsnotify/fsnotify v1.4.9
11-
github.com/google/uuid v1.1.4 // indirect
11+
github.com/google/uuid v1.2.0 // indirect
1212
github.com/gorilla/mux v1.8.0
1313
github.com/huandu/xstrings v1.3.2 // indirect
1414
github.com/imdario/mergo v0.3.11 // indirect
15-
github.com/insomniacslk/dhcp v0.0.0-20201112113307-4de412bc85d8
16-
github.com/mitchellh/copystructure v1.0.0 // indirect
15+
github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294
16+
github.com/magiconair/properties v1.8.4 // indirect
17+
github.com/mitchellh/copystructure v1.1.1 // indirect
18+
github.com/mitchellh/mapstructure v1.4.1 // indirect
19+
github.com/pelletier/go-toml v1.8.1 // indirect
1720
github.com/pin/tftp v2.1.0+incompatible
1821
github.com/rs/zerolog v1.20.0
19-
github.com/spf13/cobra v1.1.1
20-
github.com/spf13/viper v1.7.0
22+
github.com/spf13/afero v1.5.1 // indirect
23+
github.com/spf13/cast v1.3.1 // indirect
24+
github.com/spf13/cobra v1.1.3
25+
github.com/spf13/jwalterweatherman v1.1.0 // indirect
26+
github.com/spf13/viper v1.7.1
2127
github.com/u-root/u-root v7.0.0+incompatible
22-
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
23-
golang.org/x/sys v0.0.0-20210113000019-eaf3bda374d2
24-
gopkg.in/yaml.v2 v2.3.0
28+
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
29+
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d
30+
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43
31+
golang.org/x/text v0.3.5 // indirect
32+
gopkg.in/ini.v1 v1.62.0 // indirect
33+
gopkg.in/yaml.v2 v2.4.0
2534
)
2635

2736
replace github.com/pin/tftp => github.com/digitalrebar/tftp v0.0.0-20200914190809-39d58dc90c67

0 commit comments

Comments
 (0)