Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,19 @@ require (
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
Expand All @@ -32,13 +28,13 @@ require (
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/spf13/viper v1.10.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/api v0.62.0
google.golang.org/grpc v1.42.0
google.golang.org/protobuf v1.27.1
gopkg.in/hairyhenderson/yaml.v2 v2.2.2
Expand Down
Loading