-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
28 lines (25 loc) · 999 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
28
module github.com/kamva/hexa-sendo
go 1.18
require (
github.com/kamva/gutil v0.0.0-20210827084201-35b6a3421580
github.com/kamva/hexa v0.0.0-20220826181805-e2e253902c7a
github.com/kamva/tracer v0.0.0-20201115122932-ea39052d56cd
github.com/kavenegar/kavenegar-go v0.0.0-20200629080648-6e28263b7162
github.com/twilio/twilio-go v0.14.2
)
require (
github.com/golang/mock v1.6.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/uuid v1.1.2 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/labstack/gommon v0.3.0 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/pkg/errors v0.9.1 // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
go.uber.org/zap v1.14.1 // indirect
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
google.golang.org/protobuf v1.25.0 // indirect
)