feat: add port argument
This commit is contained in:
parent
3e4c6c77cb
commit
4ea867da90
19 changed files with 2749 additions and 40 deletions
|
|
@ -2,6 +2,10 @@ module github.com/cato-001/calapi
|
|||
|
||||
go 1.25.5
|
||||
|
||||
require github.com/gorilla/mux v1.8.1
|
||||
require (
|
||||
github.com/alexflint/go-arg v1.6.1
|
||||
github.com/gorilla/mux v1.8.1
|
||||
github.com/jordic/goics v0.0.0-20210404174824-5a0337b716a0
|
||||
)
|
||||
|
||||
require github.com/jordic/goics v0.0.0-20210404174824-5a0337b716a0 // indirect
|
||||
require github.com/alexflint/go-scalar v1.2.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue