-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 955 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
module go-project-template
go 1.14
require (
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.4.1
github.com/gocql/gocql v0.0.0-20210126081024-994808f8e61e // indirect
github.com/google/uuid v1.2.0 // indirect
github.com/klauspost/compress v1.11.7 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/mapstructure v1.4.1
github.com/prometheus/procfs v0.3.0 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.7.1
github.com/ugorji/go v1.2.3 // indirect
gitlab.com/ip-guiabolso/events-protocol-go v0.0.0-20210107182250-e765ca14ed22
gitlab.com/ip-guiabolso/garurumon v0.0.3
gitlab.com/ip-guiabolso/go-toolkit v0.0.0-20201002142223-1947b361e1f8
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
golang.org/x/text v0.3.5 // indirect
)