-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
23 lines (20 loc) · 828 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
module github.com/snapdocs/go-playground
go 1.16
require (
github.com/ClickHouse/clickhouse-go v1.4.7 // indirect
github.com/airbrake/gobrake/v5 v5.0.3 // indirect
github.com/aws/aws-sdk-go-v2/config v1.8.0
github.com/aws/aws-sdk-go-v2/service/sqs v1.9.0
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/jackc/pgtype v1.8.1 // indirect
github.com/lib/pq v1.10.3 // indirect
github.com/pressly/goose/v3 v3.1.0 // indirect
github.com/rs/zerolog v1.23.0
github.com/snapdocs/go-common v0.0.0-20210630182422-a6da52a95593 // indirect
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
gopkg.in/DataDog/dd-trace-go.v1 v1.33.0 // indirect
gorm.io/driver/postgres v1.1.0 // indirect
gorm.io/gorm v1.21.14 // indirect
internal/awssqs v1.0.0
)
replace internal/awssqs => ./internal/awssqs