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.
15 lines
518 B
15 lines
518 B
module yaagobackend
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/0xAX/notificator v0.0.0-20220220101646-ee9b8921e557 // indirect
|
|
github.com/codegangsta/envy v0.0.0-20141216192214-4b78388c8ce4 // indirect
|
|
github.com/codegangsta/gin v0.0.0-20230218063734-2c98d96c9244 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
github.com/mattn/go-shellwords v1.0.12 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/urfave/cli v1.22.15 // indirect
|
|
)
|