forked from infobloxopen/atlas-app-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
40 lines (37 loc) · 1.5 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
module github.com/infobloxopen/atlas-app-toolkit/v2
go 1.19
require (
contrib.go.opencensus.io/exporter/ocagent v0.7.0
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/golang-jwt/jwt/v4 v4.4.1
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
github.com/jinzhu/gorm v1.9.16
github.com/jinzhu/inflection v1.0.0
github.com/lib/pq v1.3.1-0.20200116171513-9eb3fc897d6f
github.com/sirupsen/logrus v1.8.0
github.com/speps/go-hashids/v2 v2.0.1
github.com/stretchr/testify v1.5.1
go.opencensus.io v0.22.4
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.27.1
)
require (
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/grpc-ecosystem/grpc-gateway v1.14.6 // indirect
github.com/magefile/mage v1.10.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.8 // indirect
google.golang.org/api v0.30.0 // indirect
google.golang.org/grpc/examples v0.0.0-20210715165331-ce7bdf50abb1 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)