Files
ciimsproxy/go.mod
T

10 lines
158 B
AMPL
Raw Normal View History

2020-05-11 14:58:22 +08:00
module gzzn.com/mini/ciimsproxy
go 1.13
require (
github.com/gin-gonic/gin v1.6.3
2020-09-18 17:21:30 +08:00
github.com/labstack/gommon v0.3.0
2020-05-11 14:58:22 +08:00
github.com/stretchr/testify v1.5.1
)