forked from RedHatInsights/patchman-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
50 lines (48 loc) · 1.96 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
48
49
50
module app
go 1.13
require (
github.com/RedHatInsights/patchman-clients/inventory v0.14.0
github.com/RedHatInsights/patchman-clients/rbac v0.14.0
github.com/RedHatInsights/patchman-clients/vmaas v0.15.0
github.com/aws/aws-sdk-go v1.38.51
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/confluentinc/confluent-kafka-go v1.7.0 // indirect
github.com/getkin/kin-openapi v0.9.0
github.com/gin-contrib/gzip v0.0.1
github.com/gin-gonic/gin v1.7.2
github.com/go-playground/validator/v10 v10.8.0 // indirect
github.com/gocarina/gocsv v0.0.0-20200330101823-46266ca37bd3
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/golang/protobuf v1.5.2 // indirect
github.com/golang/snappy v0.0.2 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/golang-lru v0.5.4
github.com/joho/godotenv v1.3.0
github.com/json-iterator/go v1.1.11 // indirect
github.com/klauspost/compress v1.11.7 // indirect
github.com/lestrrat-go/backoff v1.0.0
github.com/lib/pq v1.9.0
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/pkg/errors v0.9.1
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v1.7.0
github.com/redhatinsights/app-common-go v1.5.1
github.com/redhatinsights/platform-go-middlewares v0.8.1
github.com/segmentio/kafka-go v0.4.16
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.6.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/ugorji/go v1.2.6 // indirect
github.com/zsais/go-gin-prometheus v0.1.0
golang.org/x/net v0.0.0-20210908191846-a5e095526f91
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
gopkg.in/confluentinc/confluent-kafka-go.v1 v1.7.0
gopkg.in/yaml.v2 v2.4.0 // indirect
gorm.io/driver/postgres v1.0.5
gorm.io/gorm v1.20.12
modernc.org/strutil v1.1.0
)