Add http server
This commit is contained in:
parent
ef328697b8
commit
9b177cbd6d
6 changed files with 278 additions and 85 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module github.com/saunaclub/inkpot-cli
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/gin-gonic/gin v1.7.7
|
||||
github.com/spf13/cobra v1.3.0
|
||||
golang.org/x/image v0.0.0-20190802002840-cff245a6509b
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue