mirror of
https://github.com/nanmu42/gzip.git
synced 2025-12-24 11:51:04 +08:00
10 lines
159 B
Modula-2
10 lines
159 B
Modula-2
module github.com/nanmu42/gzip
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.5.0
|
|
github.com/signalsciences/ac v1.1.0
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|