You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module dsSupport
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/swaggo/gin-swagger v1.2.0
|
|
gopkg.in/ini.v1 v1.60.0
|
|
)
|