Enable gzip compression
This commit is contained in:
parent
bab613987d
commit
226e43e2f1
5 changed files with 12 additions and 3 deletions
1
go.mod
1
go.mod
|
|
@ -3,6 +3,7 @@ module github.com/saunaclub/inkpot-cli
|
|||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/gin-contrib/gzip v0.0.5
|
||||
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