frag-review/go.mod
Matej Focko 36efeb2aab
feat: Major rework
- Refactor bits of code
- Remove unused functions `PrintComments`
- Introduce configuration file
- Implement support for multiple languages

Signed-off-by: Matej Focko <mfocko@redhat.com>
2021-09-11 19:14:06 +02:00

9 lines
178 B
Modula-2

module git.mfocko.xyz/mfocko/frag-review
go 1.16
require (
code.gitea.io/sdk/gitea v0.14.0 // indirect
github.com/bbrks/wrap/v2 v2.5.0 // indirect
gopkg.in/yaml.v2 v2.4.0
)