mirror of
https://github.com/documize/community.git
synced 2025-07-18 20:59:43 +02:00
51 lines
2 KiB
Modula-2
51 lines
2 KiB
Modula-2
module github.com/documize/community
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/andygrunwald/go-jira v1.16.0
|
|
github.com/codegangsta/negroni v1.0.0
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/documize/blackfriday v2.0.0+incompatible
|
|
github.com/documize/glick v0.0.0-20160503134043-a8ccbef88237
|
|
github.com/documize/html-diff v0.0.0-20160503140253-f61c192c7796
|
|
github.com/documize/slug v1.1.1
|
|
github.com/go-ldap/ldap/v3 v3.4.6
|
|
github.com/go-sql-driver/mysql v1.7.1
|
|
github.com/golang/glog v1.2.0 // indirect
|
|
github.com/google/go-querystring v1.1.0 // indirect
|
|
github.com/gorilla/handlers v1.5.2
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/jmoiron/sqlx v1.3.5
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/lib/pq v1.10.9
|
|
github.com/mb0/diff v0.0.0-20131118162322-d8d9a906c24d // indirect
|
|
github.com/microcosm-cc/bluemonday v1.0.26
|
|
github.com/microsoft/go-mssqldb v1.6.0
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
golang.org/x/crypto v0.19.0
|
|
golang.org/x/net v0.21.0
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc
|
|
gopkg.in/cas.v2 v2.2.2
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
|
|
github.com/aymerick/douceur v0.2.0 // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/go-asn1-ber/asn1-ber v1.5.5 // indirect
|
|
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
|
|
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
|
|
github.com/golang-sql/sqlexp v0.1.0 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/gorilla/css v1.0.1 // indirect
|
|
github.com/trivago/tgo v1.0.7 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|