ginzip/go.mod
Theta-Dev ed0a05df42
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2021-12-17 14:05:22 +01:00

10 lines
168 B
Modula-2

module code.thetadev.de/TSGRain/ginzip
go 1.16
require (
github.com/andybalholm/brotli v1.0.4
github.com/gin-gonic/gin v1.7.7
github.com/stretchr/testify v1.4.0
)