11 lines
216 B
Modula-2
11 lines
216 B
Modula-2
module gitea-sonarqube-pr-bot
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.14.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/spf13/viper v1.8.0
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/urfave/cli/v2 v2.3.0
|
|
)
|