-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
32 lines (29 loc) · 1.14 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
module github.com/meroxa/turbine-go
go 1.17
require (
github.com/caarlos0/env/v6 v6.7.2
github.com/google/uuid v1.3.0
github.com/jeremywohl/flatten v1.0.1
github.com/meroxa/meroxa-go v0.0.0-20220208195203-71ddc3133fab
github.com/oklog/run v1.1.1-0.20200508094559-c7096881717e
github.com/stretchr/testify v1.7.1
github.com/tidwall/gjson v1.13.0
github.com/tidwall/sjson v1.2.4
golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
)
require (
github.com/cristalhq/jwt/v3 v3.0.14 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
golang.org/x/net v0.0.0-20211101193420-4a448f8816b3 // indirect
golang.org/x/sys v0.0.0-20211124211545-fe61309f8881 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)