-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
43 lines (39 loc) · 1.33 KB
/
go.mod
File metadata and controls
43 lines (39 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
module github.com/tknie/services
go 1.25.0
require (
github.com/coreos/go-oidc/v3 v3.17.0
github.com/fsnotify/fsnotify v1.9.0
github.com/go-ldap/ldap/v3 v3.4.13
github.com/go-openapi/errors v0.22.7
github.com/google/uuid v1.6.0
github.com/mitchellh/go-ps v1.0.0
github.com/stretchr/testify v1.11.1
github.com/tknie/errorrepo v0.1.0
github.com/tknie/log v0.4.0
github.com/tknie/pam v0.0.0-20241226202719-7fe89c1216fb
go.uber.org/zap v1.27.1
golang.org/x/oauth2 v0.36.0
golang.org/x/sys v0.42.0
golang.org/x/text v0.35.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
filippo.io/edwards25519 v1.1.1 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
github.com/jackc/puddle/v2 v2.2.2 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/sync v0.20.0 // indirect
)
require (
github.com/Azure/go-ntlmssp v0.1.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-asn1-ber/asn1-ber v1.5.8-0.20250403174932-29230038a667 // indirect
github.com/go-jose/go-jose/v4 v4.1.4
github.com/go-sql-driver/mysql v1.9.3
github.com/jackc/pgx/v5 v5.9.1
github.com/pmezard/go-difflib v1.0.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.49.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)