mirror of
https://github.com/Neur0toxine/whprintf.git
synced 2024-12-04 10:56:04 +03:00
12 lines
272 B
Modula-2
12 lines
272 B
Modula-2
module github.com/Neur0toxine/webhook-receiver
|
|
|
|
go 1.17
|
|
|
|
require github.com/fatih/color v1.13.0
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.9 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
|
|
)
|