-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (31 loc) · 1.25 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
module github.com/maxlandon/aims
go 1.20
require (
github.com/infobloxopen/atlas-app-toolkit v1.1.1
github.com/infobloxopen/protoc-gen-gorm v1.0.1
github.com/jedib0t/go-pretty/v6 v6.4.6
github.com/jinzhu/gorm v1.9.16
github.com/maxlandon/gondor v0.0.0-20211107181652-b501c4771abd
github.com/satori/go.uuid v1.2.0
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247
google.golang.org/grpc v1.40.0
google.golang.org/protobuf v1.27.1
gorm.io/gorm v1.25.2
)
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.3.1-0.20200116171513-9eb3fc897d6f // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/stretchr/testify v1.8.2 // indirect
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 // indirect
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)