-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
55 lines (51 loc) · 2.22 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
module github.com/open-integration/oi
go 1.16
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Shopify/ejson v1.2.2 // indirect
github.com/adlio/trello v1.9.0
github.com/alecthomas/jsonschema v0.0.0-20210413112511-5c9c23bdc720
github.com/armon/go-metrics v0.3.0 // indirect
github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab
github.com/aws/aws-sdk-go v1.34.8 // indirect
github.com/blang/semver/v4 v4.0.0
github.com/boltdb/bolt v1.3.1 // indirect
github.com/docker/libkv v0.2.1 // indirect
github.com/frankban/quicktest v1.10.0 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/gofrs/uuid v4.2.0+incompatible
github.com/google/go-github/v35 v35.3.0
github.com/gosimple/slug v1.9.0 // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/hairyhenderson/gomplate v3.5.0+incompatible
github.com/hairyhenderson/toml v0.3.0 // indirect
github.com/hashicorp/go-immutable-radix v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
github.com/hashicorp/golang-lru v0.5.3 // indirect
github.com/hashicorp/vault/api v1.0.4 // indirect
github.com/imdario/mergo v0.3.12
github.com/inconshreveable/log15 v0.0.0-20180818164646-67afb5ed74ec
github.com/joho/godotenv v1.3.0 // indirect
github.com/mehanizm/airtable v0.2.5
github.com/pierrec/lz4 v2.3.0+incompatible // indirect
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/ugorji/go v1.1.7 // indirect
github.com/zealic/xignore v0.3.3 // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
google.golang.org/api v0.61.0
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
gopkg.in/hairyhenderson/yaml.v2 v2.2.2
gopkg.in/square/go-jose.v2 v2.4.1 // indirect
gopkg.in/yaml.v2 v2.4.0
gotest.tools v2.2.0+incompatible // indirect
k8s.io/api v0.22.4
k8s.io/apimachinery v0.22.4
k8s.io/client-go v0.22.4
)
replace gopkg.in/hairyhenderson/yaml.v2 => github.com/maxaudron/yaml v0.0.0-20190411130442-27c13492fe3c
replace github.com/ugorji/go v1.1.4 => github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43