mirror of
https://github.com/ru-de/faq.git
synced 2024-11-08 19:51:01 +00:00
11 lines
270 B
Modula-2
11 lines
270 B
Modula-2
|
module github.com/ru-de/faq
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/ewgRa/ci-utils v0.0.0-20180607200228-15dd1fde41f9
|
||
|
github.com/google/go-github v17.0.0+incompatible
|
||
|
github.com/google/go-querystring v1.0.0 // indirect
|
||
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
||
|
)
|