Skip to content

Commit 43a1a3d

Browse files
committed
update ironwood dependency
1 parent b8ab843 commit 43a1a3d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

cmd/yggdrasil/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ func main() {
5454
loglevel := flag.String("loglevel", "info", "loglevel to enable")
5555
chuserto := flag.String("user", "", "user (and, optionally, group) to set UID/GID to")
5656
flag.Parse()
57-
57+
5858
done := make(chan struct{})
5959
defer close(done)
60-
60+
6161
// Catch interrupts from the operating system to exit gracefully.
6262
ctx, cancel := signal.NotifyContext(context.Background(), os.Interrupt, syscall.SIGTERM)
6363

@@ -272,7 +272,7 @@ func main() {
272272
n.tun.SetupAdminHandlers(n.admin)
273273
}
274274
}
275-
275+
276276
//Windows service shutdown
277277
minwinsvc.SetOnExit(func() {
278278
logger.Infof("Shutting down service ...")

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/yggdrasil-network/yggdrasil-go
33
go 1.21
44

55
require (
6-
github.com/Arceliar/ironwood v0.0.0-20240921214443-277f642d5db3
6+
github.com/Arceliar/ironwood v0.0.0-20240928234310-ca35d0d0d13e
77
github.com/Arceliar/phony v0.0.0-20220903101357-530938a4b13d
88
github.com/cheggaaa/pb/v3 v3.1.5
99
github.com/coder/websocket v1.8.12

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/Arceliar/ironwood v0.0.0-20240921214443-277f642d5db3 h1:OJ49qTfdw5MNkpnRraNEsVQbHahSvShh8Z9WYpZrYa0=
2-
github.com/Arceliar/ironwood v0.0.0-20240921214443-277f642d5db3/go.mod h1:6WP4799FX0OuWdENGQAh+0RXp9FLh0y7NZ7tM9cJyXk=
1+
github.com/Arceliar/ironwood v0.0.0-20240928234310-ca35d0d0d13e h1:fXwNf5X37q+1nKCCDkQ7XTdcCmUef3H3zvaMt+QUO7o=
2+
github.com/Arceliar/ironwood v0.0.0-20240928234310-ca35d0d0d13e/go.mod h1:6WP4799FX0OuWdENGQAh+0RXp9FLh0y7NZ7tM9cJyXk=
33
github.com/Arceliar/phony v0.0.0-20220903101357-530938a4b13d h1:UK9fsWbWqwIQkMCz1CP+v5pGbsGoWAw6g4AyvMpm1EM=
44
github.com/Arceliar/phony v0.0.0-20220903101357-530938a4b13d/go.mod h1:BCnxhRf47C/dy/e/D2pmB8NkB3dQVIrkD98b220rx5Q=
55
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=

0 commit comments

Comments
 (0)