23 lines
599 B
Modula-2
23 lines
599 B
Modula-2
module sonarqube-badge
|
|
|
|
go 1.24
|
|
|
|
require (
|
|
github.com/a-h/templ v0.3.833
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/kelseyhightower/envconfig v1.4.0
|
|
github.com/syronz/goAES v0.4.0
|
|
gorm.io/driver/sqlite v1.5.7
|
|
gorm.io/gorm v1.25.12
|
|
)
|
|
|
|
require (
|
|
github.com/emirpasic/gods v1.18.1 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.24 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
)
|