-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from kruzio/go-update
go 1.19
- Loading branch information
Showing
4 changed files
with
1,891 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,102 @@ | ||
module github.com/kruzio/exodus | ||
|
||
go 1.13 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/Masterminds/goutils v1.1.0 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/Masterminds/sprig v2.22.0+incompatible | ||
github.com/asaskevich/EventBus v0.0.0-20200428142821-4fc0642a29f3 // indirect | ||
github.com/flashmob/go-guerrilla v1.6.1 | ||
github.com/fsnotify/fsnotify v1.4.7 | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/imdario/mergo v0.3.10 // indirect | ||
github.com/jordan-wright/email v0.0.0-20200602115436-fd8a7622303e | ||
github.com/mitchellh/copystructure v1.0.0 // indirect | ||
github.com/fsnotify/fsnotify v1.6.0 | ||
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible | ||
github.com/nlopes/slack v0.6.0 | ||
github.com/olekukonko/tablewriter v0.0.4 | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
github.com/parnurzeal/gorequest v0.2.16 | ||
github.com/prometheus/common v0.4.0 | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/spf13/cobra v0.0.6 | ||
gocloud.dev v0.20.0 | ||
k8s.io/apimachinery v0.18.4 | ||
github.com/prometheus/common v0.37.0 | ||
github.com/spf13/cobra v1.6.0 | ||
gocloud.dev v0.27.0 | ||
k8s.io/apimachinery v0.25.3 | ||
k8s.io/klog v1.0.0 | ||
) | ||
|
||
require ( | ||
cloud.google.com/go v0.103.0 // indirect | ||
cloud.google.com/go/compute v1.7.0 // indirect | ||
cloud.google.com/go/iam v0.3.0 // indirect | ||
cloud.google.com/go/storage v1.24.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.1 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.0.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect | ||
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v0.4.1 // indirect | ||
github.com/Azure/go-autorest v14.2.0+incompatible // indirect | ||
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect | ||
github.com/AzureAD/microsoft-authentication-library-for-go v0.4.0 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
github.com/Masterminds/semver v1.5.0 // indirect | ||
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef // indirect | ||
github.com/aws/aws-sdk-go v1.44.68 // indirect | ||
github.com/aws/aws-sdk-go-v2 v1.16.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/config v1.15.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.12.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.11.21 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.15 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.16 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.6 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.3 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.10 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.9 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.2 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.11.13 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.16.10 // indirect | ||
github.com/aws/smithy-go v1.12.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/go-logr/logr v1.2.3 // indirect | ||
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect | ||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/google/go-cmp v0.5.8 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/google/wire v0.5.0 // indirect | ||
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect | ||
github.com/googleapis/gax-go/v2 v2.4.0 // indirect | ||
github.com/gorilla/websocket v1.4.2 // indirect | ||
github.com/huandu/xstrings v1.3.2 // indirect | ||
github.com/imdario/mergo v0.3.12 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.1 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/jpillora/backoff v1.0.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.9 // indirect | ||
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect | ||
github.com/mitchellh/copystructure v1.2.0 // indirect | ||
github.com/mitchellh/reflectwalk v1.0.2 // indirect | ||
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect | ||
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/prometheus/client_golang v1.12.2 // indirect | ||
github.com/prometheus/client_model v0.2.0 // indirect | ||
github.com/prometheus/procfs v0.7.3 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect | ||
golang.org/x/net v0.0.0-20220802222814-0bcc04d9c69b // indirect | ||
golang.org/x/oauth2 v0.0.0-20220722155238-128564f6959c // indirect | ||
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect | ||
golang.org/x/text v0.3.7 // indirect | ||
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect | ||
google.golang.org/api v0.91.0 // indirect | ||
google.golang.org/appengine v1.6.7 // indirect | ||
google.golang.org/genproto v0.0.0-20220802133213-ce4fa296bf78 // indirect | ||
google.golang.org/grpc v1.48.0 // indirect | ||
google.golang.org/protobuf v1.28.1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
k8s.io/klog/v2 v2.70.1 // indirect | ||
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect | ||
moul.io/http2curl v1.0.0 // indirect | ||
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect | ||
sigs.k8s.io/yaml v1.3.0 // indirect | ||
) |
Oops, something went wrong.