-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (28 loc) · 975 Bytes
/
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
module github.com/dopos/narra
go 1.22.3
toolchain go1.23.2
require (
github.com/LeKovr/go-kit/config v0.3.0
github.com/LeKovr/go-kit/logger v0.2.3
github.com/LeKovr/go-kit/ver v0.10.0
github.com/go-logr/logr v1.4.2
github.com/google/uuid v1.6.0
github.com/json-iterator/go v1.1.12
golang.org/x/oauth2 v0.25.0
golang.org/x/sync v0.10.0
gopkg.in/gorilla/securecookie.v1 v1.1.1
zgo.at/zcache/v2 v2.1.0
)
require (
github.com/LeKovr/go-kit/slogger v0.12.25 // indirect
github.com/go-logr/zerologr v1.2.3 // indirect
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/lmittmann/tint v1.0.3 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/rs/zerolog v1.29.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/tools v0.11.0 // indirect
)