Create preauthkeys kinda working (not usable yet)
This commit is contained in:
parent
176eea4a84
commit
9c40e829ec
3 changed files with 45 additions and 1 deletions
1
go.mod
1
go.mod
|
@ -5,6 +5,7 @@ go 1.16
|
|||
require (
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
github.com/gin-gonic/gin v1.6.3
|
||||
github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd // indirect
|
||||
github.com/jinzhu/gorm v1.9.16
|
||||
github.com/klauspost/compress v1.11.12
|
||||
github.com/spf13/cobra v1.1.3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue