-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (23 loc) · 924 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 github.com/alexandre-normand/marcopoller
go 1.12
require (
cloud.google.com/go/bigquery v1.6.0 // indirect
cloud.google.com/go/datastore v1.1.0
github.com/alexandre-normand/slackscot v1.47.0
github.com/google/uuid v1.1.1 // indirect
github.com/imroc/req v0.2.4
github.com/kr/text v0.2.0 // indirect
github.com/lithammer/shortuuid v3.0.0+incompatible
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.8.1
github.com/slack-go/slack v0.7.2
github.com/spf13/cast v1.3.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/otel v0.17.0
go.opentelemetry.io/otel/metric v0.17.0
golang.org/x/tools v0.0.0-20200410194907-79a7a3126eef // indirect
google.golang.org/api v0.21.0
google.golang.org/genproto v0.0.0-20200410110633-0848e9f44c36 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)