Skip to content

Commit

Permalink
Tidy gomod
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfont committed Oct 2, 2021
1 parent 1949265 commit 8d60ae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func NewHeadscale(cfg Config) (*Headscale, error) {
}
}

fmt.Printf("dns: %+v\n", h.cfg.DNSConfig)
return &h, nil
}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ require (
github.com/docker/cli v20.10.8+incompatible // indirect
github.com/docker/docker v20.10.8+incompatible // indirect
github.com/efekarakus/termcolor v1.0.1
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/gin-gonic/gin v1.7.4
github.com/gofrs/uuid v4.0.0+incompatible
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/klauspost/compress v1.13.5
github.com/lib/pq v1.10.3 // indirect
Expand Down

0 comments on commit 8d60ae2

Please sign in to comment.