Tidy gomod

This commit is contained in:
Juan Font Alonso 2021-10-02 13:03:41 +02:00
parent 19492650d4
commit 8d60ae2c7e
2 changed files with 2 additions and 1 deletions

1
app.go
View file

@ -116,6 +116,7 @@ func NewHeadscale(cfg Config) (*Headscale, error) {
}
}
fmt.Printf("dns: %+v\n", h.cfg.DNSConfig)
return &h, nil
}

2
go.mod
View file

@ -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