This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (32 loc) · 1.63 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/castyapp/api.server
go 1.15
require (
github.com/MrJoshLab/go-respond v0.0.0-20191125172458-25d4d18aaa1b
github.com/asticode/go-astisub v0.12.0
github.com/castyapp/libcasty-protocol-go v0.0.5
github.com/getsentry/sentry-go v0.10.0
github.com/gin-gonic/gin v1.6.3
github.com/go-ini/ini v1.62.0 // indirect
github.com/go-lintpack/lintpack v0.5.2 // indirect
github.com/go-playground/locales v0.13.0
github.com/go-playground/universal-translator v0.17.0
github.com/go-playground/validator/v10 v10.4.1
github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 // indirect
github.com/golangci/go-tools v0.0.0-20190318055746-e32c54105b7c // indirect
github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 // indirect
github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee // indirect
github.com/golangci/golangci-lint v1.41.1 // indirect
github.com/golangci/gosec v0.0.0-20190211064107-66fb7fc33547 // indirect
github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc // indirect
github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 // indirect
github.com/hashicorp/hcl v1.0.0
github.com/homepi/homepi v0.0.0-20210324074522-8ccc4e5b9327
github.com/knadh/go-get-youtube v0.0.0-20191105144436-94a3fa9fdab3
github.com/minio/minio-go v6.0.14+incompatible
github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4 // indirect
google.golang.org/grpc v1.36.1
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 // indirect
)