-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
47 lines (44 loc) · 1.64 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
42
43
44
45
46
47
module itisadb
go 1.21.0
require (
github.com/BurntSushi/toml v1.3.2
github.com/brpaz/echozap v1.1.3
github.com/docker/distribution v2.8.3+incompatible
github.com/dolthub/swiss v0.2.1
github.com/egorgasay/gost v0.0.37
github.com/egorgasay/gotils v0.0.3
github.com/egorgasay/itisadb-go-sdk v0.18.3
github.com/egorgasay/itisadb-shared-proto/go v0.0.0-20240414181125-856cb36fef2a
github.com/go-chi/chi v1.5.5
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/golang/mock v1.6.0
github.com/google/uuid v1.6.0
github.com/jinzhu/copier v0.4.0
github.com/labstack/echo/v4 v4.11.4
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
github.com/pkg/errors v0.9.1
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/valyala/fasthttp v1.51.0
go.uber.org/zap v1.26.0
golang.org/x/crypto v0.22.0
google.golang.org/grpc v1.63.2
modernc.org/strutil v1.2.0
)
require (
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/dolthub/maphash v0.1.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/klauspost/compress v1.17.0 // indirect
github.com/labstack/gommon v0.4.2 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/net v0.24.0 // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/text v0.15.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240429193739-8cf5692501f6 // indirect
google.golang.org/protobuf v1.34.0 // indirect
)