-
Notifications
You must be signed in to change notification settings - Fork 5
/
go.mod
41 lines (38 loc) · 1.58 KB
/
go.mod
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
module github.com/dmwm/auth-proxy-server
go 1.23.1
require (
github.com/coreos/go-oidc/v3 v3.11.0
github.com/dmwm/auth-proxy-server/auth v0.0.0-20241001115448-4d86fca4f4d4
github.com/dmwm/auth-proxy-server/cric v0.0.0-20241001115448-4d86fca4f4d4
github.com/dmwm/auth-proxy-server/logging v0.0.0-20241001115448-4d86fca4f4d4
github.com/dmwm/cmsauth v0.0.4
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/google/uuid v1.6.0
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/stretchr/testify v1.9.0
github.com/thomasdarimont/go-kc-example v0.0.0-20170529223628-e3951d8faa4c
golang.org/x/crypto v0.27.0
golang.org/x/oauth2 v0.23.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/pascaldekloe/jwt v1.12.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/vkuznet/TokenManager v0.0.1 // indirect
github.com/vkuznet/x509proxy v0.0.0-20210801171832-e47b94db99b6 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sys v0.25.0 // indirect
golang.org/x/term v0.24.0 // indirect
golang.org/x/text v0.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)