-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 981 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
24
25
26
27
module github.com/apeunit/LaunchControlD
go 1.15
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/alexedwards/argon2id v0.0.0-20200802152012-2464efd3196b
github.com/arsmn/fiber-swagger/v2 v2.2.0
github.com/dimuska139/go-email-normalizer v1.1.6
github.com/getsentry/sentry-go v0.9.0
github.com/go-openapi/spec v0.20.0 // indirect
github.com/gofiber/fiber/v2 v2.2.3
github.com/gosimple/slug v1.9.0
github.com/makasim/sentryhook v0.3.0
github.com/melbahja/got v0.5.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pelletier/go-toml v1.8.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/swaggo/swag v1.7.0
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11 // indirect
golang.org/x/tools v0.0.0-20201211185031-d93e913c1a58 // indirect
gopkg.in/yaml.v2 v2.4.0
)