Add http server

This commit is contained in:
heyarne 2022-02-09 23:19:23 +01:00
commit 9b177cbd6d
6 changed files with 278 additions and 85 deletions

1
go.mod
View file

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