Skip to content
Snippets Groups Projects
go.mod 843 B
Newer Older
module git.autistici.org/id/keystore

go 1.15

require (
	git.autistici.org/ai3/go-common v0.0.0-20210109170950-49f8d26bcc81
	git.autistici.org/id/go-sso v0.0.0-20181118174541-ad4e62357912
	github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
	github.com/go-ldap/ldap/v3 v3.2.4
	github.com/go-sql-driver/mysql v1.4.0
	github.com/lib/pq v0.0.0-20190326042056-d6156e141ac6
	github.com/mattn/go-sqlite3 v0.0.0-20180926090220-0a88db3545c4
	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
	github.com/pierrec/lz4 v2.0.5+incompatible // indirect
	github.com/prometheus/client_golang v1.9.0
	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
	golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 // indirect
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
	gopkg.in/yaml.v2 v2.3.0
)