Ask for confirmation before deleting

This commit is contained in:
Juan Font Alonso 2021-07-17 11:09:42 +02:00
parent 39b756cf55
commit 0f649aae8b
3 changed files with 35 additions and 4 deletions

1
go.mod
View file

@ -3,6 +3,7 @@ module github.com/juanfont/headscale
go 1.16
require (
github.com/AlecAivazis/survey/v2 v2.0.5
github.com/gin-gonic/gin v1.7.2
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
github.com/klauspost/compress v1.13.1